//-- OPTIMIC Module page
//-- Copyright 2010 OPTIMIC, All Rights Reserved.

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;
