
function SetEN()
{
	document.LANGUE._Langue.value	= "EN";
	
}
function SetFR()
{
	document.LANGUE._Langue.value	= "FR";
	
}


