<!--

/*
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="INDEX"; // <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]=["Home", "../cover.asp", ""]
ssmItems[01]=["Castelldefels welcomes you", "acoge.asp",""]
ssmItems[02]=["Rights and responsabilities", "derechos.asp", ""]
ssmItems[03]=["1. Legal factors", "aspectos.asp", ""]
ssmItems[04]=["2. Work", "trabajo.asp", ""]
ssmItems[05]=["3. Education", "educacion.asp", ""]
ssmItems[06]=["4. Health", "salud.asp", ""] //create two column row
ssmItems[07]=["5. Social services", "servicios.asp", ""]
ssmItems[08]=["6. Solidarity", "solidaridad.asp", ""] //create header
ssmItems[09]=["7. Transport", "transportes.asp", ""]
ssmItems[10]=["8. Consumers", "consumo.asp", ""]
ssmItems[11]=["9. Equality policies", "politicas.asp", ""]
ssmItems[12]=["10. Cultural events and local fiestas", "cultura.asp", ""]
ssmItems[13]=["11. Other information", "otras.asp", ""]
ssmItems[14]=["Useful telephone numbers", "telefonos.asp", ""]
ssmItems[15]=["Town map", "mapa.asp", ""]

buildMenu();

//-->