<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#ffffff";
menuIsStatic="yes";
menuWidth=120; // Tamaño el Menu en multiplos de 10Must be a multiple of 10! no quotes!!
hdrFontFamily="Tahoma";
hdrFontSize="1";
hdrFontColor="#ffffff";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Tahoma"; //enlace
linkFontSize="1";
linkBGColor="#000000"; //Color de fondo del Enlace
linkOverBGColor="#ff0000"; // color de fondo del hover
linkTarget="";
linkAlign="left";
barBGColor="#000000";
barFontFamily="Tahoma";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("CoNCieRToS", "MeNú")
addItem("LoS TRoTaCaRReTeRaS", "http://www.murciarock.org/conciertos/chicheri/index.html", "");
addItem("oRiaN", "http://www.murciarock.org/conciertos/orian/index.html", "");
addItem("CaMPiLLo & BaÑóN", "http://www.murciarock.org/conciertos/sym/index.html", "");
addItem("PRiMaVeRa RoCK", "http://www.murciarock.org/conciertos/primavera/index.html", "");
addItem("DeNioM", "http://www.murciarock.org/conciertos/deniom/index.html", "");
addItem("NoiSe BoX", "http://www.murciarock.org/conciertos/noisebox/index.html", "");
addItem("CaNTeRo & aRáeZ", "http://www.murciarock.org/conciertos/lorqui1/index.html", "");
addItem("SeCoND", "http://www.murciarock.org/conciertos/lorqui2/index.html", "");
addItem("ReSKuYeNTe RoCK", "http://www.murciarock.org/conciertos/reskuyente/index.html", "");
addItem("MuéRDaGo", "http://www.murciarock.org/conciertos/muerdago/index.html", "");
addItem("HeCHi-CeRoS", "http://www.murciarock.org/conciertos/hechiceros/index.html", "");
addItem("LaZaRuS' CRaCKeR", "http://www.murciarock.org/conciertos/lazarus/index.html", "");
addItem("MúSiCa VS. VioLeNCia", "http://www.murciarock.org/conciertos/violencia/index.html", "");
/* Para empezar otro apartado se pone addHdr("Nuevo apartado"); */

endMenu()

//-->