


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#FFFFFF";
oncolor="#de1e1d";
offbgcolor="#FFFFFF";
offcolor="#de1e1d";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#fff";
pagebgcolor="#de1e1d";
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("nav2")){
orientation="horizontal";
style=menuStyle;
left=0;
top=2;
aI("text=Licht over Gewicht;url=aanbod-licht-over-gewicht.php;");
aI("text=Mindfulness;url=workshop-mindful-eten.php;");
aI("text=Kinderen en Gewicht;url=kinderen-op-voeding.php;");
aI("text=Webinars;url=webinars.php;");
}

with(milonic=new menuname("nav3")){
orientation="horizontal";
style=menuStyle;
left=0;
top=2;
}

with(milonic=new menuname("nav5")){
orientation="horizontal";
style=menuStyle;
left=0;
top=2;
aI("text=Afvallen/dieet;url=afvallen.php;");
aI("text=Intuitief eten/mindfulness;url=mindfulness.php;");
aI("text=Kinderen en overgewicht;url=kinderenovergewicht.php;");
aI("text=Bewegen;url=bewegen.php;");
aI("text=Video's;url=videos.php;");
}
with(milonic=new menuname("nav7")){
orientation="horizontal";
style=menuStyle;
left=0;
top=2;
}

with(milonic=new menuname("nav9")){
orientation="horizontal";
style=menuStyle;
left=0;
top=2;
}


drawMenus();













