function popup(contact)  {  hauteur=200;  largeur=150;  window.open("mail.php?contact="+contact,'','width='+largeur+',height='+hauteur);  }