<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=115; // no quotes!!
XOffset=102;
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="YELLOW";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0E4E69"; 
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#0E4E69";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0E4E69";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=23; // no quotes!!
barText="MENU"; // <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]=["Menu"] //create header
ssmItems[01]=["Orario delle Sante Messe", "http://www.immacolata-scauri.it/messe.htm", ""]
ssmItems[02]=["", "http://www.immacolata-scauri.it", ""]
ssmItems[03]=["Il restauro del Campanile", "http://www.immacolata-scauri.it/lavori al campanile.htm", ""]
ssmItems[04]=["", "http://www.immacolata-scauri.it", "", 1, "no"] //create two column row
ssmItems[05]=["WebMaster", "http://www.elioecaterina.it ", "",1]
ssmItems[06]=["Anno 2003", "", ""] //create header
ssmItems[07]=["Eventi 2003", "http://www.immacolata-scauri.it/eventi 2003.htm", ""]
ssmItems[08]=["Anno 2004", "", ""] //create header
ssmItems[09]=["Eventi 2004", "http://www.immacolata-scauri.it/eventi 2004.htm", ""]
ssmItems[10]=["Anno 2005", "", ""] //create header
ssmItems[11]=["Eventi 2005", "http://www.immacolata-scauri.it/eventi 2005.htm", ""]
ssmItems[12]=["Anno 2006", "", ""] //create header
ssmItems[13]=["Eventi 2006", "http://www.immacolata-scauri.it/eventi 2006.htm", ""]
ssmItems[14]=["Anno 2007", "", ""] //create header
ssmItems[15]=["Eventi 2007", "http://www.immacolata-scauri.it/eventi 2007.htm", ""]
ssmItems[16]=["Anno 2008", "", ""] //create header
ssmItems[17]=["Eventi 2008", "http://www.immacolata-scauri.it/eventi 2008.htm", ""]
ssmItems[18]=["Anno 2009", "", ""] //create header
ssmItems[19]=["Eventi 2009", "http://www.immacolata-scauri.it/eventi 2009.htm", ""]
ssmItems[20]=["Anno 2010", "", ""] //create header
ssmItems[21]=["Eventi 2010", "http://www.immacolata-scauri.it/eventi 2010.htm", ""]
ssmItems[22]=["Anno 2011", "", ""] //create header
ssmItems[23]=["Eventi 2011", "http://www.immacolata-scauri.it/eventi 2011.htm", ""]
buildMenu();

//-->
