

<!-- 
function MM_openBrWindow(theURL,winName) { //v2.0
// alert (screen.availHeight + ", " + screen.availWidth);
  wintop = (screen.availHeight-534)/2;
  winleft = (screen.availWidth-500)/2;
  if (wintop < 0) { wintop = 0; }
  if (winleft < 0) { winleft = 0; }
  features = "scrollbars=yes,resizable=no,width=500,height=535,top=" + wintop + ",left=" + winleft;
 // alert (features);
  window.open(theURL,winName,features);
}
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
// -->

