<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=5;
staticYOffset=100; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // no quotes!! 
menuBGColor="#B90220";
menuIsStatic="yes"; //
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Comic Sans MS";
hdrFontSize="2";
hdrFontColor="#B90220";
hdrBGColor="#FFF0F0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Comic Sans MS";
linkFontSize="2";
linkBGColor="#F0F0F0";
linkOverBGColor="#CCC0C0";
linkTarget="_top";
linkAlign="left";
barBGColor="#F0F0F0";
barFontFamily="arial";
barFontSize="2";
barFontColor="#B90220";
barVAlign="center";
barWidth=20; // no quotes!!
barText="DANFOSSKEGLEKLUB"; // 

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Forsiden", "index.htm", ""]
ssmItems[1]=["Turneringsplan", "plan.htm",""]
ssmItems[2]=["Holdinddeling", "hold.htm", ""]
ssmItems[3]=["Turneringsresultater", "turneringsresultater.htm", ""]

ssmItems[4]=["Tuneringsregler", "regler.htm", ""]
ssmItems[5]=["Historie og tips", "historie.htm", ""]
ssmItems[6]=["Vedt&aelig;gter", "vedtagt.htm", ""]

ssmItems[7]=["Arkiv", "arkiv.htm", ""]
ssmItems[8]=["Keglecenter", "center.htm", "",] 



buildMenu();

//-->