function formHandler(){
var URL = document.selectLang.site.options[document.selectLang.site.selectedIndex].value;
window.location.href = URL;
}