
<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=370; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=12; // no quotes!!
slideSpeed=35 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#F6F4F7";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#F6F4F7";
linkOverBGColor="#F6F4F7";
linkTarget="_top";
linkAlign="left";
barBGColor="#F6F4F7";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="BLACK";
barVAlign="center";
barWidth=58; // no quotes!!
barText='<IMG src="http://www.zimmerei-puvogel.de/grohmann2/images/menue-c.jpg" width="58" height="176" alt="Vierix-Rose" title="Men&uuml;" border="0">' // <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

addItem("Startseite", "http://www.zimmerei-puvogel.de/grohmann2/index.html", "_self");
addItem("Farbberatung", "http://www.zimmerei-puvogel.de/grohmann2/seite2.html", "_self");
addItem("Stilberatung", "http://www.zimmerei-puvogel.de/grohmann2/seite3.html", "_self");
addItem("Make-Up", "http://www.zimmerei-puvogel.de/grohmann2/seite4.html", "_self");
addItem("Business - Beratung", "http://www.zimmerei-puvogel.de/grohmann2/seite4.html", "_self");


addItem("Kontakt", "http://www.zimmerei-puvogel.de/grohmann2/kontakt.html", "_self");
addItem("Anfahrt", "http://www.zimmerei-puvogel.de/grohmann2/anfahrt.html", "_self");

addItem("Impressum", "http://www.zimmerei-puvogel.de/grohmann2/impressum.html", "_self");



buildMenu();

//y->

