<!--

/*
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=110; // 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]=["Zusätzlich...", "spiegel.html", "_new"]
ssmItems[2]=["Altri articoli", "ilgiornale.html", "_new"]
ssmItems[3]=["Hot BLOG", "http://www.agric.info/Blog", "_new"]
ssmItems[4]=["MOBILE INFO", "http://www.infow.org/mobile/", "_new"]
ssmItems[5]=["NEW LEADERS", "http://www.europ.me/", "_new"]
ssmItems[6]=["Cafe & Caffe", "http://www.icaffe.eu", "_new"]
ssmItems[7]=["Missing Disparu", "http://www.1cq.org", "_new"]
ssmItems[8]=["TOURISM", "http://www.touri.fr", "_new"]
ssmItems[9]=["BLOG", "http://www.roma1.com/blog/?p=1#respond", "_new"]
ssmItems[10]=["CONTACT Us", "mailto:postmaster@way.lu", "_new"]
ssmItems[11]=["FAQ", "mailto:postmaster@way.lu", "_new", 1, "no"] //create two column row
ssmItems[12]=["Email", "mailto:postmaster@way.lu", "_new",1]
ssmItems[13]=["External Links", "", ""] //create header
ssmItems[14]=["FreePatents", "http://www.freepatentsonline.com/EP0495714.html", "_new"]

buildMenu();

//-->
