
function change_lang(thisLang) {
	Set_Cookie('cookie_current_lang', thisLang, 30, '', '', '' );
	location.reload(true);
}

