<!--

// menü stiel
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=198; // no quotes!!
barWidth=25; // no quotes!!
XOffset=0; // no quotes!!
staticYOffset=30; // no quotes!!
slideSpeed=50 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="FFFFFF";
menuIsStatic="none";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="FFFFFF";
hdrBGColor="DD462B";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="DD462B";
linkOverBGColor="#FF7F70";
linkTarget="_top";
linkAlign="Left";
barBGColor="#DD462B";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='M  E  N  Ü'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// menü funktionen
addHdr("Navigation", "")
addItem("Startseite", "start.htm", "mainFrame")
addItem("Wir über uns", "wir.htm","mainFrame")
addItem("Abfallentsorgung", "abfallentsorgung.htm", "mainFrame")
addItem("EBS-Herstellung", "ebs.htm", "mainFrame")
addItem("Beratung", "beratung.htm", "mainFrame")
addItem("Container/Logistik", "container.htm", "mainFrame")
addItem("AGB's", "agb.htm", "mainFrame")
addItem("Zertifikate", "zertifikate.htm", "mainFrame")
addItem("Aktuelles", "aktuelles.htm", "mainFrame")
addItem("Links", "links.htm", "mainFrame")
addItem("Ihr Weg zu uns", "weg.htm", "mainFrame")
addItem("Kontakt", "kontakt.htm", "mainFrame")
addItem("Impressum", "impressum.htm", "mainFrame")

// menüaufbau
buildMenu();

//-->

