_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=0     // Sub menu top offset
_subOffsetLeft=0   // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#f47123";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#0e4ca1";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0e4ca1";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#f47123";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/template/arrow.gif";
subimagepadding="1";
}

with(milonic=new menuname("coaching")){
style=menuStyle;
itemwidth="180px"
left=140;
top=-25;
aI("text=Individueel;url=/nl/coaching-individueel.aspx;");
aI("text=Team;url=/nl/coaching-team.aspx;");
}

with(milonic=new menuname("mediation")){
style=menuStyle;
itemwidth="180px"
left=140;
top=-25;
aI("text=Echtscheiding;url=/nl/mediation-echtscheiding.aspx;");
aI("text=Arbeidsconflict;url=/nl/mediation-arbeidsconflict.aspx;");
aI("text=Groepsmediation;url=/nl/mediation-groepsmediation.aspx;");
}

with(milonic=new menuname("therapie")){
style=menuStyle;
itemwidth="180px"
left=140;
top=-25;
aI("text=Cranio-sacraal therapie;url=/nl/therapie-craniosacraal.aspx;");
aI("text=Psychologische begeleiding;url=/nl/therapie-psychologisch.aspx;");
aI("text=Relatietherapie;url=/nl/therapie-relatie.aspx;");
}



drawMenus();