<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=280; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#00467F";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#00467F";
barFontFamily="Arial";
barFontSize="2";
barFontColor="White";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ÍNDEX"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[00]=["Inici", "../cover.asp", ""]
ssmItems[01]=["Castelldefels us acull", "acoge.asp",""]
ssmItems[02]=["Drets i deures", "derechos.asp", ""]
ssmItems[03]=["1. Aspectes legals", "aspectos.asp", ""]
ssmItems[04]=["2. Treball", "trabajo.asp", ""]
ssmItems[05]=["3. Educació", "educacion.asp", ""]
ssmItems[06]=["4. Salut", "salud.asp", ""] //create two column row
ssmItems[07]=["5. Serveis socials", "servicios.asp", ""]
ssmItems[08]=["6. Solidaritat", "solidaridad.asp", ""] //create header
ssmItems[09]=["7. Transports", "transportes.asp", ""]
ssmItems[10]=["8. Consum", "consumo.asp", ""]
ssmItems[11]=["9. Polítiques d'igualtat", "politicas.asp", ""]
ssmItems[12]=["10. Cultura i festes", "cultura.asp", ""]
ssmItems[13]=["11. Altres informacions d'interès", "otras.asp", ""]
ssmItems[14]=["Directori de Telèfons d'interès", "telefonos.asp", ""]
ssmItems[15]=["Mapa de la Ciutat", "mapa.asp", ""]

buildMenu();

//-->