//function navon(imgName) { document.getElementById(imgName).src = eval(imgName + "on.src"); }

function navover(imgName) { document.getElementById(imgName).src = eval(imgName + "over.src"); }

function navoff(imgName) { document.getElementById(imgName).src = eval(imgName + "off.src"); }



virtualPath = "";



arrowover = new Image;

arrowover.src = virtualPath + "/images/nav/arrow_on.gif";

arrowoff = new Image;

arrowoff.src = virtualPath + "/images/nav/arrow_off.gif";



biosover = new Image;

biosover.src = virtualPath + "/images/nav/bios_on.gif";

biosoff = new Image;

biosoff.src = virtualPath + "/images/nav/bios_off.gif";



/*

aboutover = new Image;

aboutover.src = virtualPath + "/images/nav/about_on.gif";

aboutoff = new Image;

aboutoff.src = virtualPath + "/images/nav/about_off.gif";

*/



communityover = new Image;

communityover.src = virtualPath + "/images/nav/community_on.gif";

communityoff = new Image;

communityoff.src = virtualPath + "/images/nav/community_off.gif";



photosover = new Image;

photosover.src = virtualPath + "/images/nav/photos_on.gif";

photosoff = new Image;

photosoff.src = virtualPath + "/images/nav/photos_off.gif";



mediaover = new Image;

mediaover.src = virtualPath + "/images/nav/media_on.gif";

mediaoff = new Image;

mediaoff.src = virtualPath + "/images/nav/media_off.gif";



contactusover = new Image;

contactusover.src = virtualPath + "/images/nav/contactus_on.gif";

contactusoff = new Image;

contactusoff.src = virtualPath + "/images/nav/contactus_off.gif";



newspressover = new Image;

newspressover.src = virtualPath + "/images/nav/newspress_on.gif";

newspressoff = new Image;

newspressoff.src = virtualPath + "/images/nav/newspress_off.gif";



photosover = new Image;

photosover.src = virtualPath + "/images/nav/photos_on.gif";

photosoff = new Image;

photosoff.src = virtualPath + "/images/nav/photos_off.gif";



showsover = new Image;

showsover.src = virtualPath + "/images/nav/shows_on.gif";

showsoff = new Image;

showsoff.src = virtualPath + "/images/nav/shows_off.gif";



storeover = new Image;

storeover.src = virtualPath + "/images/nav/store_on.gif";

storeoff = new Image;

storeoff.src = virtualPath + "/images/nav/store_off.gif";



function getspecs(wide,tall) {
	if ((navigator.appName == "Netscape") && (navigator.appVersion.indexOf("Mac") != -1) && (navigator.appVersion.charAt(0) >= "5") && (scroll == "yes")) wide += 14;
	leftpos = 0;
	toppos = 0;
	if (navigator.appVersion.charAt(0) >= "4") {
		leftpos = screen.width/2 - wide/2;
		toppos = screen.height/2 - tall/2;
	}
}
function openwin(desturl,winname,wide,tall,toolbar,scroll,status) {
	window.open(desturl, winname, 'width='+wide+',height='+tall+',left='+leftpos+',top='+toppos+',toolbar='+toolbar+',status=yes,scrollbars=yes,resizable=yes');
}
function NewWinA(desturl,winname,wide,tall) {
	getspecs(wide,tall);
	openwin(desturl,winname,wide,tall);
}



