function OpenPopUp(StaticPage,dow,WindowWidth,WindowHeight) {
   scott=window.open(StaticPage,'desc','toolbar=no,location=no,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") {
	corporate_events_dn = new Image;		corporate_events_dn.src = "http://vippdx.com/images/nav/corporate-events-dn.gif";
	corporate_events_up = new Image;		corporate_events_up.src = "http://vippdx.com/images/nav/corporate-events-up.gif";
	private_events_dn = new Image;	 		private_events_dn.src = "http://vippdx.com/images/nav/private-events-dn.gif";
	private_events_up = new Image;	 		private_events_up.src = "http://vippdx.com/images/nav/private-events-up.gif";
	the_fleet_dn = new Image;				the_fleet_dn.src = "http://vippdx.com/images/nav/the-fleet-dn.gif";
	the_fleet_up = new Image;				the_fleet_up.src = "http://vippdx.com/images/nav/the-fleet-up.gif";
	about_and_contact_us_dn = new Image;	about_and_contact_us_dn.src = "http://vippdx.com/images/nav/about-and-contact-us-dn.gif";
	about_and_contact_us_up = new Image;	about_and_contact_us_up.src = "http://vippdx.com/images/nav/about-and-contact-us-up.gif";
	rates_dn = new Image;	 				rates_dn.src = "http://vippdx.com/images/nav/rates-dn.gif";
	rates_up = new Image;	 				rates_up.src = "http://vippdx.com/images/nav/rates-up.gif";
}

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

