function OpenSecureApp()
{
window.open("https://www.advantage-finance.co.uk/customer/apply.asp", "", "fullscreen=no,toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=730,height=500")
}

function OpenSecureFromOutside(CarID)
{
yup = confirm("To apply for finance, you will now be passed to our\naffiliate website, www.advantage-finance.co.uk.\n\nThe Advantage website is a secure site so that you can be sure that\nyour personal details are safe.\n\nClick OK to continue or Cancel to exit.");
if (yup == true)
	{
		window.open("https://www.advantage-finance.co.uk/loanforthiscar.asp?CarID=" + CarID + "&From=Ext", "", "fullscreen=no,toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=700,height=500");
	}
}

function DealerWebsiteApp(DealerID)
{
yup = confirm("To apply for finance, you will now be passed to our\naffiliate website, www.advantage-finance.co.uk.\n\nThe Advantage website is a secure site so that you can be sure that\nyour personal details are safe.\n\nClick OK to continue or Cancel to exit.");
if (yup == true)
	{
		window.open("https://www.advantage-finance.co.uk/loanforthiscar.asp?DealerID=" + DealerID + "&From=Ext", "", "fullscreen=no,toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=700,height=500");
	}
}

function FourCarFinanceApp(DealerID)
{
window.open("https://www.advantage-finance.co.uk/loanforthiscar.asp?DealerID=" + DealerID + "&From=Ext", "", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,directories=no,location=no,width=540,height=500")
}
