function changeUrl() {var redirect;redirect = document.getElementById('select_lang').value;document.location.href = redirect;}
