<!--

/*
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=30 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="D7D7D7";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Monotype Corsiva";
hdrFontSize="6";
hdrFontColor="#A1A1A1";
hdrBGColor="#D7D7D7";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Monotype Corsiva";
linkFontSize="5";
linkBGColor="#A1A1A1";
linkOverBGColor="#D7D7D7";
linkTarget="_top";
linkAlign="Left";
barBGColor="#A1A1A1";
barFontFamily="Monotype Corsiva";
barFontSize="6";
barFontColor="#D7D7D7";
barVAlign="center";
barWidth=25; // no quotes!!
barText="Inhalt"; // <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]=["     Menu"] //create header
ssmItems[1]=["Intro", "intro.htm", ""]
ssmItems[2]=["Startseite", "start.htm", ""]
ssmItems[3]=["Angebote", "angebote.htm", ""]
ssmItems[4]=["Termine", "termine.htm", "", ""]
ssmItems[5]=["Kontakt", "kontakt.htm", "", ""]
ssmItems[6]=["Anfahrt", "anfahrt.htm",""]
ssmItems[7]=["Impressum", "impressum.htm", ""]

buildMenu();

//-->