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=10;
_subOffsetLeft=-10;




with(submenuStyle=new mm_style()){
bordercolor="#969698";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#F0F0F0";
oncolor="#000000";
outfilter="fade(duration=0.9)";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#B0B0B0', Direction=145, Strength=3)";
padding=3;
separatorcolor="#969698";
subimagepadding=1;
}

with(menuStyle=new mm_style()){
styleid=1;
bgimage="img/button_off.png";
bordercolor="#4D4D4D";
borderstyle="solid";
fontfamily="Arial, Tahoma, Verdana";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
image="img/spacer.gif";
itemheight=30;
itemwidth=120;
offcolor="#000000";
oncolor="#FFFFFF";
overbgimage="img/button_on.png";
overimage="img/spacer.gif";
subimagepadding=2;
clickbgimage="img/button_off.png";
}

with(milonic=new menuname("Main Menu")){

left="offset=+10";          //positie horizontaal menu (zonder jobs = +10, met jobs = +33)
screenposition="center";
style=menuStyle;
alwaysvisible=1;
top=165;
orientation="horizontal";

aI("align=center;bgimage=img/baseline_begin.png;fontsize=1%;fontstyle=italic;fontweight=bold;image=img/transparent.gif;itemwidth=60;overbgimage=img/baseline_begin_over.png;clickbgimage=img/baseline_begin.png;overimage=img/transparent.gif;text= ;showmenu=start;text=;");

aI("target=_self;text=&nbsp;Home;url=index.htm;");
aI("target=_blank;text=&nbsp;Bestellen;url=http://www.nhbvof.nl/bestellen;");
aI("target=_self;text=&nbsp;Contact;url=mailto:info@nhbvof.nl;");
aI("target=I1;text=&nbsp;Omrekentabel;url=bandenwijzer.htm;");
aI("target=I1;text=&nbsp;Tellerafwijking;url=techniek__bandenmaat.htm;");


aI("bgimage=img/baseline_back.png;image=img/transparent.gif;itemwidth=90;overimage=img/transparent.gif;rawcss=border:1px solid #c0c0c0;type=header;");
}





with(milonic=new menuname("menu2")){
left="offset=2";
openstyle="down";
style=submenuStyle;
aI("target=_self;text=Voorbeeld link 1;url=index.htm;");
aI("target=_self;text=Voorbeeld link 2;url=index.htm;");
aI("target=_self;text=Voorbeeld link 3;url=index.htm;");
aI("target=_self;text=Voorbeeld link 4;url=index.htm;");
aI("target=_self;text=Voorbeeld link 5;url=index.htm;");
aI("target=_self;text=Voorbeeld link 6;url=index.htm;");

}

drawMenus();

