<!--

<!--

/*
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=200; // 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("eBent'02. Performance");
addItem("<b>eBent'02. Festival</b>", "../grafics/festival.htm", "_top", "no");
addItem("Roddy Hunter", "../rhunter/pagina.htm", "_top", "no");
addItem("Matei Bejenaru", "../mbejenaru/pagina.htm", "_top", "no");
addItem("Óscar Mora", "../omora/pagina.htm", "_top", "no");
addItem("Nel Amaro", "../namaro/pagina.htm", "_top", "no");
addItem("Pawel Kwasnieswki", "../pawel/pagina.htm", "_top", "no");
addItem("Jordi Cerdà", "../jcerda/pagina.htm", "_top", "no");
addItem("Sylvie Cotton", "../scotton/pagina.htm", "_top", "no");
addItem("Rubén Barroso", "../rbarroso/pagina.htm", "_top", "no");
addItem("Mercè Ortega", "../mortega/pagina.htm","_top", "no");
addItem("Hilario Alvarez", "../halvarez/pagina.htm", "_top", "no");
addItem("Nieves Correa", "../ncorrea/pagina.htm", "_top", "no");
addItem("La nit de la performance a Boca Nord", "../bocanord/bocanord.htm", "_top", "no");

addHdr("eBent'02. Conferencias");
addItem("Nilo Casares", "../casares/pagina.htm", "_top", "no");
addItem("Dalmau-Górriz", "../dalmau-gorriz/pagina.htm", "_top", "no");
addItem("Teresa Camps-Rosa E. López", "../camps-lopez/pagina.htm", "_top", "no");

addHdr("eBent'02. Otras actividades");

addItem("Proyecciones de vídeo", "../video/pagina.htm", "_top", "no");
addItem("La Bellamátic", "../bellamatic/pagina.htm", "_top", "no");
addItem("Ursonate", "../ursonate/pagina.htm", "_top", "no");



addHdr("Otros actos");
addItem("eBent'01. Festival", "../../ebent01/grafics/festival.htm", "_top", "no");
addItem("Otros actos", "../../actos/grafics/actos.htm", "_top", "no");

buildMenu();

//-->

//-->