_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="";
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=Business Unit<br>DNA Forensics /<br>Applied DNA Testing;fontweight=bold;fontsize=11;url=index_applied_geneticsE.html;");
aI("text=Business Unit<br>Pharma Services;fontweight=bold;fontsize=11;url=index_pharma_services_E.html;");
aI("text=Quality;fontweight=bold;fontsize=11;url=quality1E.html;");
aI("text=News;fontweight=bold;fontsize=11;url=newsE.html;");
aI("text=Company Profile;fontweight=bold;fontsize=11;showmenu=company;");
aI("text=General Business Terms /<br>Privacy Policy;fontweight=bold;fontsize=11;url=agb_datenschutzE.html;");
aI("text=Contact / Imprint;fontweight=bold;fontsize=11;url=contactE.html;");
aI("text=<br><br>;fontweight=bold;fontsize=11;");
aI("text=Collaboration with the<br>Institute of Molecular Medicine;offcolor=#232323;fontweight=bold;fontsize=10;url=../imm/indexE.html;target=_blank");
}

with(milonic=new menuname("company")){
style=menuStyle2;
margin=1;
aI("text=About us;url=mgx1E.html;");
aI("text=Mission Statement;url=mgx2E.html;");
aI("text=References;url=mgx4E.html;");
aI("text=Technological Know-how;url=mgx5E.html;");
aI("text=Technical Equipment/<br>Capacity;url=mgx7E.html;");
aI("text=Open Positions;url=jobsE.html;");
aI("text=Location;url=mgx6E.html;");
}

drawMenus();