_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#747A75";
offbgcolor="#ffffff";
oncolor="#000000";
onbgcolor="#ffffff";
padding=5;
pagecolor="black";
subimage="images/11x9_dotted_green.gif";
subimagepadding=8;
borderstyle="solid";
borderwidth=1;
bordercolor="#009261";
pagecolor="#000000";
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location.gif";
imageposition="right";
offcolor="#A0A0A0";
oncolor="#000000";
overimage="images/location_on.gif";
pagecolor="black";
padding=4;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";
aI("text=Company;showmenu=Unternehmen;url=index.php5?page=unternehmen;");
aI("text=news;showmenu=Neues;url=index.php5?page=neues;");
aI("text=Products;showmenu=Produkte;url=index.php5?page=produkte;");
aI("text=Services;url=index.php5?page=dienstleistungen;");
aI("text=Helpdesk/FAQ;url=helpdesk/index.php5?t=kbase&pla=Anwenderservice;target=blank");
aI("text=Downloads;url=index.php5?page=downloads;");
aI("text=Publications;url=index.php5?page=presse;");
aI("text=Sitemap;showmenu=Index;url=index.php5?page=sitemap;");
}


with(milonic=new menuname("Unternehmen")){
style=submenuStyle;
overflow="scroll";
aI("text=About us;url=index.php5?page=ueberuns;");
aI("text=Imprint;url=index.php5?page=impressum;");
aI("text=Customers;showmenu=kunden;url=index.php5?page=referenzen;");
aI("text=Contact;url=index.php5?page=kontakt;");
aI("text=Route description;url=index.php5?page=lageplan;");
aI("text=Overview;url=index.php5?page=unternehmen;");
aI("text=History;url=index.php5?page=geschichte;");
}

with(milonic=new menuname("Neues")){
style=submenuStyle;
aI("text=Scheduled Events;url=index.php5?page=termine;");
aI("text=Photo Album;url=index.php5?page=photoalbum;");
aI("text=Overview;url=index.php5?page=neues;");
}

with(milonic=new menuname("Produkte")){
style=submenuStyle;
aI("text=Connectors;showmenu=Konnektoren;url=index.php5?page=produkte;");
aI("text=Further products;showmenu=Zusatzprodukte;url=index.php5?page=produkte;");
aI("text=3270 &amp; Batch;showmenu=3270Batch;url=index.php5?page=produkte;");
aI("text=Overview;url=index.php5?page=produkte;");
}

with(milonic=new menuname("kunden")){
style=submenuStyle;
aI("text=References;url=index.php5?page=referenzen;");
}

with(milonic=new menuname("Konnektoren")){
style=submenuStyle;
aI("text=CPG5;url=index.php5?page=cpg5");
aI("text=CPGxml;url=index.php5?page=cpgxml");
aI("text=CPGJDBC;url=index.php5?page=cpgjdbc;");
aI("text=CPGSAP-Shell;url=index.php5?page=cpgsap");
}

with(milonic=new menuname("Zusatzprodukte")){
style=submenuStyle;
aI("text=Mail4Host;url=index.php5?page=mail4host;");
aI("text=BACEMT;url=index.php5?page=bacemt;");
aI("text=CICS Sort;url=index.php5?page=cicssort;");
}
with(milonic=new menuname("3270Batch")){
style=submenuStyle;
aI("text=CPG4;url=index.php5?page=cpg4;");
aI("text=CPG3;url=index.php5?page=cpg3;");
aI("text=CPG2;url=index.php5?page=cpg2;");
aI("text=CPG1;url=index.php5?page=cpg1;");
}

with(milonic=new menuname("Index")){
style=submenuStyle;
aI("text=alphabetically;url=index.php5?page=stichworte;");
aI("text=Sitemap;url=index.php5?page=sitemap;");
}

drawMenus();