function SetEnvironnement()
{
	if(top._App)
	{
		top._App.AutoFitFrameContenu(document);
		//var filename=top._App.GetFileNameFromUrl(document.location.href);
		//top._App.PrepareMenusFromId(filename);
	}
	//top.Urchin();
}
window.onload=SetEnvironnement;
