		function selectURL() {
		var n_url=document.getElementById ('select_lingue');
		
		
		//alert(n_url.value);
		location.href = n_url.value;
	}

