<!--	tempTop = 0;	function fixbox(){		n = 'menubox';		if(tempTop < 1){			tempTop = 0;		}		if (document.all){ // IE			if(navigator.userAgent.indexOf("Win") >= 0){ // WIN				tempTop = tempTop + (document.body.scrollTop - tempTop) / 10;				document.all(n).style.pixelTop = tempTop;			}else{				tempTop = tempTop + (document.body.scrollTop - tempTop) / 4;				document.all(n).style.pixelTop = tempTop;			}		}else if (document.getElementById){ // W3C DOM			tempTop = tempTop + (window.pageYOffset - tempTop) / 4;			document.getElementById(n).style.top = tempTop;		}else if (document.layers){ // NN 4			tempTop = tempTop + (window.pageYOffset - tempTop) / 4;			document.layers[n].top = tempTop;		}		setTimeout('fixbox()', 10);	}		var imageDir;	var preLoadList;	var addLoadList;	var loadFin = false;	function over(name,img){		if (loadFin && !document.layers){			temp = "document."+ name +".src='" + img +"b.gif'";			eval(temp);		}	}	function out(name,img){		if (loadFin && !document.layers){			temp = "document."+ name +".src='" + img +".gif'";			eval(temp);		}	}		function preLoad(imgdr,addLoadList){		imageDir = imgdr;		preLoadList = new Array("menu1b.gif","menu2b.gif","menu3b.gif","menu4b.gif","menu5b.gif","menu6b.gif","menu7b.gif","menu8b.gif","menu9b.gif");		onImages = new Array();		for(field in preLoadList){			onImages[field] = new Image();			onImages[field].src = imageDir + preLoadList[field];		}		for(field in addLoadList){			onImages[field] = new Image();			onImages[field].src = addLoadList[field];		}		loadFin = true;	}		function openArtist(id){		url = "http://www.fujirockfestival.com/artist/artistdata/artistdata.asp?id=" + id;		subWidth = 360;		subHeight = 550;		subWin=window.open(url,"artist","menubar=0,scrollbars=1,toolbar=0,resizable=0,status=1,width=" + subWidth + ",height=" + subHeight);	}//-->
