<!-- Begin
function formHandler(form) {
var windowprops = "height=600,width=800,location=no,"
+ "scrollbars=yes,menubars=no,toolbars=yes,resizable=yes";

var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}
// End -->
