function mention(lang, type) {
	if (lang == 'FR') {
	/* HOME */ if(type == 1 ) document.write("");
	/* SITE */ if(type == 2 ) document.write(""); 
	}
	
	if (lang == 'EN') {
	/* HOME */ if(type == 1 ) document.write("");
	/* SITE */ if(type == 2 ) document.write("");
	}
}
