<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
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=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="YELLOW";
barVAlign="center";
barWidth=20; // 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]=["Belgiumbiker's Nieuwsbrief", "http://www.belgiumbiker.be/nieuwsbrief.html", "_new"]
ssmItems[2]=["BelgiumBiker Kalender", "http://www.toptools.be/org/belgiumbiker/index.html",""]
ssmItems[3]=["Free Linkpagina", "http://linkpagina.hetweb.be/cgi-bin/user/lp_0052/lp.pl?action=bekijken", ""]
ssmItems[4]=["Photo Album", "http://pub1.bravenet.com/photocenter/album.php?usernum=70696396&cpv=2", "_new"]
ssmItems[5]=["Review BelgiumBiker", "http://www.mag.be/dutch/modules.php?name=Web_Links&l_op=ratelink&lid=533", ""]
ssmItems[6]=["Belgiumbiker Forum", "http://www.xsbb.nl/phpbb/index.php?id=belgiumbiker", ""]
ssmItems[7]=["Belgiumbiker's Zoekertjes", "http://www.toptools.be/classifieds/belgiumbiker/index.cgi", ""]
ssmItems[8]=["Gastenboek", "http://www.koekjes.net/cgi-bin/gastenboek/bekijken.pl?belgiumb", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:webmaster@belgiumbiker.be", "",1]



ssmItems[10]=["Partner Links", "", ""] //create header
ssmItems[11]=["Motovrienden", "http://www.motovrienden.be/", ""]
ssmItems[12]=["MAG Links", "http://www.mag.be/dutch/modules.php?name=Web_Links", ""]
ssmItems[13]=["Executive Motorbike Events", "http://www.executiveevents.be", ""]
ssmItems[14]=["Uw link hier ?", "mailto:webmaster@belgiumbiker.be?subject=Partner Link suggestie.", ""]

ssmItems[15]=["Belgium MC", "", ""] //create header
ssmItems[16]=["Belgium MC 1", "http://www.belgiumbiker.be/mc.html", "_new"]
ssmItems[17]=["Belgium MC 2", "http://www.belgiumbiker.be/mc2.html", "_new"]
ssmItems[18]=["Belgium MC 3", "http://www.belgiumbiker.be/mc3.html", "_new"]
ssmItems[19]=["Belgium MC 4", "http://www.belgiumbiker.be/mc4.html", "_new"]
ssmItems[20]=["Belgium MC 5", "http://www.belgiumbiker.be/mc5.html", "_new"]

buildMenu();

//-->