var mailPopup=null;

function closeMailPopup(){
  if (mailPopup!=null){
    mailPopup.close();
    mailPopup=null;
  }
}
