<!-- 
function handleIt(form) {
var settings = "height=440,width=790,left=150,top=250,location=no,scrollbars=yes,directories=no,status=no,menubar=no,toolbar=yes,resizable=yes';"

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

