function ChangeLang(what){
	window.location=what.options[what.selectedIndex].value;
} 

