// FONCTION CHANGEMENT DE LANGUE
function selectLang(id) {
	if (id == "de") {
		location.href = "../../de/news/PR_news.html";
	}
	if (id == "en") {
		location.href = "../../en/news/PR_news.html";
	}
	if (id == "es") {
		location.href = "../../es/news/PR_news.html";
	}
	if (id == "fr") {
		location.href = "../../fr/news/PR_news.html";
	}
	if (id == "it") {
		location.href = "../../it/news/PR_news.html";
	}
}
