function formHandler(form) {
var URL = form.site.options[form.site.selectedIndex].value;

parent.frames[1].location.href =(URL)
}