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

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#D5350D";
offbgcolor="";
offcolor="#000066";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#000066";
pagebgcolor="#FDE3CE";
headercolor="#000066";
headerbgcolor="#FDE3CE";
subimage="arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, //Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000066";
offbgcolor="#FDE3CE";
offcolor="#000066";
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
separatorcolor="#808080";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#000066";
pagebgcolor="#FFFFFF";
headercolor="#000066";
headerbgcolor="";
subimage="arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, //Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=145;
left=10;
alwaysvisible=1;
followscroll=1;
orientation="vertical";
aI("text=Home;fontweight=bold;fontsize=11;url=index.html;");
aI("text=Gesch&auml;ftsbereich<br>DNA-Forensik /<br>Angewandte DNA-Tests:;fontweight=bold;fontsize=11;offbgcolor=FDE3CE;url=index_applied_genetics.html;");
aI("text=&#149;&nbsp;DNA-Forensik;url=forensik.html;");
aI("text=&#149;&nbsp;Vaterschaftstests;url=vaterschaftstest.html;");
aI("text=&#149;&nbsp;Authentizit&auml;t Nahrungsmittel;url=authentizitaet_nahrungsmittel.html;");
aI("text=&#149;&nbsp;Z&uuml;chterservice;showmenu=zuechterservice;");
aI("text=&#149;&nbsp;SNP-Genotypisierung, DNA-<br>&nbsp;&nbsp;&nbsp;Marker, PCR, Mutation,<br>&nbsp;&nbsp;&nbsp;Mikrosatelliten (STR)-Analyse;url=genotypisierung.html;");
aI("text=Qualit&auml;t;fontweight=bold;fontsize=11;url=qualitaet1.html;");
aI("text=News;fontweight=bold;fontsize=11;url=news.html;");
aI("text=Firmenprofil;fontweight=bold;fontsize=11;showmenu=company;");
aI("text=Anfrageformulare/<br>Download-Bereich;fontweight=bold;fontsize=11;url=download_applied_genetics.html;");
aI("text=AGB/Datenschutz;fontweight=bold;fontsize=11;url=agb_datenschutz.html;");
aI("text=Kontakt/Impressum;fontweight=bold;fontsize=11;url=kontakt.html;");
}

with(milonic=new menuname("zuechterservice")){
style=menuStyle2;
margin=1;
aI("text=Rind;url=zuechterservice_rind.html;");
aI("text=Schaf / Ziege;url=zuechterservice_scrapie.html;");
aI("text=Hund;url=zuechterservice_hund.html;");
aI("text=H&auml;ufige Fragen Genotypisierung;url=genotyp_faq.html;");
}

with(milonic=new menuname("company")){
style=menuStyle2;
margin=1;
aI("text=&Uuml;ber uns;url=mgx1.html;");
aI("text=Unternehmensleitbild;url=mgx2.html;");
aI("text=Referenzen;url=mgx4.html;");
aI("text=Technische Ausstattung/<br>Kapazit&auml;ten;url=mgx7.html;");
aI("text=Technologisches Know-how;url=mgx5_applied_genetics.html;");
aI("text=Stellenangebote;url=stellen.html;");
aI("text=Standort;url=mgx6.html;");
}

drawMenus();