 
 
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=yes,location=10,status=no,menubar=no,resizable=1,width=570,height=430');");
}
 
