<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=236; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="WHITE";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=260; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana, arial, helvetica, sans-serif";
hdrFontSize="4";
hdrFontColor="red";
hdrBGColor="#FFFFFF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana, arial, helvetica, sans-serif";
linkFontSize="3";
linkBGColor="#FFFFFF";
linkOverBGColor="#F2F2F2";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana, arial, helvetica, sans-serif";
barFontSize="4";
barFontColor="WHITE";
barVAlign="center";
barWidth=20; // 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[0]=["HOLYFIRE"] //create header
ssmItems[1]=["PORTAL", "../index.html", ""]
ssmItems[2]=["INIZIO", "home.html", ""]
ssmItems[3]=["RICHIESTA di PREGHIERA", "html/pedidodeoracao.html",""]
ssmItems[4]=["RISPOSTA di PREGHIERA", "html/agradecimentos.html",""]
ssmItems[5]=["TESTIMONIANZE","html/testimOnios.html", ""]
ssmItems[6]=["CHI SIAMO", "html/quemsomos.html", ""]



buildMenu();

//-->
