<!-- Begin
function formHandler(form) {
var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL);
}
// End -->