<!--

/*
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="#ffffff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffffff";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#0083ff";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmFront[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmFront[0]=["Menu"] //create header
ssmFront[1]=["Forside", "http://www.sydsjaellandsgarderforening.dk/index.html", ""]
ssmFront[2]=["Bestyrelse", "http://www.sydsjaellandsgarderforening.dk/best.html", ""]
ssmFront[3]=["Love", "http://www.sydsjaellandsgarderforening.dk/love.html", ""]
ssmFront[4]=["Meddelelser", "http://www.sydsjaellandsgarderforening.dk/medd.html", ""]
ssmFront[5]=["Historie", "http://www.sydsjaellandsgarderforening.dk/histo.html", ""]
ssmFront[6]=["Arrangementer", "http://www.sydsjaellandsgarderforening.dk/arran.html", ""]
ssmFront[7]=["Galleri", "http://www.sydsjaellandsgarderforening.dk/billeder.html", ""]
ssmFront[8]=["Medlemskab", "http://www.sydsjaellandsgarderforening.dk/medlem.html", ""]
ssmFront[9]=["Tegn & medaljer", "http://www.sydsjaellandsgarderforening.dk/tegn.html", ""]
ssmFront[10]=["Links", "http://www.sydsjaellandsgarderforening.dk/link.html", ""]
buildMenu();

//-->
