<!-- START code for centered window pop-ups -->
var st = 1;
var w = 0;
var h = 0;
var scrl = "no";
function deadCenter(w,h,url,scrl) {
        if (window.screen) {
var chasm = screen.availWidth;
var mount = screen.availHeight;
  putItThere = window.open(url,'posB','width=' + w + ',height=' + h + ',scrollbars=' + scrl + ',status=' + st + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));
putItThere.focus();
        }
}
<!-- END code for centered window pop-ups -->


<!--
function popC(URL) {
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,width=500,height=430');");
}

// -->
<!--
function popP(URL) {
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,width=440,height=270');");
}

// -->