<!--
function wopen(){
wx = 661;
wy = 328;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
wo=window.open("idxprbnr.html","", "toolbar=No,location=No,directories=no,status=No,menubar=No, scrollbars=No,resizable=yes,left="+x+",top="+y+",width="+wx+",height="+wy);
}      
//-->
