// JavaScript Document

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=540,height=300');");
}
function createXMLHttpRequest() {   try { return new XMLHttpRequest(); } catch(e) {}   try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) {}   try { return new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {}   alert("XMLHttpRequest not supported");   return null; }
function callsaveemail(url,email)
{    
    var xmlHttpReq= createXMLHttpRequest();
    xmlHttpReq.open("GET", url+email, false);
    xmlHttpReq.send(null);
    var retvalue = xmlHttpReq.responseText;
    return retvalue;   
}

//function popStarter(URL)
//{
//window.open('image.html',null, 'width=383,height=545');
//}
            
            
               // National Day
            
            
function popStarter(URL)
{
window.open('image.html',null, 'width=524,height=386');
}
   
   
            
            // Cross selling
            
            
//function popStarter(URL)
//{
//window.open('image.html',null, 'width=448,height=592');
//}


//function popStarter(URL)
//{
//window.open('image.html',null, 'width=460,height=265');
//}


//function popStarter(URL)
//{
//window.open('image.html',null, 'width=680,height=584,left=400,top=200');
//}
