function popmail() 
  {
newWindow = window.open("yvomail.html","newWindow","width=497,height=479,scrollbars=no");
newWindow.document.close();
newWindow.focus();
  } 