function OpenPopUp(StaticPage,dow,WindowWidth,WindowHeight) {
   scott=window.open(StaticPage,'desc','toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width='+WindowWidth+',height='+WindowHeight)
   scott.focus()
}

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

if (browserVer >= 3) version = "n3";
else version = "n2";
if (version == "n3") {
	tee_shirts_dn = new Image;	tee_shirts_dn.src = "images/nav/tee_shirts_dn.gif";
	tee_shirts_up = new Image; 	tee_shirts_up.src = "images/nav/tee_shirts_up.gif";
	stickers_dn = new Image;	stickers_dn.src = "images/nav/stickers_dn.gif";
	stickers_up = new Image; 	stickers_up.src = "images/nav/stickers_up.gif";
	dealers_dn = new Image;		dealers_dn.src = "images/nav/dealers_dn.gif";
	dealers_up = new Image; 	dealers_up.src = "images/nav/dealers_up.gif";
	contact_us_dn = new Image;	contact_us_dn.src = "images/nav/contact_us_dn.gif";
	contact_us_up = new Image; 	contact_us_up.src = "images/nav/contact_us_up.gif";
	about_us_dn = new Image;	about_us_dn.src = "images/nav/about_us_dn.gif";
	about_us_up = new Image; 	about_us_up.src = "images/nav/about_us_up.gif";
}

function flip (imageID,objectName) {
	if (version == "n3") {document.images[imageID].src = eval(objectName + ".src");}
}

