<!--

/*
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="#573A00";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="3";
hdrFontColor="#FBFB00";
hdrBGColor="#005700";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="#905900";
linkOverBGColor="#805500";
linkTarget="_top";
linkAlign="center";
barBGColor="#805500";
barFontFamily="arial";
barFontSize="2";
barFontColor="#FBFB00";
barVAlign="center";
barWidth=25; // no quotes!!
barText='<IMG style="margin:-15px 0 -15px;" src="http://img29.imageshack.us/img29/8029/menuforum.gif" height="242" width="27" />'; // <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]=["Il Vecchio Salice"] //create header
ssmItems[1]=["<b>Home</b>", "http://vecchiosalice.altervista.org/", ""]
ssmItems[2]=["<b>Articoli</b>", "http://vecchiosalice.altervista.org/articoli.html",""]
ssmItems[3]=["<b>Storie</b>", "http://vecchiosalice.altervista.org/storie.html", ""]
ssmItems[4]=["<b>Gallery</b>", "http://vecchiosalice.altervista.org/gallery.html", ""]
ssmItems[5]=["<b>Petizioni</b>", "http://vecchiosalice.altervista.org/petizioni.html", ""]
ssmItems[6]=["<b>Download</b>", "http://vecchiosalice.altervista.org/area_download.html", ""]
ssmItems[7]=["<b>Contatti</b>", "mailto:vecchiosalice@altervista.org", ""]



buildMenu();

//-->