_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/// Style Definitions ///

with(ScrollingSampStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Geneva, Arial, helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#000000";
offcolor="#f99c2b";
onbgcolor="#000000";
oncolor="#FFFFFF";
padding=5;
//itemwidth=150;
outfilter="Fade(duration=0.2);Alpha(opacity=90)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
}

/// Submenu Definitions ///

with(milonic=new menuname("MOSMANS")){
style=ScrollingSampStyle;
aI("text=Over Mosmans;url=/mosmans/overmosmans.php;target=mainFrame;");
aI("text=Kwaliteit;url=/mosmans/kwaliteit.php;target=mainFrame;");
aI("text=Diensten;url=/mosmans/diensten.php;target=mainFrame;");
aI("text=Laboratorium;url=/mosmans/laboratorium.php;target=mainFrame;");
aI("text=Bodemsanering;url=/mosmans/bodemsanering.php;target=mainFrame;");
aI("text=Grondreiniging;url=/mosmans/grondreiniging.php;target=mainFrame;");
aI("text=Leveringsvoorwaarden;url=/mosmans/algemene_voorwaarden.php;target=mainFrame;");
}

with(milonic=new menuname("ACTUEEL")){
style=ScrollingSampStyle;
aI("text=Nieuws;url=/actueel/actueel.php;target=mainFrame;");
aI("text=Vacature;url=/actueel/vacature.php;target=mainFrame;");
}

with(milonic=new menuname("TOETSINGSTABELLEN")){
style=ScrollingSampStyle;
aI("text=Toetsprogramma;url=/testuwgrond/testuwgrond.php;target=mainFrame;");
aI("text=Wet Milieubeheer;url=/testuwgrond/wetmilieubeheer.php;target=mainFrame;");
aI("text=Besluit Bodemkwaliteit;url=/testuwgrond/bodemkwaliteit.php;target=mainFrame;");
aI("text=Bouwstoffenbesluit;url=/testuwgrond/bouwstoffenbesluit.php;target=mainFrame;");
aI("text=Asbest;url=/testuwgrond/asbest.php;target=mainFrame;");
aI("text=Duitsland/Belgi&euml;;url=/testuwgrond/duitslandbelgie.php;target=mainFrame;");
}

with(milonic=new menuname("CONTACT")){
style=ScrollingSampStyle;
aI("text=Adresgegevens;url=/contact/adres.php;target=mainFrame;");
aI("text=Offerte;url=/contact/offerte.htm;target=mainFrame;");
}

drawMenus();