
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=1,width=750,height=375,left = 150,top = 75');");
}

function popUpdetails(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=1,width=650,height=475,left = 150,top = 75');");
}

function popUpInfo(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=1,width=730,height=370,left = 150,top = 100');");
}

function passData(data) {
    windowHandle = window.open('messagetemplate.htm' + '?' + data,'windowName','resizable=no,width=730,height=370');
}







