var win;
var propns = "status=no,resizable=yes,scrollbars=no";
var url, size, width, height, param;
var wname = "display";

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
