_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#585C99";
oncolor="#FFFFFF";
offbgcolor="#A8A8CA";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#585C99";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#585C99";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#585C99";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#585C99";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("mmenu2")){
style=menuStyle;
overflow="scroll";
itemwidth="120px"
//aI("text=Algemeen;url=/content/home.asp?lang=NL&section=OndernemingAlgemeen;");
aI("text=Over Fisher Farma;url=/content/home.asp?lang=NL&section=OverFisherFarma;");
aI("text=Contact;url=/content/home.asp?lang=NL&section=OndernemingContact;");
}

with(milonic=new menuname("mmenu3")){
style=menuStyle;
overflow="scroll";
itemwidth="120px"
aI("text=(Euro)spécialités;url=/content/shop_productlist.asp?lang=NL&secure=false&cat=1;");
aI("text=Diagnostica, hulpmiddelen en voedingsmiddelen;url=/content/shop_productlist.asp?lang=NL&secure=false&cat=2;");
}

with(milonic=new menuname("mmenu4")){
style=menuStyle;
overflow="scroll";
itemwidth="120px"
aI("text=Algemeen;url=/content/home.asp?lang=NL&section=Algemeen;");
aI("text=Aanmelden/inloggen;url=/content/home.asp?lang=NL&section=Aanmelden;");
aI("text=Persoonlijke pagina;url=/content/apotheker.asp?lang=NL;");
}

with(milonic=new menuname("mmenu5")){
style=menuStyle;
overflow="scroll";
itemwidth="120px"
aI("text=Nieuws;url=/content/home.asp?lang=NL&section=NieuwsAlgemeen;");
aI("text=Archief;url=/content/home.asp?lang=NL&section=NieuwsSpeciaal;");
}

with(milonic=new menuname("mmenu8")){
style=menuStyle2;
aI("text=Fornix BioSciences N.V.;url=http://www.fornix.nl/;");
aI("text=Artu Biologicals B.V.;url=http://www.artu-biologicals.com/;");
aI("text=Dr. Fisher Farma B.V.;url=http://www.fisherfarma.com/;");
aI("text=Laprolan B.V.;url=http://www.laprolan.nl/;");
aI("text=ComforMed B.V.;url=http://www.comformed.nl/;");
}

drawMenus();
