// Popup Scripts

function newenquiryPopup(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=640,left = 713.5,top = 316.5');");
}

function testdrivePopup(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=680,left = 713.5,top = 316.5');");
}

function calculatorPopup(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=739,height=260,left = 590.5,top = 475.5');");
}

// function calculatorPopup(URL) {
// day = new Date();
// id = day.getTime();
// eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=493,height=680,left = 713.5,top = 316.5');");
// }