<!--

/*
Static menu script II (By maXimus, maximus@nsimail.com, http://maximus.ravecore.com/)
Modified slightly/ permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

//configure below variable for menu width, position on page
var menuwidth=110
var offsetleft=3
var offsettop=239

var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0

function makeStatic() {
if (ie4) {object1.style.pixelTop=document.body.scrollTop+offsettop}
else if (ns6) {document.getElementById("object1").style.top=window.pageYOffset+offsettop}
else if (ns4) {eval(document.object1.top=eval(window.pageYOffset+offsettop));}
setTimeout("makeStatic()",0);
}

if (ie4||ns6) {document.write('<div ALIGN="CENTER" ID="object1" STYLE="Position:absolute; Top:'+offsettop+'; Left:'+offsetleft+'; z-index:6; width:19px"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">')}
else if (ns4){ document.write('<LAYER top='+offsettop+' name="object1" left="'+offsetleft+'" BGCOLOR=black><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">')}

if (ie4||ns6||ns4) {
	document.write('<TR><TD><img src="images/swatches_hand.gif" width="19" height="35" alt="Pick A Theme" border="0"></TD></TR>');
	document.write('<TR><TD><a href="'+page+'.asp?day=sun&bColor=CC9933"><img src="images/swatches_sun.gif" width="19" height="15" alt="" border="0"></a></TD></TR>');
	document.write('<TR><TD><a href="'+page+'.asp?day=mon&bColor=FFFFFF"><img src="images/swatches_mon.gif" width="19" height="15" alt="" border="0"></a></TD></TR>');
	document.write('<TR><TD><a href="'+page+'.asp?day=tue&bColor=FFCC33"><img src="images/swatches_tue.gif" width="19" height="15" alt="" border="0"></a></TD></TR>');
	document.write('<TR><TD><a href="'+page+'.asp?day=wed&bColor=CCCC33"><img src="images/swatches_wed.gif" width="19" height="15" alt="" border="0"></a></TD></TR>');
	document.write('<TR><TD><a href="'+page+'.asp?day=thu&bColor=E5AC39"><img src="images/swatches_thu.gif" width="19" height="15" alt="" border="0"></a></TD></TR>');
	document.write('<TR><TD><a href="'+page+'.asp?day=fri&bColor=CCCC66"><img src="images/swatches_fri.gif" width="19" height="15" alt="" border="0"></a></TD></TR>');
	document.write('<TR><TD><a href="'+page+'.asp?day=sat&bColor=809999"><img src="images/swatches_sat.gif" width="19" height="13" alt="" border="0"></a></TD></TR>');
}

if (ie4||ns6) {document.write('</TABLE></div>')}
else if (ns4){document.write('</TABLE></LAYER>')}

function menu3(){
if (ns6||ie4||ns4)
makeStatic()
}

window.onload=menu3

//-->

