
<!-- Begin POP-UP SIZES AND OPTIONS CODE


function poptips(URL) {
var popup_width = 500
var popup_height = 500
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=8,top=8,screenx=8,screeny=8,width='+popup_width+',height='+popup_height+'');");
}

function poptips2(URL) {
var popup_width = 500
var popup_height = 500
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,left=24,top=24,screenx=24,screeny=24,width='+popup_width+',height='+popup_height+'');");
}

//  End -->
