


_menuCloseDelay=5          // The time delay for menus to remain visible on mouse out

_menuOpenDelay=50            // The time delay before menus open on mouse over

_subOffsetTop=4              // Sub menu top offset

_subOffsetLeft=6            // Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#ffffff";

oncolor="#00a8d1";

offbgcolor="#00a8d1";

offcolor="#ffffff";

bordercolor="#00a8d1";

borderstyle="solid";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding=4;

fontsize="10px";

fontstyle="normal";

fontweight="bold";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="";

pagebgcolor="";

headercolor="";

headerbgcolor="";

subimage="";

subimagepadding="2";

overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";

outfilter="";

}

with(milonic=new menuname("contact")){

style=menuStyle;

overflow="scroll";

aI("text=&nbsp;&nbsp;Met Stap een &nbsp;&nbsp;;url=contact.htm;");
aI("text=&nbsp;&nbsp;Links &nbsp;&nbsp;;url=links.htm;");

}



with(milonic=new menuname("diensten")){

style=menuStyle;

overflow="scroll";

aI("text=&nbsp;&nbsp;Coaching &nbsp;&nbsp;;url=coaching.htm;");
aI("text=&nbsp;&nbsp;Organisatieadvies&nbsp;&nbsp;;url=organisatieadvies.htm;");
aI("text=&nbsp;&nbsp;Kosten &nbsp;&nbsp;;url=kosten.htm;");

}

with(milonic=new menuname("over")){

style=menuStyle;

overflow="scroll";

aI("text=&nbsp;&nbsp;Visie en Missie&nbsp;;url=over.htm;");
aI("text=&nbsp;&nbsp;Kwaliteit&nbsp;;url=kwaliteit.htm;");
aI("text=&nbsp;&nbsp;Over Lucia Dannenburg &nbsp;&nbsp;;url=overlucia.htm;");
aI("text=&nbsp;&nbsp;Klanten&nbsp;&nbsp;;url=klanten.htm;");
}


drawMenus();




