<!--

/*
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("CoLaBoRaCioNeS", "MeNú")
addItem("MoLiNa RoCK FeSTiVaL", "http://www.murciarock.org/colaboraciones/molinarock/index.html", "");
addItem("CieZa RoCK 2002", "http://www.murciarock.org/colaboraciones/ciezarock/index.html", "");
addItem("PiNaR RoCK", "http://www.murciarock.org/colaboraciones/pinarrock/index.html", "");
addItem("oVuM SHoo", "http://www.murciarock.org/colaboraciones/ovumshoo/index.html", "");
addItem("CRiSTaL RoCK 2003", "http://www.murciarock.org/colaboraciones/cristalrock/index.html", "");
addItem("FeSTiVaL aNTaReS 03", "http://www.murciarock.org/colaboraciones/antares/index.html", "");
addItem("THe eND oF THe NoiSe", "http://www.murciarock.org/colaboraciones/endnoise/index.html", "");
addItem("SuGaRLeSS + NaHia", "http://www.murciarock.org/colaboraciones/sugarless/index.html", "");
addItem("TeNPeL", "http://www.murciarock.org/colaboraciones/tenpel/index.html", "");
/* Para empezar otro apartado se pone addHdr("Nuevo apartado"); */

endMenu()

//-->
