//Generak Javascript staff
function StartOver()
{
	if (confirm("You will be redirected to the main page of our Web site. Are you sure?"))
	{
		window.close();
	}
	else
	{

	}
}

function HelpDialogBox(URL) 
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'HelpW', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=268,height=600,left = 500,top = 5');");
}
function HelpDialogBoxSpecialFares(URL) 
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'HelpW', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=600,left = 500,top = 5');");
}

function popUp(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
self.name = "mainWin"; }

