function validate_form() { with (document.nwsletterform) { if(!checkMail(email, "Email", true)) { return false; } if (service_code.selectedIndex < 1) { alert("Please Select Your Service."); return false; } if (status_code.selectedIndex < 1) { alert("Please Select Your Status."); return false; } open_window('http://www.military.com/Newsletter/SaveNewsLetterSubscription','newsletter',212,140,'CC',0,5,0); return true; } } document.writeln('