<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openCenterWindow(theURL,w,h) { 
   wleft = (screen.Width - w) / 2 ;
   wtop = (screen.Height - h) / 2;
   cwindows = window.open(theURL,"cWin","height="+h+",width="+w+",top="+wtop+",left=" + wleft);
   cwindows.focus();
 }
//-->
