function changeLanguage() {
	window.location.href = "home,1," + $('mod_language_select').options[$('mod_language_select').selectedIndex].id + ".html";
}
