<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=275; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#5878AD";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#1200FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="lightyellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="#5878AD";
barFontFamily="Verdana, Arial, Helvetica, sans-serif";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=5; // no quotes!!
barText="gonbike"; // <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]=["- gonbike"] //create header
ssmItems[1]=["- Home", "http://www.gonbike.com", ""]
ssmItems[2]=["- News Superbike", "http://www.gonbike.com/news/all.php", ""]
ssmItems[3]=["- News Eventi", "http://www.gonbike.com/news_prod/all.php", ""]
ssmItems[4]=["- News Fuoristrada", "http://www.gonbike.com/news_fuoristrada/all.php", ""]
ssmItems[5]=["- News Trofei", "http://www.gonbike.com/news_trofei/all.php", ""]
buildMenu();

//-->

