		function formhandler(form){
var url = document.form.site.options[document.form.site.selectedindex].value;

window.location.href = url;
}