


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



with(menuStyle=new mm_style()){
onbgcolor="#D3D3D3";
oncolor="#000000";
offbgcolor="#F5F5F5";
offcolor="#1C1C1C";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=4;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Arial";
pagecolor="#8B0000";
pagebgcolor="#f5f5f5";
headercolor="#000000";
headerbgcolor="#ffffff";
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="#D3D3D3";
oncolor="#000000";
offbgcolor="#F5F5F5";
offcolor="#313131";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Arial";
pagecolor="#8B0000";
pagebgcolor="#f5f5f5";
headercolor="#000000";
headerbgcolor="#ffffff";
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=180;
left=10;
alwaysvisible=1;
followscroll=1;
orientation="vertical";
aI("text=Company&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=company.php;");
aI("text=Services;showmenu=Services;");
aI("text=Team;url=team.html;");
aI("text=Reference;showmenu=Reference;");
aI("text=Cooperations;url=cooperations.html;");
aI("text=Contact;url=contact.html;");
aI("text=Imprint;url=imprint.html;");
aI("text=Home;url=index.html;");
}

with(milonic=new menuname("Services")){
style=menuStyle2;
aI("text=... for Biotech Companies;url=service1.html;");
aI("text=... for Investors;url=service2.html;");
aI("text=... for Pharma Companies;url=service3.html;");
}

with(milonic=new menuname("Reference")){
style=menuStyle2;
aI("text=Project: Financing;url=reference1.html;");
aI("text=Project: Business Development;url=reference2.html;");
aI("text=Project: Market Entry Study;url=reference3.html;");
aI("text=Project: Company Due Diligence;url=reference4.html;");
aI("text=Project: Turnaround Management;url=reference5.html;");
}

drawMenus();
