function alerte_francais(){
	alert("Le nouveau site Photowatt est en cours de réalisation en langue française, et sera disponible trčs prochainement.\nDans cette attente, vous ętes redirigé vers l'ancienne version.\nMerci de votre compréhension.");
	document.location.href="http://www.photowatt.fr/index_fr.php";
}
function alerte_espagnol(){
	alert("El nuevo sitio Photowatt está en curso de realización en idioma frances, y disponible muy pronto.\nEn esta espera, usted es redirigido hacia la antigua versión.\nGracias por su comprensión.");
	document.location.href="http://www.photowatt.fr/index_sp.php";
}
function alerte_allemand(){
	alert("Die neue Website Photowatt im Deutschen ist im Gange und wird bald verfügbar sein.\nIn dieser Erwartung werden Sie zur ehemaligen Version weitergeleitet.\nDanke für Ihr Verständnis.");
	document.location.href="http://www.photowatt.fr/index_de.php";
}