// JavaScript Document
// CORE FILE

/*
	Set website language
*/
function setLanguage(lang) {
	document.location.href = "index.php?lang=" + lang;
}