   <!--
   function CenteredPopup(page,l,h,opts) {
 var top=(screen.height-h)/2;
 var left=(screen.width-l)/2;
 window.open(page,"","top="+top+",left="+left+",width="+l+",height="+h+","+opts);
   }
   // -->