// JavaScript Document

function launchWorldwideQuote() {
	var quoteURL = "http://www.auto-europe.co.uk/booking/index.cfm?aff=ASSUREDWEB";
	var quoteWin = window.open(quoteURL, "hwnd", "width=820,height=630,status=yes,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,location=no");
	return false;
}

function launchShortTermLease() {
	var leaseURL = "http://www.carsondemand.co.uk/avr.php";
	var leaseWin = window.open(leaseURL, "hwnd", "width=820,height=630,status=yes,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,location=no");
}