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="#42485e";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d3d7e2";
offcolor="#515151";
onbgcolor="#707586";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
padding=5;
pagebgcolor="#707586";
pagecolor="black";
separatorcolor="#42485e";
separatorsize=1;
}

with(milonic=new menuname("Materialen")){
style=menuStyle;
aI("text=Goud;url=/materialen/goud.php;");
aI("text=Zilver;url=/materialen/zilver.php;");
aI("text=Titanium;url=/materialen/titanium.php;");
}

with(milonic=new menuname("Producten")){
style=menuStyle;
aI("text=Ringen;url=/producten/ringen.php;");
aI("text=Hangers;url=/producten/hangers.php;");
aI("text=Armbanden;url=/producten/armbanden.php;");
aI("text=Oorbellen;url=/producten/oorbellen.php;");
aI("text=Colliers;url=/producten/colliers.php;");
}

drawMenus();

