function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function formHandCountry(formX){
var URL = document.formX.sitecountry.options[document.formX.sitecountry.selectedIndex].value;
window.location.href = URL;
}

function formHandRegion(formX){
var URL = document.formX.siteregion.options[document.formX.siteregion.selectedIndex].value;
window.location.href = URL;
}

function formHandlerOffice(form){
var URL = document.officedropdown.office.options[document.officedropdown.office.selectedIndex].value;
window.location.href = URL;
}