<!--

/*
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="ÍNDICE"; // <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]=["Inicio", "../cover.asp", ""]
ssmItems[01]=["Castelldefels os acoge", "acoge.asp",""]
ssmItems[02]=["Derechos y deberes", "derechos.asp", ""]
ssmItems[03]=["1. Aspectos legales", "aspectos.asp", ""]
ssmItems[04]=["2. Trabajo", "trabajo.asp", ""]
ssmItems[05]=["3. Educación", "educacion.asp", ""]
ssmItems[06]=["4. Salud", "salud.asp", ""] //create two column row
ssmItems[07]=["5. Servicios sociales", "servicios.asp", ""]
ssmItems[08]=["6. Solidaridad", "solidaridad.asp", ""] //create header
ssmItems[09]=["7. Transportes", "transportes.asp", ""]
ssmItems[10]=["8. Consumo", "consumo.asp", ""]
ssmItems[11]=["9. Políticas de igualdad", "politicas.asp", ""]
ssmItems[12]=["10. Cultura y fiestas", "cultura.asp", ""]
ssmItems[13]=["11. Otras informaciones de interés", "otras.asp", ""]
ssmItems[14]=["Directorio de Teléfonos de interés", "telefonos.asp", ""]
ssmItems[15]=["Mapa de la Ciudad", "mapa.asp", ""]

buildMenu();

//-->
