function switchLanguage(lng) {
	//alert(window.location.toString());
	location.href='switchlng.php?l='+lng;
}
