<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blacK";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=280; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#931919";
hdrBGColor="#ffffff";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#000000";
linkOverBGColor="#0000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#7f0202";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="E N T E R"; // <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]=["Asso anima e corpo"] //create header
ssmItems[1]=["&raquo;&nbsp;Chi siamo", "index.php?option=com_content&view=article&id=48&Itemid=54", ""]
ssmItems[2]=["&raquo;&nbsp;Attivit&#224;", "index.php?option=com_content&view=article&id=50&Itemid=57", ""]
ssmItems[3]=["&raquo;&nbsp;Eventi", "index.php?option=com_content&view=article&id=51&Itemid=58", ""]
ssmItems[4]=["&raquo;&nbsp;Anima e corpo band", "index.php?option=com_content&view=article&id=49&Itemid=96", ""]
ssmItems[5]=["&raquo;&nbsp;Download", "index.php?option=com_content&view=article&id=55&Itemid=97", ""]
ssmItems[6]=["Associazione Mamina"] //create header
ssmItems[7]=["&raquo;&nbsp;Chi siamo", "index.php?option=com_content&view=article&id=91&Itemid=95", ""] 
ssmItems[8]=["&raquo;&nbsp;Attivit&#224;", "index.php?option=com_content&view=article&id=77&Itemid=84", ""] 
ssmItems[9]=["&raquo;&nbsp;Filmati", "index.php?option=com_content&view=article&id=64&Itemid=67", ""]
ssmItems[10]=["&raquo;&nbsp;Prodotti", "index.php?option=com_content&view=article&id=93&Itemid=80", ""]
ssmItems[11]=["&raquo;&nbsp;Aiutiamo il madagascar", "index.php?option=com_content&view=article&id=54&Itemid=63", ""]
ssmItems[12]=["----------------"] //create header
ssmItems[13]=["&raquo;&nbsp;Forum", "index.php?option=com_content&view=article&id=63&Itemid=62", ""]
ssmItems[14]=["&raquo;&nbsp;Contatti", "index.php?option=com_contact&view=contact&id=1:name&catid=12:contacts", ""]
ssmItems[15]=["&raquo;&nbsp;Web master", "index.php?option=com_content&view=article&id=52&Itemid=60", ""]
buildMenu();

//-->