// JavaScript Document
scrheight=screen.availHeight;
scrwidth=screen.availWidth;

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_openBrWindow_centered(theURL,winName,features,w,h) { //v2.0
var left=Math.ceil((scrwidth-w)/2);
var top=Math.ceil((scrheight-h)/2);
  window.open(theURL,winName,features+",left="+left+",top="+top);
}
function MM_openBrWindow_centered_hmax(theURL,winName,features,w) { //v2.0
var left=Math.ceil((scrwidth-w)/2);
  window.open(theURL,winName,features+",left="+left+",top=0,height="+scrheight);
}
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


//-->

