
function openWin2() {
  myWin= open("email.html", "displayWindow", 
    "width=400,height=200,status=no,toolbar=no,menubar=no");
}
