//COLLET Manuel


//	Permet d'afficher un bouton menu toujours a la meme position

var ie=document.all?1:0 


if ((document.getElementById)&&(ie))
	{
	var staticlogo=new Image;
	staticlogo.src="../../images/fr/menu/menu.jpg";
	if(staticlogo.height!=15)
		staticlogo.src="../../../images/fr/menu/menu.jpg";
	document.write('<div id="ejs_logo" style="z-index:200;position:absolute;width:'+staticlogo.width+';height:'+staticlogo.height+'"><img src="'+staticlogo.src+'"; name="ejs_logo"; OnClick=Frame_resizor(); border=0 /></div>')
	ejs_scx = document.body.clientWidth;
	ejs_scy = document.body.clientHeight;
	document.getElementById("ejs_logo").style.top=0;
	document.getElementById("ejs_logo").style.left=0;
	}
function logoit()
	{
	if (document.getElementById)
		{
		var w2=document.body.scrollTop;
		document.getElementById("ejs_logo").style.top=w2;
		timertemp=setTimeout("logoit()",1);
		}
	}
if(ie)
	window.onload=logoit();



