// JavaScript Document

function show100gh()
{
detailsWindow = window.open("http://www.100greatholidays.co.uk/index.php","100gh_window", "width=1015,height=768,left=0,top=0,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
detailsWindow.focus();
return false;
}

function enq_form()
{
detailsWindow = window.open("http://www.andrewearles.co.uk/enq_form.php","aewot_enqform", "width=550,height=650,left=0,top=0,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
detailsWindow.focus();
return false;
}

function help_form()
{
detailsWindow = window.open("http://www.andrewearles.co.uk/help_form.php","aewot_enqform", "width=550,height=650,left=0,top=0,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
detailsWindow.focus();
return false;
}

function price_promise()
{
detailsWindow = window.open("http://www.andrewearles.co.uk/price_promise_window.php","aewot_price_promise", "width=600,height=350,left=0,top=0,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
detailsWindow.focus();
return false;
}

function admindoor()
{
detailsWindow = window.open("http://www.andrewearles.co.uk/admin/logon.php","aewot_admin", "width=1015,height=768,left=0,top=0,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
detailsWindow.focus();
return false;
}

function expedia()
{
detailsWindow = window.open("http://www.expedia.co.uk/default.aspx?eapid=849-3","expedia_window", "width=1015,height=768,left=0,top=0,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
detailsWindow.focus();
return false;
}

function customer_print(dealRef)
{
var printPage = "http://www.andrewearles.co.uk/customer_offer_print.php?deal_ref=" + dealRef;
detailsWindow = window.open(printPage, "print_window", "width=1015,height=768,left=0,top=0,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
detailsWindow.focus();
return false;
}
