_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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()){
onbgcolor="#a8a8a8";
oncolor="#ffffff";
offbgcolor="#b4b4b4";
offcolor="#515151";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=4;
separatorcolor="#ffffff";
separatorsize="3";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#a8a8a8";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=292;
left=-4;
itemheight=56;
itemwidth=149;
alwaysvisible=1;
orientation="horizontal";
aI("text=Angebot;showmenu=Aktuelles;status=Aktuelle Informationen;");
aI("text=Leistungen;showmenu=Leistungen;status=Unsere Produkte;");
aI("text=Service & Support;showmenu=Service;status=Service und Kostenloses;");
aI("text=Team;showmenu=Team;status=Wir stellen uns vor.;");
aI("text=Kontakt;showmenu=Kontakt;status=So kommen Sie zu uns.;");
}

with(milonic=new menuname("Aktuelles")){
style=menuStyle;
overflow="scroll";
aI("text=Angebot des Monats;url=angebot.htm;");
}

with(milonic=new menuname("Leistungen")){
style=menuStyle;
overflow="scroll";
aI("text=Beratung;url=beratung.htm;");
aI("text=IT-Konzeption;url=konzeption.htm;");
aI("text=Systemintegration;url=integration.htm;");
aI("text=Systemadministration;url=administration.htm;");
aI("text=Datensicherung;url=sicherung.htm;");
aI("text=Reparatur;url=reparatur.htm;");
}

with(milonic=new menuname("Service")){
style=menuStyle;
aI("text=Links;url=links.htm;");
aI("text=Fernwartung;url=fernwartung.htm;");
aI("text=AGB;url=agb.htm;");
aI("text=Referenzen;url=referenzen.htm;");
}

with(milonic=new menuname("Team")){
style=menuStyle;
aI("text=Unsere Partner;showmenu=Partner;status=Unsere Partnerunternehmen;");
}

with(milonic=new menuname("Partner")){
style=menuStyle;
aI("text=Partenheimer Immo. Beratung;url=http://www.partenheimer.de/;");
aI("text=Wortmann AG;url=http://www.wortmann.de/;");
aI("text=IT-Service Heckert;url=http://www.IT-admins.de/;");
aI("text=TeamViewer GmbH;url=http://www.teamviewer.de/;");

}

with(milonic=new menuname("Kontakt")){
style=menuStyle;
aI("text=Kontakt;url=kontakt.htm;");
aI("text=Mailformular;url=formular.htm;");
aI("text=Impressum;url=impressum.htm;");
}

drawMenus();


