// JavaScript Document
//<!-- Begin
function popUpPrice(URL) {
//day = new Date();
//id = day.getTime();
id = 'price';
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=900,height=500,left = 320,top = 80');");
}
// End -->

//<!-- Begin Chat
function popUp(URL) {
//day = new Date();
id = 'livechat';//day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=500,left = 300,top = 80');");
}

function popUpChat(URL) {
//day = new Date();
id = 'msn';//day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=300,left = 610,top = 80');");
}
// End -->

function popUpSpeedTest(URL) {
    id = 'speedtest'; //day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300,left = 300,top = 80');");
}


