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