<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=160; // 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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#808080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="#c0c0c0";
linkOverBGColor="#ffcc00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#E57F7F";
barFontFamily="arial";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATIE"; // <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]=["Voorwoord", "http://www.fammx.be/",""] //create header

ssmItems[1]=["Organigram", "http://www.fammx.be/organigram.php?pag=ornigram",""]
ssmItems[2]=["Actueel", "http://www.fammx.be/actueel.php?tekst=nieuws",""]

ssmItems[3]=["Kalender", "http://www.fammx.be/kalender.php",""]
ssmItems[4]=["Reglement", "http://www.fammx.be/reglement.php", ""]

ssmItems[5]=["FAM Kampioenschap", "http://www.fammx.be/famkampioenschap.php", ""]
ssmItems[6]=["Erkenningen", "http://www.fammx.be/erkenningen.php?tekst=bloso", ""]
ssmItems[7]=["Wetgeving", "http://www.fammx.be/wetgeving.php", ""]

ssmItems[8]=["Schorsingen", "http://www.fammx.be/schorsingen.php", ""]

buildMenu();

//-->