<!--

<!--

/*
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=250; // Must be a multiple of 10! no quotes!!
menuCols=1;

hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";

linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";

barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=' m i a u ' // <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("MIAU");
addItem("Qué es MIAU", "../textes/miau.htm", "_top", "no");
addItem("Quaderns i edicions del miau", "../textes/quaderns.htm", "_top", "no");
addItem("Acciones de MIAU", "../accions/pagina.htm", "_top", "no");
addHdr("ESPAI MIAU");
addItem("Qué es el espai MIAU", "../../expos/espai/pagina.htm", "_top", "no");
addItem("Exposiciones 1999-2000", "../../expos/expo99/grafics/expo99.htm", "_top", "no");
addItem("Exposiciones 2000-2001", "../../expos/expo00/grafics/expo00.htm", "_top", "no");
addItem("Exposiciones 2001-2002", "../../expos/expo01/grafics/expo01.htm", "_top", "no");
addItem("Exposiciones 2002-2003", "../../expos/expo02/grafics/expo02.htm", "_top", "no");
addItem("Exposiciones 2003-2004", "../../expos/expo03/grafics/expo03.htm", "_top", "no");
addHdr("CONTACTO");
addItem("Enlaces y contactos", "../../../colectivo-stidna/textes/enlaces.htm", "_top", "no");

buildMenu();

//-->

//-->
