function changeLanguage(path) {
	var sURL = path + '/cl.php?lang=' + document.getElementById("langSelect").value;
	window.location.href = sURL;
}

