function ChangeLng( ln )
{ 
	if(ln == 1)
		window.location.href = "../fr/index.html"
	else
		window.location.href = "../en/index.html"
}

