/*
The catchupBase variable must be set from outside!
*/
if(!catchupBase) {
    alert("The catchupBase variable must be set to make this menu to work!");
}


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
offcolor="#000000";
padding=0;
fontsize="10px";
fontweight="bold";
fontfamily="Verdana, Geneva, Arial, Helvetica, Sans-Serif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}
with(subMenuStyle=new mm_style()) {
padding=4;
bordercolor="#999999";
borderwidth=1;
borderstyle="solid";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#cc0033";
oncolor="#ffffff";
pagecolor="#cc0033";
fontweight="normal";
fontfamily="Verdana, Geneva, Arial, Helvetica, Sans-Serif";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Leistungen&nbsp;&nbsp;:&nbsp;&nbsp;;showmenu=Solutions;");
aI("text=Produkte&nbsp;&nbsp;:&nbsp;&nbsp;;showmenu=Products;");
aI("text=Referenzen&nbsp;&nbsp;:&nbsp;&nbsp;;showmenu=References;");
aI("text=Hintergrund&nbsp;&nbsp;:&nbsp;&nbsp;;showmenu=Background;");
aI("text=Service&nbsp;&nbsp;:&nbsp;&nbsp;;showmenu=Service;");
}



with(milonic=new menuname("Solutions")){
style=subMenuStyle;
aI("text=L&ouml;sungen;url="  + catchupBase + "agentur/loesungen.php;");
aI("text=Projekte;url="  	  + catchupBase + "works/eigenprojekte.php;");
}

with(milonic=new menuname("Products")){
style=subMenuStyle;
aI("text=ZeitungsAuktion;url="  + catchupBase + "produkte/zeitungsauktion.php;");
}

with(milonic=new menuname("References")){
style=subMenuStyle;
aI("text=Kunden;url="           + catchupBase + "agentur/kunden.php;");
aI("text=Meinungen;url="  	    + catchupBase + "agentur/kunden/meinungen.php;");
aI("text=Auftritte;url="        + catchupBase + "works/auftritte.php;");
aI("text=Publikationen;url="    + catchupBase + "produkte/publikationen.php;");
aI("text=Weblog;url="  	        + catchupBase + "works/news/weblog.php;");
aI("text=Textarchiv;url="       + catchupBase + "works/archiv.php;");
}

with(milonic=new menuname("Background")){
style=subMenuStyle;
aI("text=&Uuml;ber uns;url="    + catchupBase + "about.php;");
aI("text=Team;url="   	        + catchupBase + "about/firma.php;");
aI("text=Norbert Specker;url="  + catchupBase + "about/norbert.php;");
aI("text=Businesspartner;url="  + catchupBase + "about/businesspartner.php;");
aI("text=Netzwerke;url="        + catchupBase + "about/netzwerke.php;");
}

with(milonic=new menuname("Service")){
style=subMenuStyle;
aI("text=Kontakt;url="              + catchupBase + "agentur/kontakt.php;");
aI("text=Suchen;url="               + catchupBase + "search.php;");
}





drawMenus();


