_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial, Geneva";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#454545";
imagepadding=8;
offbgcolor="#454545";
offcolor="#ffffff";
onbgcolor="#454545";
oncolor="#ffffff";
ondecoration="underline";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=4;
pagecolor="#EA0600";
separatorcolor="#454545";
separatorsize=1;
subimagepadding=8;
rawcss="padding-left:5px;";
}

with(menuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Arial, Geneva";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offbgcolor="transparent";
imagepadding=6;
offbgcolor="transparent";
offcolor="#ffffff";
offbgcolor="transparent";
oncolor="#ffffff";
ondecoration="underline";
outfilter="Fade(Overlap=1.00)";
padding=3;
pagecolor="#EA0600";
rawcss="padding-left:5px;";
}

with(citydog=new menuname("algemeen")){
style=submenuStyle;
aI("text=City Dog;url="+path+"citydog/index.html;status=Over City Dog;");
aI("text=Trainingsvisie;url="+path+"citydog/trainingsvisie.html;status=Trainingsvisie;");
aI("text=Veelgestelde vragen;url="+path+"citydog/vragen.html;status=Veelgestelde vragen;");
aI("text=Nieuws;url="+path+"citydog/nieuws.html;status=Nieuws;");
aI("text=Contactgegevens;url="+path+"citydog/contactgegevens.html;status=Contactgegevens;");
}

with(citydog=new menuname("groepsles")){
style=submenuStyle;
aI("text=Activiteitenkalender;url="+path+"groepsles/activiteitenkalender.php;status=Activiteitenkalender;");
aI("text=Locatie;url="+path+"groepsles/locatie.html;status=Locatie;");
aI("text=Inschrijven;url="+path+"groepsles/inschrijven.html;status=Inschrijven;");
}

with(citydog=new menuname("extra")){
style=submenuStyle;
aI("text=Fotoalbum;url="+path+"extra/fotoalbum.html;status=Fotoalbum;");
aI("text=Nieuwsbrief;url="+path+"extra/nieuwsbrief.html;status=Nieuwsbrief;");
aI("text=Gastenboek;url="+path+"extra/gastenboek/gastenboek.php;status=Gastenboek;");
}

drawMenus();


