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