<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=15; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#008000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#008000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PRODOTTI"; // <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]=["Elenco"] //create header
ssmItems[1]=["Actinidia", "http://www.vivaizanzi.it/prodotti/actinidia/index.htm", ""]
ssmItems[2]=["Albicocco", "http://www.vivaizanzi.it/prodotti/albicocco/index.htm", ""]
ssmItems[3]=["Asparagi", "http://www.vivaizanzi.it/prodotti/asparago/index.htm", ""]
ssmItems[4]=["Castagno", "http://www.vivaizanzi.it/prodotti/castagno/index.htm", ""]
ssmItems[5]=["Ciliegio", "http://www.vivaizanzi.it/prodotti/ciliegio/index.htm", ""]
ssmItems[6]=["Fragola", "http://www.vivaizanzi.it/prodotti/fragola/index.htm", ""]
ssmItems[7]=["Frutti minori", "http://www.vivaizanzi.it/prodotti/frutti_minori/index.htm", ""]
ssmItems[8]=["Mandorlo", "http://www.vivaizanzi.it/prodotti/mandorlo/index.htm",""]
ssmItems[9]=["Melo", "http://www.vivaizanzi.it/prodotti/melo/index.htm", ""]
ssmItems[10]=["Noce", "http://www.vivaizanzi.it/prodotti/noce/index.htm", ""]
ssmItems[11]=["Olivo", "http://www.vivaizanzi.it/prodotti/olivo/index.htm", ""]
ssmItems[12]=["Pero", "http://www.vivaizanzi.it/prodotti/pero/index.htm", ""]
ssmItems[13]=["Pesco", "http://www.vivaizanzi.it/prodotti/pesco/index.htm", ""]
ssmItems[14]=["Piccoli Frutti", "http://www.vivaizanzi.it/prodotti/piccoli_frutti/index.htm",""]
ssmItems[15]=["Susino", "http://www.vivaizanzi.it/prodotti/susino/index.htm", ""]
ssmItems[16]=["Uva", "http://www.vivaizanzi.it/prodotti/uva/index.htm", ""]


buildMenu();

//-->
