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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
align="center";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#B73719";
offcolor="#FFFFFF";
onbgcolor="#7B92F6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=2;
subimage="/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=176;
overflow="scroll";
followscroll=1;
aI("text=More about this North Yorkshire Butchers;url=more-north-yorkshire-butchers.htm");
aI("text=Hog Roasts;url=hog_roasts.htm");
aI("text=Useful Links;showmenu=Links");
aI("showmenu=Cuts;text=Meat Cuts;");
aI("showmenu=Contact;text=Contact Us;");
aI("text=Find Us;url=find-north-yorkshire-butchers.htm");
aI("text=Openings;url=openings-north-yorkshire-butchers.htm");
aI("text=Home;url=index.htm;");
}


with(milonic=new menuname("Cuts")){
orientation="horizontal";
style=menuStyle;
aI("align=center;text=Beef;url=cuts_beef.htm;");
aI("text=Lamb;url=cuts_lamb.htm;");
aI("align=center;text=Pork;url=cuts_pork.htm;");
aI("align=center;text=Deer;url=cuts_deer.htm;");
}

with(milonic=new menuname("Contact")){
orientation="horizontal";
style=menuStyle;
aI("align=center;text=On-Line;url=contact_on.htm;");
aI("text=Off-Line;url=contact_off.htm;");
}

with(milonic=new menuname("Links")){
orientation="horizontal";
style=menuStyle;
aI("align=center;text=EBLEX;url=http://www.eblex.org.uk/;target=blank/;");
aI("text=Round Green Farm;url=http://www.roundgreenfarm.co.uk/;target=blank/;");
aI("text=Our Webmaster;url=http://www.nyws.co.uk/;target=blank/;");
}


drawMenus();

