

function changeLang2()
{
		var chaine=location.pathname;
		location.pathname=chaine.replace("/en/" ,"/fr/");

}



