if ( navigator.userAgent.indexOf('Win') != -1 )
{
	var etat;
	var doc;
	var path;
	doc=document.location.href.split("/") ;
	i = doc.length-2;
	path = "" ;
	while ( doc[i] != "bipbip" && i > 0 )
	{
		path += "../" ;
		i-- ;
	}
	window.document.MaPhrase.SetVariable("path", path );
	window.document.MaPhrase.SetVariable("go", "ok" );
}
