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="#f7f7e7";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="#DCE9F0";
offbgcolor="#e8e8e8";
offcolor="black";
onbgcolor="#e8e8e8";
oncolor="red";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;
pagebgcolor="#ffff00";
pagecolor="black";
separatorcolor="#f7f7e7";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;

}

with(milonic=new menuname("Beef")){
style=menuStyle;
aI("text=Steak;url=products.asp?CategoryId=1;");
aI("text=Joints;url=products.asp?CategoryId=2;");
aI("text=About steak & joints;url=steaksandjoints.asp;");
}

with(milonic=new menuname("Pork & Bacon")){
style=menuStyle;
aI("text=Pork;url=products.asp?CategoryId=3;");
aI("text=Bacon;url=products.asp?CategoryId=8;");
aI("text=About pork & bacon;url=porkandbacon.asp;");
}

with(milonic=new menuname("Sausages & Burgers")){
style=menuStyle;
aI("text=Sausages;url=products.asp?CategoryId=5;");
aI("text=Burgers;url=products.asp?CategoryId=6;");
aI("text=Barbeque;url=products.asp?CategoryId=4;");
aI("text=About sausages & burgers;url=sausagesandburgers.asp;");
}

with(milonic=new menuname("Speciality")){
style=menuStyle;
aI("text=Chef's Specialities;url=products.asp?CategoryId=7;");
aI("text=Marinades;url=products.asp?CategoryId=15;");
aI("text=Coaters;url=products.asp?CategoryId=15;");
aI("text=About marinades & coaters;url=marinadesandcoaters.asp;");
}

with(milonic=new menuname("Haggis & Puddings")){
style=menuStyle;
aI("text=Haggis;url=products.asp?CategoryId=9;");
aI("text=Puddings;url=products.asp?CategoryId=9;");
aI("text=About haggis & puddings;url=haggisandpuddings.asp;");

}

with(milonic=new menuname("Chef's Pies")){
style=menuStyle;
aI("text=Pies;url=products.asp?CategoryId=10;");
aI("text=Family Pies;url=products.asp?CategoryId=11;");
aI("text=About family pies;url=familypies.asp;");

}

with(milonic=new menuname("Chef's meals")){
style=menuStyle;
aI("text=Chef's meals;url=products.asp?CategoryId=12;");
aI("text=About Chef's meals;url=chefsmeals.asp;");

}

with(milonic=new menuname("Fish")){
style=menuStyle;
aI("text=Fresh;url=products.asp?CategoryId=13;");
aI("text=Seasonal;url=products.asp?CategoryId=14;");
aI("text=About fresh & seasonal fish;url=freshseasonalfish.asp;");

}

with(milonic=new menuname("Bakery")){
style=menuStyle;
aI("text=Bakery;url=products.asp?CategoryId=16;");
aI("text=About bakery;url=bakery.asp;");
}

drawMenus();

