<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=110; // no quotes!!
staticYOffset=30; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 20! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099ff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ccffff";
linkOverBGColor="#0099ff";
linkTarget="_top";
linkAlign="left";
barBGColor="#0099ff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=30; // no quotes!!
barText='NAVIGTION ' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Hauptnavigation");
addItem("News ", "news/index.htm","");
addItem("Über uns", "ueberuns/index.htm", "");
addItem("Wo finden sie uns", "ohrbuehl/index.htm", "");
addItem("Jungschützenkurs", "jungschuetzen/index.htm", "");
addItem("Juniorenkurs", "junioren/index.htm", "");
addItem("Bundesprogramm", "bundesprogramm/index.htm", "");
addItem("Feldschiessen", "feldschiessen/index.htm", "");
addItem("Vorstand", "vorstand/index.htm", "");
addItem("Freieübungen", "freiuebungen/index.htm", "");
addItem("Resultate", "resultate/index.htm", "");
addItem("Vereinsanlässe", "vereinsanlaesse/index.htm", "");
addItem("Bilder von Anlässen", "bilder/index.htm", "");
addItem("Links", "links/index.htm", "");
addItem("Treffpunkt", "treffpunkt/index.htm", "");
//addItem("DB_Test", "Db_Test/index.htm", "");
addItem("Home", "default.htm", "");
buildMenu();

//-->
