  //open pop up window 
  function openBrWindow(theURL,winName,features) {
    window.open(theURL,winName,features);
  }
  function displayStatusMsg(msgStr) {
    status=msgStr;
    document.returnValue = true;
  }
