function mail()
 {
  var win;
  win=window.open("mail.html","NeuesFenster","width=600,height=650,scrollbars");
}