


<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=15; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="FF9900";  // <--
menuIsStatic="yes";
menuWidth=121; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="#00ccff";
hdrBGColor="FF9900";   // <--
hdrAlign="left";
hdrVAlign="middle";
hdrHeight="20";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="FFCC66";   // <--
linkOverBGColor="#f8d000";
linkTarget="";
linkAlign="left";
barBGColor="FF9900";   // <--
barFontFamily="arial";
barFontSize="2";
barFontColor="FF9900";
barVAlign="center";
barWidth=54; // no quotes!!
barText="<img src=imagens/_par1.gif>" // <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[0]=["<img  src=imagens/headmenu.gif>",""];
ssmItems[1]=["     Apresentação", "apresentacao.php", ""];
ssmItems[2]=["     Escola", "escola.php", ""];
ssmItems[3]=["     Festas", "festas.php", ""];
ssmItems[4]=["     Galeria", "galerias.php", ""];
ssmItems[5]=["     Chat", "chat.php", ""];
ssmItems[6]=["     Livro de visitas", "livro_de_visitas.php", ""];
ssmItems[7]=["     Contactos", "contactos.php", ""];
ssmItems[8]=["<img  src=imagens/feetmenu.gif>"];


buildMenu();



//-->


