<!--
        function posicion_x(){
		  var x=0;
		  if (document.all) {
            x=document.body.clientWidth;
     	  }
          if (document.layers) {
       		x=window.innerWidth;
     	  }
  		  if ((!document.all) && document.getElementById) {
       		x=window.innerWidth;
  		  }
		  y=((x-728)/2)+8;
		  
		  return y;
		}//posicion_x

		function mover(posi){
			var texto=(posi+13)+"px";	
			if (document.all) menu1Container.style.left=texto; 
			else document.getElementById("menu1Container").style.left=texto;
		}//arrancar

		function mover2(posi2){
			var texto2=(posi2+409)+"px";	
			if (document.all) menu2Container.style.left=texto2; 
			else document.getElementById("menu2Container").style.left=texto2;
		}//arrancar

		function mover3(posi3){
			var texto3=(posi3+565)+"px";	
			if (document.all) menu3Container.style.left=texto3; 
			else document.getElementById("menu3Container").style.left=texto3;
		}//arrancar


        new ypSlideOutMenu("menu1", "down",  20, 122, 100, 60 );
		new ypSlideOutMenu("menu2", "down", 223, 122, 155, 80 );
		new ypSlideOutMenu("menu3", "down", 400, 122, 155, 80 );

//-->
