function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function form2Handler(form2){
var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;
window.location.href = URL;
}

function form3Handler(form3){
var URL = document.form3.site3.options[document.form3.site3.selectedIndex].value;
window.location.href = URL;
}

function form4Handler(form4){
var URL = document.form4.site4.options[document.form4.site4.selectedIndex].value;
window.location.href = URL;
}

function form5Handler(form5){
var URL = document.form5.site5.options[document.form5.site5.selectedIndex].value;
window.location.href = URL;
}

function form6Handler(form6){
var URL = document.form6.site6.options[document.form6.site6.selectedIndex].value;
window.location.href = URL;
}

function form7Handler(form7){
var URL = document.form7.site7.options[document.form7.site7.selectedIndex].value;
window.location.href = URL;
}

function form8Handler(form8){
var URL = document.form8.site8.options[document.form8.site8.selectedIndex].value;
window.location.href = URL;
}

function form9Handler(form9){
var URL = document.form9.site9.options[document.form9.site9.selectedIndex].value;
window.location.href = URL;
}

function form10Handler(form10){
var URL = document.form10.site10.options[document.form10.site10.selectedIndex].value;
window.location.href = URL;
}

function form11Handler(form11){
var URL = document.form11.site11.options[document.form11.site11.selectedIndex].value;
window.location.href = URL;
}

function form12Handler(form12){
var URL = document.form12.site12.options[document.form12.site12.selectedIndex].value;
window.location.href = URL;
}
