function trouveCulture()
{
	if(document.getElementById("oucCulture_lblCulture").innerHTML.indexOf("English")!=-1)
	{
		document.location=_skCMSCurrentPage_enus;

	}
	else
	{
		document.location=_skCMSCurrentPage_frca;
	}
}
