_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=Business Unit<br>DNA Forensics /<br>Applied DNA Testing:;fontweight=bold;fontsize=11;offbgcolor=FDE3CE;url=index_applied_geneticsE.html;");
aI("text=&#149;&nbsp;DNA Forensics;url=forensics.html;");
aI("text=&#149;&nbsp;Paternity Testing;url=paternitytest.html;");
aI("text=&#149;&nbsp;Authenticity of Food;url=authenticity_food.html;");
aI("text=&#149;&nbsp;Breeder Services;url=breeder_services.html;");
aI("text=&#149;&nbsp;SNP Genotyping, DNA Marker,<br>&nbsp;&nbsp;PCR, Mutation,<br>&nbsp;&nbsp;Microsatellite (STR) Analysis;url=genotypingE.html;");
aI("text=&#149;&nbsp;Residual DNA Testing;url=Applied_Genetics_Residual_DNA_Testing_E.html;");
aI("text=&#149;&nbsp;IP & Patent Infringement<br>&nbsp;&nbsp;Protection;url=patentE.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=Order Forms /<br>Download Area;fontweight=bold;fontsize=11;url=download_applied_geneticsE.html;");
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;");
}

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

drawMenus();
