
/***********************************************
* Sliding Menu Bar Script- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
***********************************************/
//Estilos del menu

hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#b22222";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#fafad2";
linkOverBGColor="#FF9966";
linkTarget="_top";
YOffset=24;
staticYOffset=24;
menuBGColor="#b22222";
menuIsStatic="yes";
menuHeader="m e n u "
menuWidth=300; // Must be a multiple of 5!
staticMode="advanced"
barBGColor="#b22222";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barText="IES San Juan Bautista ";
barImage="./images/menurelieve.jpg";
barWidth=90;
speed=10;

var slidemenu_width='300px' //specify width of menu (in pixels)
var slidemenu_reveal='90px' //specify amount that menu should protrude initially
var slidemenu_top='30px'   //specify vertical offset of menu on page

var ns4=document.layers?1:0
var ie4=document.all
var ns6=document.getElementById&&!document.all?1:0
var IE=ie4
var NS=ns4