var _menuCloseDelay = 500;           // The time delay for menus to remain visible on mouse out
var _menuOpenDelay  = 150;           // The time delay before menus open on mouse over
var _subOffsetTop   = 0;             // Sub menu top offset
var _subOffsetLeft  = 0;             // Sub menu left offset
var _scrollAmount   = 3;             // Only needed for Netscape 4.x
var _scrollDelay    = 20;            // Only needed for Netcsape 4.x

with(primary=new mm_style()){
  onbgcolor                 = "#FF0000";      // mouseover background color 
  offbgcolor                = "#F3F3F3";      // regular background
  oncolor                   = "#FFFFFF";      // text color highlight
  offcolor                  = "#717171";      // text color regular
  bordercolor               = "#717171";      // bordercolor
  borderstyle               = "solid";
  borderwidth               = 1;
  separatorcolor            ="#717171";       // separator line between entries
  separatorsize             = 1;
  padding                   = 4;
  itemwidth                 = "162px";        // minimum width
  fontsize                  = "12px";         // fontstyle
  fontstyle                 = "normal";
  fontweight                = "none";
  
  fontfamily                = "helvetica,arial";
  pagecolor                 = "#717171";      // text color for active entry
  pagebgcolor               = "#DADADA";      // active page background color
  headercolor               = "#008888";
  headerbgcolor             = "#880088";
  
  overbgimage               = "/gfx/common/nav_background.gif";
  subimage                  = "/gfx/icons/pointer.gif";
  subimagepadding           = "5";
  overfilter                = ""; // "Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
  outfilter                 = "randomdissolve(duration=0.3)";
}

with(secondary=new mm_style()){
  onbgcolor="#6D6E71";
  offbgcolor="#939598";
  oncolor="#FFFFFF";
  offcolor="#FFFFFF";
  bordercolor="#6D6E71";
  borderstyle="solid";
  borderwidth=1;
  separatorcolor="#ED1C24";
  separatorsize="0";
  padding=3;
  fontsize="100%";
  fontstyle="normal";
  fontweight="bold";
  fontfamily="Arial,Helvetica";
  pagecolor="#FFFFFF";
  pagebgcolor="#6D6E71";
  headercolor="#FFFFFF";
  headerbgcolor="#6D6E71";
  subimage="/gfx/icons/pointer.gif";
  subimagepadding="2";
  overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
  outfilter="randomdissolve(duration=0.3)";
}

with(localhost=new menuname("menu_2240")){style=primary;left="offset=-10px"; top="offset=1px !important"; top="offset=2px;";
menuItem("text=Organisation;url=/de/company/organisation.php;");
menuItem("text=Philosophie;url=/de/company/philosophie.php;");
menuItem("text=Strategie;url=/de/company/strategy.php;");
}
with(localhost=new menuname("menu_2241")){style=primary;left="offset=-10px"; top="offset=1px !important"; top="offset=2px;";
menuItem("text=Firmentrainings;url=/de/services/training_company.php;");
menuItem("text=Öffentliche Trainings;url=/de/services/training_public.php;showmenu=menu_2247");
}
with(localhost=new menuname("menu_2247")){style=primary;
menuItem("text=Führung;url=/de/services/training.php?catID=11001;");
menuItem("text=Mental;url=/de/services/training.php?catID=11002;");
menuItem("text=Verkauf;url=/de/services/training.php?catID=11003;");
}
with(localhost=new menuname("menu_2227")){style=primary;left="offset=-10px"; top="offset=1px !important"; top="offset=2px;";
menuItem("text=Kontaktformular;url=/de/contact/contactform.php;");
menuItem("text=Impressum;url=/de/contact/imprint.php;");
}
drawMenus();

// Add this bit if you haven't finished building menus yet.
clearTimeout(_mst)
_mst=null
_startM=1
