<!--

<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=00; // no quotes!!
staticYOffset=00; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="black";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=1;

hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="green";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";

linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="pantalla";
linkAlign="left";

barBGColor="blue";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=' eBent 01 ' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("INICIO");
addItem("Ir a inicio", "../../home.htm", "_top", "no");
addHdr("CLUB 8");
addItem("Club 8", "../../textes/presenta.htm", "_top", "no");
addItem("Textos", "../../textes/textos.htm", "_top", "no");
addItem("Noticias", "../../news/noticias.htm", "_top", "no");
addItem("Enlaces", "../../textes/enlaces.htm", "_top", "no");
addHdr("eBent'01");
addItem("eBent'01. Festival", "../grafics/festival.htm", "_top", "no");
addItem("Montaigne Froide", "../montaigne/pagina.htm", "_top", "no");
addItem("Elvira Santamaría", "../elvira/pagina.htm", "_top", "no");
addItem("Bartolomé Ferrando", "../ferrando/pagina.htm", "_top", "no");
addItem("Lorena Méndez", "../lorena/pagina.htm", "_top", "no");
addItem("Maria A.A.", "../mariaaa/pagina.htm", "_top", "no");
addItem("Fausto Grossi", "../grossi/pagina.htm", "_top", "no");
addItem("MAE", "../mae/pagina.htm", "_top", "no");
addHdr("eBent'01. <br>&nbsp;Nit de performance");
addItem("Jon Blud", "../blud/pagina.htm", "_top", "no");
addItem("Maria Cosmes", "../cosmes/pagina.htm", "_top", "no");
addItem("Manuel Morales", "../morales/pagina.htm", "_top", "no");
addItem("Angel Pastor", "../pastor/pagina.htm", "_top", "no");
addItem("Carlos Pina", "../pina/pagina.htm", "_top", "no");
addItem("Más imágenes", "../bocanord/pagina.htm", "_top", "no");
addHdr("Otros actos");
addItem("eBent'02. Festival", "../../ebent02/grafics/festival.htm", "_top", "no");
addItem("Otros actos", "../../actos/grafics/actos.htm", "_top", "no");

buildMenu();

//-->

//-->