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()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
subimage="";
subimagepadding=0;
}

with(tier2Style=new mm_style()){
bordercolor="#993300";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CC0000";
offcolor="#FFFFFF";
onbgcolor="#FF6600";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#FF6600";
pagecolor="white";
separatorcolor="";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=0;
orientation="horizontal";
style=menuStyle;
//top=0;
aI("showmenu=aboutUs;text=<img src='images/nav/btn_about.jpg' border=0 ><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=news;text=<img src='images/nav/btn_news.jpg' border=0 ><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=supporting;text=<img src='images/nav/btn_supporting.jpg' border=0 ><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=products;text=<img src='images/nav/btn_products.jpg' border=0><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=contests;text=<img src='images/nav/btn_contests.jpg' border=0 ><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=nutrition;text=<img src='images/nav/btn_nutrition.jpg' border=0 ><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=recipes;text=<img src='images/nav/nav_recipes.jpg' border=0 ><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=contact;text=<img src='images/nav/btn_contact.jpg' border=0 ><img src='images/nav/btn_space1.jpg' border=0>;");
aI("showmenu=;text=<img src='images/nav/btn_right.jpg' border=0 >;");
}

with(milonic=new menuname("aboutUs")){
style=tier2Style;
aI("text=Who We Are;url=about_us.php;")
aI("text=Our History;url=history.php;")
aI("text=Video Gallery;url=video_gallery.php;")
aI("text=President's Message;url=presidents_message.php;")
aI("text=Chronological Timeline;url=chronological_timeline.php;")
aI("text=Product Availability;url=product_availability.php;")
aI("text=Manufacturing Facilities;url=manufacturing_facilities.php;")
aI("text=Consumer Care;url=aboutus_consumer_care.php;")
aI("text=FAQs;url=faqs.php;")
aI("text=Privacy Policy;url=privacypolicy.php;")
aI("text=Careers;url=careers.php;")
}

with(milonic=new menuname("news")){
style=tier2Style;
aI("text=News Releases;url=news_releases.php;");
aI("text=Consumer Comments;url=consumer_comments.php;");
}

with(milonic=new menuname("supporting")){
style=tier2Style;
aI("text=Active Lifestyles;url=active_lifestyles.php;");
aI("text=Canadian Hockey League;url=chlnewsagreement.php;");
aI("text=Photo and Video Gallery;url=photo_gallery.php;");
aI("text=Sport Sponsorship;url=sport_sponsorship.php;");
aI("text=Sponsorship Request Form;url=sponsorship_request.php;");
aI("text=Green Initiatives;url=green_initiative.php;");
}

with(milonic=new menuname("products")){
style=tier2Style;
aI("text=Products;url=products.php;");
aI("text=Old Dutch Products;url=odproducts.php;");
aI("text=Humpty Dumpty Products;url=hdproducts.php;");
aI("text=Product Availability;url=product_availability.php;");
}

with(milonic=new menuname("contests")){
style=tier2Style;
aI("text=Contests;url=contests.php;");
aI("text=Winners Corner;url=winners_corner.php;");
aI("text=Join Our List;url=join_ourlist.php;");
}

with(milonic=new menuname("nutrition")){
style=tier2Style;
aI("text=0 Trans Fat;url=transfat.php;");
aI("text=Nutrition;url=nutrition.php;");
}

with(milonic=new menuname("recipes")){
style=tier2Style;
aI("text=Sauces;url=recipesSauces.php;");
aI("text=Salads;url=recipesSalads.php;");
aI("text=Soups;url=recipesSoups.php;");
aI("text=Appetizers;url=recipesappetizers.php;");
aI("text=Entrees;url=recipesEntrees.php;");
}

with(milonic=new menuname("contact")){
style=tier2Style;
aI("text=Consumer Care;url=consumer_care.php;");
aI("text=Consumer Feedback;url=consumer_feedback.php;");
}

drawMenus();


