


_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 Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#BBBBBB";//grijs
oncolor="#000000";
offbgcolor="#F8E2A8";//geel
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#D2D3E7";//#D2D3E7
separatorsize="1";
padding=6;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="000000";
pagebgcolor="#F8E2A8";//#49496F
headercolor="#000000";
headerbgcolor="#000000";
subimagepadding="0";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=149;
alwaysvisible=1;
orientation="horizontal";
aI("text=Kennismaking;url=index.php?id=1;status=Home;");
aI("text=Accountancy;showmenu=Accountancy;");
aI("text=Belastingen;showmenu=Belastingen;");
aI("text=Consultancy;showmenu=Consultancy;");
aI("text=Mediation;showmenu=Mediation;");
aI("text=Links;url=index.php?id=2;");
}

with(milonic=new menuname("Accountancy")){
style=menuStyle;
overflow="scroll";
aI("text=Accountancy advies;url=index.php?id=3;");
aI("text=Loonspecialisme;url=index.php?id=4;");
}

with(milonic=new menuname("Belastingen")){
style=menuStyle;
overflow="scroll";
aI("text=Algemeen;url=index.php?id=5;");
aI("text=Belastingadvies;url=index.php?id=6;");
}

with(milonic=new menuname("Consultancy")){
style=menuStyle;
overflow="scroll";
aI("text=Algemeen;url=index.php?id=7;");
aI("text=Corporate Recovery;url=index.php?id=8;");
aI("text=Overname, Management Buy-in / Buy-out;url=index.php?id=9;");
aI("text=Ondersteuning bijzondere bedrijfssituaties;url=index.php?id=10;");
aI("text=Financiele planning;url=index.php?id=11;");
}

with(milonic=new menuname("Mediation")){
style=menuStyle;
overflow="scroll";
aI("text=Wat is mediation;url=index.php?id=12;");
aI("text=Voordelen van mediation;url=index.php?id=13;");
aI("text=De mediator;url=index.php?id=14;");
aI("text=Wanneer en de procedure;url=index.php?id=15;");
aI("text=Werkterreinen;url=index.php?id=16;");
aI("text=Intenties van de mediationovereenkomst;url=index.php?id=17;");
aI("text=Wat is uw investering;url=index.php?id=18;");
aI("text=NMI erkenning;url=index.php?id=19;");
aI("text=Vaststellingsovereenkomst;url=index.php?id=20;");
aI("text=Links;url=index.php?id=21;");
aI("text=Contact/Aanvraag;url=index.php?id=22;");
}

drawMenus();

