<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=2;
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=120; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu Valeria"; // <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]=["Link Sportivi"] //create header
ssmItems[1]=["FidalSardegna", "http://www.fidalsardegna.it", ""]
ssmItems[2]=["FidalItalia", "http://www.fidal.it",""]
ssmItems[3]=["Classifiche Italia", "http://tesseramento.fidal.it/gradonli/onlinegraduatoriesrch.php?cmd=selez", ""]


// ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
// ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[4]=["Scrivici", "", ""] //create header
ssmItems[5]=["Presidente", "mailto:presidente@atleticavaleria.it", ""]
ssmItems[6]=["Direttivo", "mailto:direttivo@atleticavaleria.it", ""]
ssmItems[7]=["SOCIETA'", "mailto:atleticavaleria@atleticavaleria.it", ""]
ssmItems[8]=["Atleti Sardi", "mailto:atletisardi@atleticavaleria.it", ""]
ssmItems[9]=["Web-Master", "mailto:webmaster@atleticavaleria.it", ""]

ssmItems[10]=["Altri Link", "", ""] //create header
ssmItems[11]=["Google", "http://www.google.it", ""]
ssmItems[12]=["Il Vulcano", "http://www.vulcanonews.it", ""]
ssmItems[13]=["Aerei", "http://www.alitalia.it/it/fly/info/timetable.asp", ""]
ssmItems[14]=["Treni", "http://www.trenitalia.it", ""]
ssmItems[15]=["Meteo", "http://www.info412.it/meteo/", ""]
buildMenu();

//-->
