<!--

<!--

/*
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="#ff7777";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";

linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="pantalla";
linkAlign="left";

barBGColor="red";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=' eBent 02 ' // <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'02");
addItem("<b>eBent'02. Festival</b>", "../grafics/festival.htm", "_top", "no");
addHdr("La nit de la performance");

addItem("Compañia buenosayres", "../bocanord/buenos.htm", "_top", "no");
addItem("José Antonio Delgado", "../bocanord/delgado.htm", "_top", "no");
addItem("Sara García", "../bocanord/garcia.htm", "_top", "no");
addItem("Carolina Gimeno-Mauricio Riquelm", "../bocanord/gimeno.htm", "_top", "no");
addItem("Anton Ignorant", "../bocanord/ignorant.htm", "_top", "no");
addItem("Indeàtic", "../bocanord/indeatic.htm", "_top", "no");
addItem("Barbara Kay", "../bocanord/kay.htm", "_top", "no");
addItem("Carlos Martínez", "../bocanord/martinez.htm", "_top", "no");
addItem("Alexander del Re, Lorena Méndez, Fernando Fuentes", "../bocanord/delre.htm", "_top", "no");
addItem("Fernando Fuentes, Lorena Méndez", "../bocanord/fuentes.htm", "_top", "no");
addItem("Ferran Recolons", "../bocanord/recolons.htm", "_top", "no");
addItem("R3", "../bocanord/r3.htm", "_top", "no");
addItem("Telenua", "../bocanord/telenua.htm", "_top", "no");


addHdr("Otros actos de club 8");
addItem("eBent'01. Festival", "../../ebent01/grafics/festival.htm", "_top", "no");
addItem("Otros actos", "../../actos/grafics/actos.htm", "_top", "no");

buildMenu();

//-->

//-->

