function popUp(URL,w,h,s,l,sb,mb,r,t) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar="+t+",scrollbars="+s+",location="+l+",statusbar="+sb+",menubar="+mb+",resizable="+r+",width="+w+",height="+h+",left = 660,top = 0');");
}
