<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="red";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="red";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="red";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Historia", "http://www.eldesbarajuste.es/historia/Historia.html", ""]
ssmItems[2]=["Cancionero", "http://www.eldesbarajuste.es/cancionero/cancionero.html",""]
ssmItems[3]=["Fotos y Más", "http://www.eldesbarajuste.es/fotos/fotos.html", ""]
ssmItems[4]=["Integrantes", "http://www.eldesbarajuste.es/integrantes/integrantes.html", ""]
ssmItems[5]=["Banderines", "http://www.eldesbarajuste.es/banderines/banderines.php", ""]
ssmItems[6]=["Videos", "http://www.eldesbarajuste.es/videos/videos.html", ""]
ssmItems[7]=["Carteles", "http://www.eldesbarajuste.es/afiches/afiches.php", ""]
ssmItems[8]=["Cuadrillas", "http://www.eldesbarajuste.es/cuadrillas/cuadrillas.html", ""]
ssmItems[9]=["Presidencias", "http://www.eldesbarajuste.es/presidencias/presidencias.html", ""]
ssmItems[10]=["Contacto", "http://www.eldesbarajuste.es/email/email.html", ""]
ssmItems[11]=["Libro de Firmas", "http://users4.smartgb.com/g/g.php?a=s&i=g44-31685-d0", ""]
ssmItems[12]=["Links", "http://www.eldesbarajuste.es/links/links.html", ""]

buildMenu();

//-->
