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=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=0;
offbgcolor="#AF222A";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
overimage="whitedots.gif";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#F1CA6B";
offcolor="#3F2211";
onbgcolor="#FFFFFF";
oncolor="#000000";
outfilter="Fade(duration=0.3)";
overfilter="Inset(duration=0.2);Alpha(opacity=90);";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="000000";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="./images/arrow.gif";
onsubimage="./images/arrow_o.gif";
subimagepadding=2;
}

with(milonic=new menuname("AboutUs")){
margin=7;
style=submenuStyle;
aI("text=Company History;url=index.php?location=OBC/history;");
aI("text=Facilities;url=index.php?location=OBC/facilities;");

}

with(milonic=new menuname("Products")){
margin=7;
style=submenuStyle;
aI("text=Our Products;url=index.php?location=OBC/products;");
aI("text=Product Listing;url=index.php?location=OBC/productlisting;");
aI("text=New Products;url=index.php?location=OBC/newproducts;");
aI("text=Statement of Quality;url=index.php?location=OBC/quality;");
aI("text=Restaurant/Food Service Customers;url=index.php?location=OBC/productinfo;");
}

with(milonic=new menuname("Services")){
margin=7;
style=submenuStyle;
aI("text=Services;url=index.php?location=OBC/services;");
aI("text=Frequently Asked Questions;url=index.php?location=OBC/faq;");

}

with(milonic=new menuname("News")){
margin=7;
style=submenuStyle;
aI("text=What's New;url=index.php?location=OBC/news;");
aI("text=Media Relations;url=index.php?location=OBC/media;");

}

with(milonic=new menuname("WhereToBuy")){
margin=7;
style=submenuStyle;
aI("text=Retail Locations;url=index.php?location=OBC/wheretobuy;");
}

with(milonic=new menuname("Certifications")){
margin=7;
style=submenuStyle;
aI("text=Affiliations and Memberships;url=index.php?location=OBC/affiliations;");
aI("text=Kosher Pareve;url=index.php?location=OBC/kosher;");

}

drawMenus();


