<!--
////////////////////////////////////////////////////////////////////////////////
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,fc) {
	srtDate = Date.parse(srt);
	today = Date.parse(yy + "/" + mm + "/" + dd);
	if((today-srtDate)/86400000 < lgt) {
		document.write(tgt.fontcolor(fc));
	}
}

function openEnlarge() {
	fnm = path + "l.jpg";
	large = window.open(fnm,"enlarge","toolbar=no,location=no,status=no,menubar=no,personalbar=no,scrollbars=yes,resizable=yes,directories=no");
	large.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("2002/4/11","<B>New!!</B>",30,"#FFC20D")
//-->
</SCRIPT>
*/
//-->
