

function oppop(URL) {
var popup_width = 600
var popup_height = 400
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}


function oppop1(URL) {
var popup_width1 = 600
var popup_height1 = 260
day1 = new Date();
id1 = day1.getTime();
eval("page" + id1 + " = window.open(URL, '" + id1 + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width1+',height='+popup_height1+'');");
}

