// 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,left=0,top=0,width=430,height=230');");
}

function popUp2(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,left=0,top=0,width=345,height=525');");
}

function popUp3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id +"', 'toolbar=0,scrollbars=0,location=0,statusbar=0,meunbar=0,resizable=0,left=0,top=0,width=440,height=325');");
}

