
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10           // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=100              // Sub menu top offset
_subOffsetLeft=-1            // 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="#ff9900";
oncolor="#223B88";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#404040";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal"; //italic
fontweight="normal";
fontfamily="Arial,Tahoma";
pagecolor="#FFFFFF";
pagebgcolor="#000000";
//headercolor="#000000";
headerbgcolor="#ffffff";
subimage=""; // arrow.gif
subimagepadding="2";
overfilter="";
outfilter="";
//outfilter="randomdissolve(duration=0.3)";

}
// overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";

with(XPMenuStyle=new mm_style()){
onbgcolor="#ff9900";
oncolor="#223B88";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
//separatorcolor="#ffffff";
separatorpadding="0";
//separatoralign="right";
//separatorwidth="90%";
padding=4;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Tahoma";
//image="./incdd/menuimages/xpblank.gif";
//subimage="./incdd/menuimages/arrow.gif";
onborder="1px solid #223B88";
overfilter="";
outfilter="";
overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=83);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
//menubgimage="./incdd/menuimages/winxp.gif";
}



//with(Navigation=new menuname("Main Menu")){
with(new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
menuwidth="730";
//menualign="center";
orientation="horizontal";
aI("text=Home;itemwidth=55;align=center;url=index.php;");
aI("text=Unternehmen;itemwidth=100;align=center;showmenu=m1;");
aI("text=Branchen / Referenzen;itemwidth=150;align=center;showmenu=m2;");
aI("text=Produkte / Lösungen;itemwidth=125;align=center;showmenu=m3;");
aI("text=Services;itemwidth=75;align=center;showmenu=m4;");
aI("text=Partner;itemwidth=65;align=center;showmenu=m5;");
}


with(Navigation=new menuname("m1")){
style=XPMenuStyle;
overflow="scroll";
margin=2;
aI("text=Unternehmensprofil;url=unternehmensprofil.php;");
aI("text=Firmengeschichte;url=firmengeschichte.php;");
aI("text=Management;url=management.php;");
aI("text=Jobs/Karriere;url=jobs.php;");
}

with(Navigation=new menuname("m2")){
style=XPMenuStyle;
overflow="scroll";
margin=2;
aI("text=Branchen;url=branchen.php;");
aI("text=Anwendungen;url=anwendungen.php;");
aI("text=Kunden / Referenzen;url=kunden.php;");
aI("text=Erfolgsstories;url=erfolgsstories.php;");
}

with(Navigation=new menuname("m3")){
style=XPMenuStyle;
overflow="scroll";
margin=2;
aI("text=Konzept;url=konzept.php;");
aI("text=Architektur/Technologie;url=architektur.php;");
aI("text=Vorteile;url=vorteile.php;");
aI("text=ESS;url=ess.php;");
aI("text=Entwicklungstools;url=entwicklungstools.php;");
aI("text=Lizenzmodell;url=lizenzmodell.php;");
aI("text=Funktionskatalog;url=funktionskatalog.php;");
aI("text=Screenshots;url=screenshots.php;");
}

with(Navigation=new menuname("m4")){
style=XPMenuStyle;
overflow="scroll";
margin=2;
aI("text=Consulting;url=consulting.php;");
aI("text=Customizing;url=customizing.php;");
aI("text=Produktivsetzung;url=implementation.php;");
aI("text=Softwarepflege;url=softwarepflege.php;");
aI("text=Support / Hotline;url=support.php;");
aI("text=Training / Schulungen;url=training.php;");
aI("text=ASP;url=asp.php;");
aI("text=Qualitätsmanagement;url=qualitaetsmanagement.php;");

}

with(Navigation=new menuname("m5")){
style=XPMenuStyle;
overflow="scroll";
margin=2;
aI("text=Partnerstrategie;url=partnerstrategie.php;");
aI("text=Unsere Vertriebspartner;url=vertriebspartner.php;");
aI("text=Unsere strategischen Partner;url=strategische_partner.php;");
aI("text=Partner werden;url=partner_werden.php;");
aI("text=Partnerzugang;url=partnerzugang.php;");
}




drawMenus();


