var NOFLASH_URL = "noflash.html";
var FLASH_VERSION = 8;
var FLASH_BUILD = 0;
var FLASH_MENU = true;

function genericFlashObject(url, x, y, flashVars, winMode)
{
	if (!winMode) winMode = "windowed";
	
	if (flashVars)
	{
		return({ 
			movie:url, 
			width:String(x), height:String(y), 
			majorversion:String(FLASH_VERSION), 
			build:String(FLASH_BUILD),
			menu:String(FLASH_MENU),
			flashvars:flashVars,
			wmode:winMode
		});
		
	}
	else
	{
		return({ 
			movie:url, 
			width:String(x), height:String(y), 
			majorversion:String(FLASH_VERSION), 
			build:String(FLASH_BUILD),
			menu:String(FLASH_MENU),
			wmode:winMode
		});
	}
}

function launchBooking()
{
	window.open('/BookYourETrip.aspx','booking','height=510,width=462,scrollbars');
}

function openMap()
{
	window.open('/map/map.htm','map','height=600,width=800');
}

function subRollOver(num)
{
	var image = document.getElementById("sub-nav").firstChild;
	image.src="/images/8D708735-CA80-0A13-F251-4D65181BE1E6/subnav_rollover/"+num+".gif";
	image.border = 0;
	image.hspace = 0;
}

function subRollOut()
{
	var image = document.getElementById("sub-nav").firstChild;
	image.src="/images/8D708735-CA80-0A13-F251-4D65181BE1E6/subnav_off.gif";	
}

function DatePicker(oDoc,cDate)
{ 
	window.open("/datepicker.asp?backf="+oDoc+"&cDate="+cDate, "DateWindow", "resizable=no,width=300,height=210,status=no,menubar=no,toolbar=no,scrollbars=no");
}

