<!--
YOffset=35; 
XOffset=4;
staticYOffset=30; 
slideSpeed=20 
waitTime=100; 
menuBGColor="black";
menuIsStatic="yes"; 
menuWidth=150; 
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#CCCCCC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CCCCCC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; 
barText=""; 



// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] 
ssmItems[1]=["Inici", "http://www.cedac.es", ""]
ssmItems[2]=["Junta Directiva", "http://www.cedac.es/conoce/junta.htm",""]
ssmItems[3]=["Associats (A-C)", "http://www.cedac.es/conoce/assoc.htm", ""]
ssmItems[4]=["Associats (D-M)", "http://www.cedac.es/conoce/assoc2.htm", ""]
ssmItems[5]=["Associats (P-Z)", "http://www.cedac.es/conoce/assoc3.htm", ""]
ssmItems[6]=["", "http://www.cedac.es/informa/estableci.htm", ""]
ssmItems[7]=["", "http://www.cedac.es/establecimientos/establiments2.swf", ""]


ssmItems[8]=["FAQ", "http://www.cedac.es/", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "http://www.cedac.es/conoce/contacta.htm", "",1]

ssmItems[10]=["Links d'Interes", "", ""] //create header
ssmItems[11]=["Administracions Publiques", "http://www.cedac.es/links/ap.htm", ""]
ssmItems[12]=["Normatives", "http://www.cedac.es/links/normatives.htm", ""]
ssmItems[13]=["Patronals", "http://www.cedac.es/links/patronals.htm", ""]
ssmItems[14]=["Documentació", "http://www.cedac.es/links/documentacio.htm", ""]

buildMenu();

//-->
