// JavaScript Document

	function openWin(theURL,winName,features)
	{
		window.open(theURL,winName,features);
	}

	function MM_jumpMenu(targ,selObj,restore)
	{ //v3.0
		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		if (restore) selObj.selectedIndex=0;
	}

function gotoEN() {
	//document.location.href = "/EN"+document.location.pathname; // supression de "chazelles2005" temporaire
	theUrl = document.location.pathname;
	document.location.href = "/EN"+theUrl;
} 

function gotoFR() {
	theUrl = document.location.pathname;
	document.location.href = theUrl.replace("/EN/","/"); // supression de "chazelles2005" temporaire
}