    function awbsPopup(awbsURL){ 
      var awbsPopupWindow = window.open(awbsURL, "awbsPopup", 
        "location=1,status=1,toolbar=1,menubar=1,resizable=1,scrollbars=1,width=778,height=500"
      );
      if (window.focus) {awbsPopupWindow.focus()}
      return false;
    }