// JavaScript Document
function formHandler(form){
var URL = document.form.lang.options[document.form.lang.selectedIndex].value;
window.location.href = URL;
}