<!--
////////////////////////////////////////////////////////////////////////////////
if (self != top) {
	top.location.href=self.location.href;
}

navName = navigator.appName;

srt = new Date();

theDate = new Date();
yy = theDate.getFullYear();
mm = theDate.getMonth() + 1;
dd = theDate.getDate();

function show(srt,tgt,lgt,fcl) {
	srtDate = Date.parse(srt);
	today = Date.parse(yy + "/" + mm + "/" + dd);
	if((today-srtDate)/86400000 < lgt) {
		document.write(tgt.bold().fontcolor(fcl));
	}
}

function actImage(tgt,opt) {
	if (document.images) {
		str[opt] = tgt;
		document [opt].src = path + opt + tgt + ".jpg";
	}
}

function openEnlarge(tgt) {
	fnm = path + tgt + str[tgt] + "l.jpg";
	large = window.open(fnm,"enlarge","toolbar=no,location=no,status=no,menubar=no,personalbar=no,scrollbars=yes,resizable=yes,directories=no,width=540,height=450");
	large.focus();
}

function openList(tgt) {
	tracklist = window.open(tgt,"tracklist","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,width=300,height=350,screenX=30,screenY=30");
	tracklist.focus();
}

function openSiteMap() {
	sitemap = window.open("../map.html","sitemap","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,width=550,height=450,screenX=30,screenY=30");
	sitemap.focus();
}
////////////////////////////////////////////////////////////////////////////////
/*
<SCRIPT LANGUAGE="JavaScript">
<!--
show("2001/7/5","New!!",30,"#FFFFFF")
//-->
</SCRIPT>
*/
//-->
