_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots8.gif";
offbgcolor="White";
offcolor="Black";
onbgcolor="#A5C7CA";
onbold="bold";
oncolor="#ffffff";
padding="8";
separatorcolor="#ffffff";
separatorsize="9";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="10";
itemwidth="177";
}

with(submenuStyle=new mm_style()){
align="left";
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="Black";
onbgcolor="#55888D";
oncolor="#ffffff";
padding="4";
separatorcolor="#55888D";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.ondernemersbesparenbelasting.nl/;");
aI("text=Over Ons;target=;url=overons.html;");
aI("text=Losse boekjes;target=;url=losseboekjes.html;");
aI("showmenu=Nieuws/Onderwerpen boekjesLEFT_MENU;text=Nieuws;target=;url=nieuws.html;");
aI("text=Contact;target=;url=contact.html;");
}

with(milonic=new menuname("Nieuws/Onderwerpen boekjesLEFT_MENU")){
style=submenuStyle;
aI("text=Onderwerpen boekjes;target=;url=onderwerpenboekjes.html;");
aI("text=Overig Nieuws;target=;url=overignieuws.html;");
}


 drawMenus();

