function formHandler(form) {
var windowprops = "height=500,width=750,location=yes,scrollbars=yes,menubar=yes,toolbar=yes,status=yes,resizable=yes";


var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}