<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=158; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=80 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="orange";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="midnightblue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#00FFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="tomato";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Indice Gite"; // <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]=["Gita a Capri"] //create header
ssmItems[1]=["26/06/2003", "capri26062003.htm",""]
ssmItems[2]=["Vacanza a Tropea"] //create header

ssmItems[3]=["01/08/1998", "tropea01082003.htm",""]

ssmItems[4]=["Gita a Roma"] //create header

ssmItems[5]=["10/12/2001", "roma10122001.htm",""]
ssmItems[6]=["Gita a Positano"] //create header

ssmItems[7]=["24/07/2003.", "positano24072003.htm",""]
ssmItems[8]=["15/08/2003", "positano15082003.htm",""]
ssmItems[9]=["Vacanza sul Gargano"] //create header
ssmItems[10]=["01/05/2002", "gargano01052002.htm",""]









buildMenu();

//-->
