// JavaScript Document
function popUps(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,left=0,top=0,width=430,height=260');");
}

function popUps2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1, scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,left=0,top=0,width=345,height=525');");
}

function popUps3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id +"', 'toolbar=1,scrollbars=0,location=0,statusbar=0,meunbar=0,resizable=0,left=0,top=0,width=440,height=325');");
}

