_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>Pharma Services;fontweight=bold;fontsize=11;offbgcolor=FDE3CE;url=index_pharma_services.html;");
aI("text=&#149;&nbsp;Pharmakogenetik/<br>&nbsp;&nbsp;Pharmakogenomik;url=Pharma_Services_Intro.html;");
aI("text=&#149;&nbsp;Focus: G-Proteine;url=Pharma_Services_G-Proteine.html;");
aI("text=&#149;&nbsp;Anwendungsbereiche f&uuml;r<br>&nbsp;&nbsp;Pharmakogenetik/<br>&nbsp;&nbsp;Pharmakogenomik;url=Pharma_Services_Anwendungsbereiche.html;");
aI("text=&#149;&nbsp;Pharma Services Portfolio;showmenu=portfolio;");
aI("text=&#149;&nbsp;Qualit&auml;t/<br>&nbsp;&nbsp;Qualit&auml;tsmanagement-System;url=Pharma_Services_Qualitaetsmanagement.html;");
aI("text=&#149;&nbsp;Technische Ausstattung;url=Pharma_Services_Technische_Ausstattung.html;");
aI("text=News;fontweight=bold;fontsize=11;url=news.html;");
aI("text=Firmenprofil;fontweight=bold;fontsize=11;showmenu=company;");
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("portfolio")){
style=menuStyle2;
margin=1;
aI("text=&Uuml;bersicht;url=Pharma_Services_Portfolio.html;");
aI("text=DNA-/RNA-Extraktion;url=Pharma_Services_DNA_RNA-Extraktion.html;");
aI("text=Genotypisierung, SNP-, Mutations- &<br>Biomarker-Analyse;url=Pharma_Services_Genotypisierung.html;");
aI("text=Analyse von Target-/Kandidatengenen;url=Pharma_Services_Kandidatengene.html;");
aI("text=Expressionsanalyse;url=Pharma_Services_Expressionsanalyse.html;");
aI("text=Residual DNA Testing;url=Pharma_Services_Residual_DNA_testing.html;");
aI("text=Assay-Entwicklung & -Validierung;url=Pharma_Services_Assay-Entwicklung.html;");
aI("text=Projektberatung & Projektmanagement;url=Pharma_Services_Projektberatung.html;");
}

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

drawMenus();
