<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=120; // 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="red";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="#FFF000";
barVAlign="center";
barWidth=22; // no quotes!!
barText="SIDE MENU"; // <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]=["Menu"] //create header
ssmItems[1]=["HOT NEWS", "http://www.ueeu.eu/", "_new"]
ssmItems[2]=["What's New", "http://www.agric.info/Blog/","_new"]
ssmItems[3]=["What's Hot", "http://www.agric.info/Blog/?page_id=22#postcomment", "_new"]
ssmItems[4]=["MOBILE INFO", "http://www.infow.org/mobile/", "_new"]
ssmItems[5]=["BLOG Ecolo", "http://www.cinemadream.org/blog/", "_new"]
ssmItems[6]=["AgriTurismo", "http://www.squisito.info/Blogitalian/", "_new"]
ssmItems[7]=["Cafe & Caffe", "http://www.icaffe.eu"]
ssmItems[8]=["RESTAURANT", "http://www.squisito.info/Blogitalian/", "_new"]
ssmItems[9]=["Link to Us", "http://www.ueeu.eu/", "_new"]
ssmItems[10]=["FAQ", "mailto:info@artisti.fr", "_new", 1, "no"] //create two column row
ssmItems[11]=["Email", "mailto:info@artisti.fr", "_new",1]

ssmItems[12]=["External Links", "", ""] //create header
ssmItems[13]=["TOURISME", "http://www.cinemadream.org/blog/"]
ssmItems[14]=["Formula 1", "http://www.kmx.it/", "_new"]
ssmItems[15]=["Festivals", "http://www.cinemafestival.org/", "_new"]
ssmItems[16]=["Arte Arts", "http://www.manovali.eu/", "_new"]
ssmItems[17]=["Viaggi TRAVEL", "http://www.squisito.info/Blogitalian/", "_new"]
ssmItems[18]=["Immobilier/Estate", "http://www.immore.com/", "_new"]
ssmItems[19]=["Cosmos News", "http://www.messaggero.org"]


buildMenu();

//-->
