<!--
var ns4class=''

function P7_Scrub(obj) { //v1.0 by PVII
 if(obj.blur){obj.blur();}
}
function centerPop(theURL,winName,w,h) { //v2.0
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
features = 'height='+h+',width='+w+',top='+wint+',left='+winl
win = window.open(theURL,winName,features);
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//-->
