function updateCurrentLanguage(cible, lgCode, arg)
{
	location.href=cible+"?"+arg+"&currentLangue="+lgCode;
	return;
}

