_menuCloseDelay=30;
_menuOpenDelay=150;

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#dbdbdb";
borderstyle="ridge";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="/images/navbar/blackred.gif";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#CC6600";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="/images/navbar/blackwhite.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="/images/navbar/black_13x13_wbb.gif";
subimagepadding=2;
bgimage="/images/navbar/offwhite.gif"
overbgimage="/images/navbar/swsh.gif"
}

with(submenuStyle=new mm_style()){
bordercolor="#5e5e5e";
borderstyle="outset";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#e8e8e8";
offcolor="#000000";
onbgcolor="#787878";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#000000";
pagecolor="ffffff";
separatorcolor="#5e5e5e";
separatorsize=1;
subimage="/images/navbar/black_13x13_wbb.gif";
subimagepadding=2;

}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative"
aI("status=Back To Home Page;text=Home;url=/index.htm;");
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Products;text=Our Products;");
aI("showmenu=Order;text=Commodity Processing;");
aI("showmenu=Partner;text=Partner Login;");

}

with(milonic=new menuname("AboutUs")){
margin=7;
style=submenuStyle;
aI("text=About Us;url=/about_us.htm;");
aI("text=Virtual Tour;url=/our_plant.htm;");
aI("text=Contact Us;url=/contacts.htm;");

}

with(milonic=new menuname("Products")){
margin=7;
style=submenuStyle;
aI("text=Food Service Products;url=/products.htm;");
aI("text=Fully Cooked Products;url=/products_fc.htm;");
aI("text=Retail Products;url=/retail.htm;");
aI("text=Landis Brand;url=/landis.htm;");
}

with(milonic=new menuname("Order")){
margin=7;
style=submenuStyle;
aI("status=Order Commodity Products;text=Commodity Processing;url=/mrsdrawdown.htm");
aI("status=View Product Nutritionals;text=Go Directly to K12;url=http://www.k12foodservice.com");
}

with(milonic=new menuname("Partner")){
margin=7;
style=submenuStyle
aI("status=Login for our Brokers and Partners;text=Partner Login;url=/partner.htm;");
}

drawMenus();


