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="#931721";
borderstyle="solid";
borderwidth=1;
fontfamily="Times";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#931721";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#cccccc";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="../web-data/Components/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="scroll";
style=menuStyle;
aI("showmenu=fresh;text=Fresh;");
aI("showmenu=frozen;text=Frozen;");
}

with(milonic=new menuname("fresh")){
overflow="scroll";
style=menuStyle;
aI("text=Retail Packs with modified atmosphere packaging (MAP);url=retail_products.html;")
aI("text=Extra Matured Beef;url=matured_beef.html;")
aI("text=Retail Packs, skin packed;url=retail_products_skin.html;")


}

with(milonic=new menuname("frozen")){
style=menuStyle;
aI("text=Frozen Retail Packs;url=frozen_retail_products.html;");
aI("text=Frozen Convenience Products;url=frozen_conven_products.html;");
}


drawMenus();


