function openWindow(url,h,w){ window.open(url,"","scrollbars=yes,height=" + h + ",width=" + w); } function sendMail(){ document.f.submit(); }