// ----- Email ----- function openSendEmail() { newWindowHistory = window.open("sendemail.html", "win1", "HEIGHT=200, WIDTH=300, screenX=100, screenY=100, top=100, left=100, notoolbar"); return false; }