<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
//bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=98; // no quotes!!
barWidth=18; // no quotes!!
XOffset=10; // no quotes!!
staticYOffset=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="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!! Versteck
menuCols=2;
hdrFontFamily="Verdana, Arial, Helvetica, sans-serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana, Arial, Helvetica, sans-serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Verdana, Arial, Helvetica, sans-serif";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='FAHRSCHUL-MENÜ'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'
<!-- free javaScript examples at http://www.ScriptBreaker.com -->
///////////////////////////

// the menu items
addItem("Startseite", "http://www.fahrschulepegasus.de", "_self")
addItem("Kontakt", "../sites/kontakt.htm","_self")
//addHdr("Klassen", 2);
//addItem("Kl. Ab.", "../klassen/ab.htm", "", 1, "no")
//addItem("Kl. Ad.", "../klassen/ad.htm", "",1)
//addItem("Kl. A1", "../klassen/a1.htm", "", 1, "no")
//addItem("Kl. M", "../klassen/m.htm", "",1)
//addItem("Kl. B", "../klassen/b.htm", "", 1, "no")
//addItem("Kl. B+A", "../klassen/ba.htm", "",1)
//addItem("Kl. BE", "../klassen/be.htm", "", 1, "no")
//addItem("Kl. Mofa", "../klassen/mofa.htm", "",1)
//addItem("Preisliste", "../sites/preise.htm", "_self")
addHdr("Theorie", 2);
addItem("Theoriezeiten", "../sites/theorie.htm", "_self")
addItem("Prüfungsfragen", "../sites/pruefung.htm", "_self")
addItem("Aufbauseminare", "../sites/aufbauseminare.htm", "_self")
addItem("Intensivausbildung", "../sites/intensiv.htm", "_self")
addItem("Fahrzeuge", "../sites/fahrzeuge.htm", "_self")
addItem("Bußgeldrechner", "../sites/bussgeldrechner.htm", "_self")

// final step that builds the menu
buildMenu();

//-->