	var hauteurMini = 48;
	var hauteurMaxi= 180;

	function pull(){
		if (window.drawit) {
			clearInterval(drawit);
		}
		pullit=window.setInterval("pullengine()",50);
	}
	function draw(){
		clearInterval(pullit)
		drawit=window.setInterval("drawengine()",50)
	}
	function pullengine(){
		if (document.all && tiroirLiens.style.height < hauteurMaxi) {
			var myTmp = parseInt(tiroirLiens.style.height)+20;
			tiroirLiens.style.height = myTmp+'px';
			var myTmp = parseInt(tiroirLiens.style.top)-20;
			tiroirLiens.style.top = myTmp+'px';
		} else if (document.getElementById("tiroirLiens")&&parseInt(tiroirLiens.style.height)<hauteurMaxi) {
			var myTmp = parseInt(tiroirLiens.style.height)+20;
			tiroirLiens.style.height = myTmp+'px';
			var myTmp = parseInt(tiroirLiens.style.top)-20;
			tiroirLiens.style.top = myTmp+'px';
		} else if (window.pullit) {
			clearInterval(pullit);
		}
	}
	function drawengine(){
		if (document.all && tiroirLiens.style.height > hauteurMini) {
			var myTmp = parseInt(tiroirLiens.style.height)-20;
			tiroirLiens.style.height = myTmp+'px';
			var myTmp = parseInt(tiroirLiens.style.top)+20;
			tiroirLiens.style.top = myTmp+'px';
		} else if (document.getElementById("tiroirLiens")&&parseInt(tiroirLiens.style.height)>hauteurMini) {
			var myTmp = parseInt(tiroirLiens.style.height)-20;
			tiroirLiens.style.height = myTmp+'px';
			var myTmp = parseInt(tiroirLiens.style.top)+20;
			tiroirLiens.style.top = myTmp+'px';
		} else if (window.drawit) {
			clearInterval(drawit)
		}
	}
	

	
	
	
	function montre(id) {
	
	var d = document.getElementById(id);
			for (var i = 1; i<=50; i++) {
					if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
					if (document.getElementById('menuCont'+i)) {document.getElementById('menuCont'+i).style.display='none';}
			}
	if (d) {d.style.display='block';}
	}
	function popUpFEC(url,width,height) {
		WindowObjectReference = window.open(url, "popUpFEC","menubar=no,location=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,personalbar=no,directories=no,dialog=no,alwaysRaised=yes,width="+width+",height="+height+",innerHeight="+height+",innerWidth="+width)	
	}
	function lienCourrier() {
		var mbx = "info";
		var zedomaine = "franceexportcereales.org";
		document.write("<a href=" + "mail" + "to:" + mbx + "@" + zedomaine+ ">");
	}
