function select_lang(x){
	document.location.href = x;
	document.forms[0].reset();
	document.forms[0].elements[0].blur();
}

