

function popUp(URL) {
day = new Date();
id = "popup";
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width=318,height=300,left=3,top=329');");

if (window.focus) {pagepopup.focus()}


}

