// JavaScript Document
function popup(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, 'popup', 'toolbar=0,scrollbars=0,location=1,statusbar=1,menubar=0,resizable=0,width=485,height=400');");
}

