function formHandler(form){
var URL = document.getElementById('site1').options[document.getElementById('site').selectedIndex].value;
window.location.href = URL;
}

function formHandler(form){
var URL = document.getElementById('siteright').options[document.getElementById('siteright').selectedIndex].value;
window.location.href = URL;
}