function confirm_action(message) {	var agree=confirm(message);	if (agree)        return true;	else        return false;} function player(location) {	w = 384;	h = 180;					if (navigator.userAgent.indexOf('Safari') != -1)	{ 		w=w-2;		h=h-1;	}		pop = window.open(location, 'almightyPlayer', 'toolbar=no, location=no, scrolling=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width='+w+', height='+h);	pop.focus();}//------------------------------------------------------------------------------var noContent = '';var liveReq = false;var liveReqLast = '';var liveReqDestination = '';if (window.XMLHttpRequest) {	liveReq = new XMLHttpRequest();}function loadContent(destination, uri) {		liveReqDestination = destination;		if (liveReqLast != liveReqDestination && liveReqDestination != '') {			//document.getElementById(liveReqDestination).innerHTML = noContent;			if (window.XMLHttpRequest) {			liveReq = new XMLHttpRequest();		} else if (window.ActiveXObject) {			liveReq = new ActiveXObject("Microsoft.XMLHTTP");		}			liveReq.onreadystatechange = liveReqProcessReqChange;		liveReq.open('GET', uri);		liveReq.send(null);	}}function liveReqProcessReqChange() {	if (liveReq.readyState == 4) {		document.getElementById(liveReqDestination).innerHTML = liveReq.responseText;	}}//------------------------------------------------------------------------------home = new Image(58, 13);home.src = "/graphics/site/home_off.gif";homeOn = new Image(58, 13);homeOn.src = "/graphics/site/home_on.gif";homeTip = new Image(63, 37);homeTip.src = "/graphics/site/home_tip_off.gif";homeTipOn = new Image(63, 37);homeTipOn.src = "/graphics/site/home_tip_on.gif";news = new Image(58, 13);news.src = "/graphics/site/news_off.gif";newsOn = new Image(58, 13);newsOn.src = "/graphics/site/news_on.gif";newsTip = new Image(68, 37);newsTip.src = "/graphics/site/news_tip_off.gif";newsTipOn = new Image(68, 37);newsTipOn.src = "/graphics/site/news_tip_on.gif";store = new Image(65, 13);store.src = "/graphics/site/store_off.gif";storeOn = new Image(65, 13);storeOn.src = "/graphics/site/store_on.gif";storeTip = new Image(68, 37);storeTip.src = "/graphics/site/store_tip_off.gif";storeTipOn = new Image(68, 37);storeTipOn.src = "/graphics/site/store_tip_on.gif";forum = new Image(68, 13);forum.src = "/graphics/site/forum_off.gif";forumOn = new Image(68, 13);forumOn.src = "/graphics/site/forum_on.gif";forumTip = new Image(61, 37);forumTip.src = "/graphics/site/forum_tip_off.gif";forumTipOn = new Image(61, 37);forumTipOn.src = "/graphics/site/forum_tip_on.gif";bonus = new Image(67, 13);bonus.src = "/graphics/site/bonus_off.gif";bonusOn = new Image(67, 13);bonusOn.src = "/graphics/site/bonus_on.gif";bonusTip = new Image(85, 37);bonusTip.src = "/graphics/site/bonus_tip_off.gif";bonusTipOn = new Image(85, 37);bonusTipOn.src = "/graphics/site/bonus_tip_on.gif";artists = new Image(76, 13);artists.src = "/graphics/site/artists_off.gif";artistsOn = new Image(76, 13);artistsOn.src = "/graphics/site/artists_on.gif";artistsTip = new Image(74, 37);artistsTip.src = "/graphics/site/artists_tip_off.gif";artistsTipOn = new Image(74, 37);artistsTipOn.src = "/graphics/site/artists_tip_on.gif";//------------------------------------------------------------------------------function overImg(imgName) {	imgOn = eval(imgName + "On.src");	imgTip = eval(imgName + "TipOn.src");	document [imgName].src = imgOn;	document [imgName+'_tip'].src = imgTip;}function offImg(imgName) {	imgOff = eval(imgName + ".src");	imgTip = eval(imgName + "Tip.src");	document [imgName].src = imgOff;	document [imgName+'_tip'].src = imgTip;}