function popup(URL,resize,width,height) {
//alert(URL);
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable="+ resize + ",width=" + width + ",height=" + height + ",left = 517.5,top = 420');");
}