function pope(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=NO,location=0,statusbar=0,menubar=0,resizable=NO,width=500,height=371,left = 100,top = 100, right= 150');");
}

function pope2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=NO,location=0,statusbar=0,menubar=0,resizable=NO,width=500,height=430,left = 100,top = 100, right= 150');");
}