<!--

/*
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="TABLE DES MATIÈRES"; // <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]=["Accueil", "../cover.asp", ""]
ssmItems[01]=["Castelldefels vous accueille", "acoge.asp",""]
ssmItems[02]=["Droits et devoirs", "derechos.asp", ""]
ssmItems[03]=["1. Aspects légaux", "aspectos.asp", ""]
ssmItems[04]=["2. Travail", "trabajo.asp", ""]
ssmItems[05]=["3. Éducation", "educacion.asp", ""]
ssmItems[06]=["4. Santé", "salud.asp", ""] //create two column row
ssmItems[07]=["5. Services sociaux", "servicios.asp", ""]
ssmItems[08]=["6. Solidarité", "solidaridad.asp", ""] //create header
ssmItems[09]=["7. Transports", "transportes.asp", ""]
ssmItems[10]=["8. Consommation", "consumo.asp", ""]
ssmItems[11]=["9. Politiques d’égalité", "politicas.asp", ""]
ssmItems[12]=["10. Culture et fêtes", "cultura.asp", ""]
ssmItems[13]=["11. Autres informations d’intérêts", "otras.asp", ""]
ssmItems[14]=["Annuaire téléphonique d’intérêt", "telefonos.asp", ""]
ssmItems[15]=["Plan de la ville", "mapa.asp", ""]

buildMenu();

//-->