<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=40; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=20; // 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="white";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#D7EFFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!

barText='<img src="some.gif" border=2>'
//'Menü' // <IMG> tag supported, Ex: 

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Mit Volldampf voraus...");
addItem("", "");
addItem("Home - Kontakt zu uns", "index.html", "");
addItem("Sonderfahrten 2003", "sonderfahrten.htm", "");
addItem("Fahrkartenverkauf", "fahrkarten.htm", "");
addItem("Unser Gaestebuch", "http://gb2003.de/a/dampflok527409.html", "main");
addItem("", "");
addItem("Dampflok 52  7409", "lok527409.htm", "");
addItem("Diesellok 211 200", "", "");
addItem("E-Lok E 18 047", "E18047.htm", "");
addItem("", "");
addItem("Gesell. wagen 250 999 Kar", "GW250999.htm", "");
addItem("Personenwagen 300 191 Erf", "PW300191.htm", "");
addItem("Personenwagen  28 197 Wzb", "PW28197.htm", "");
addItem("Personenwagen  85 034 Au", "PW85034.htm", "");
addItem("Personenwagen  82 813 Stg", "PW82813.htm", "");
addItem("", "");

addItem("Wir ueber uns", "wirueberuns.htm", "");
addItem("Links", "links.htm", "");
addItem("Impressum", "impressum.htm", "");
addItem("", "");


buildMenu();

//-->

