function formHandler(form) {var windowprops = "height=500,width=800,location=no,"+ "scrollbars=yes,menubar=no,toolbar=no,resizable=no";var URL4 = form.site.options[form.site.selectedIndex].value;popup = window.open(URL4,"MenuPopup",windowprops);}