fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#82B6D7";
headercolor="#82B6D7";
offbgcolor="#000000";
offcolor="#FFCCCC";
onbgcolor="#000129";
oncolor="#FFCCCC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FFCCCC";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Home")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
itemwidth=150;
aI("text=Home;url=index.html;");
aI("showmenu=Weerinfo;text=Weerinfo;");
aI("showmenu=Actueel weer;text=Actueel weer;url=actueel.htm");
aI("showmenu=Links;text=Links;");
aI("showmenu=Foto's;text=Foto's;");
aI("showmenu=Contact;text=Contact;");
}

with(milonic=new menuname("Weerinfo")){
overflow="scroll";
style=menuStyle;
itemwidth=150;
aI("text=Weernieuws;url=http://www.vwkweb.nl/cms/index.php?option=com_content&task=blogcategory&id=15&Itemid=26;")
aI("text=Historisch weer;url=het_weer.htm;")
aI("text=Weerspreuken;url=weerspreuken.htm;")
aI("text=Wintersport;url=http://wintersport.pagina.nl;")
aI("text=Zomerweer;url=zomerweer.htm;")
aI("text=Orkaanseizoen;url=orkaan.htm;")
}

with(milonic=new menuname("Actueel weer")){
style=menuStyle;
itemwidth=150;
aI("text=Radarbeelden;url=radar.htm;");
aI("text=Onweer;url=onweer.htm;");
aI("text=Weerkaarten;url=weerkaart.htm;");
aI("text=Verwachtingen;url=verwachting.htm;");
aI("text=Satellietbeelden;url=satelliet.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
itemwidth=150;
aI("text=Weerlinks;url=weerlinks.htm;");
}

with(milonic=new menuname("Foto's")){
style=menuStyle;
itemwidth=150;
aI("text=Foto's;url=foto.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=150;
aI("text=Reageer;url=reageer.htm;");
aI("text=Over mezelf;url=mijzelf.htm;");
}


drawMenus();

