_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>Genom-Services &<br>Sequenzierung;fontweight=bold;fontsize=11;offbgcolor=FDE3CE;url=index_genomics.html;");
aI("text=E-SEQUENCE Online;fontweight=bold;fontsize=11;showmenu=E-sequencing;");
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=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("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_genomics.html;");
aI("text=Stellenangebote;url=stellen.html;");
aI("text=Standort;url=mgx6.html;");
}

with(milonic=new menuname("E-sequencing")){
style=menuStyle2;
margin=1;
aI("text=Support;url=eseq3.html;");
aI("text=Trouble Shooting Guide;url=seq2e.html;");
aI("text=Feedback;url=eseq_feedback.html;");
aI("text=Start E-SEQUENCE;url=http://e-sequence.medigenomix.de;target=blank");
}

drawMenus();