﻿
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#562e24";
oncolor="#000000";
offbgcolor="#562e24";
offcolor="#ffffff";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#c3c4c4";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115;
left=245;
alwaysvisible=1;
orientation="horizontal";
aI("image=Images/Interior/nutrition/Nav/home.gif;overimage=Images/Interior/nutrition/Nav/homeroll.gif;target=_parent;sourceframe=main;url=http://www.kitchenpridemushrooms.com/index.html;");
aI("image=Images/Interior/nutrition/Nav/products.gif;overimage=Images/Interior/nutrition/Nav/productsroll.gif;target=_parent;sourceframe=main;url=http://www.kitchenpridemushrooms.com/Products.html;");
aI("image=Images/Interior/nutrition/Nav/varieties.gif;overimage=Images/Interior/nutrition/Nav/varietiesroll.gif;target=_parent;sourceframe=main;url=http://www.kitchenpridemushrooms.com/Varieties.html;sourceframe=main;showmenu=Varieties;");
aI("image=Images/Interior/nutrition/Nav/knowhow.gif;overimage=Images/Interior/nutrition/Nav/knowhowroll.gif;target=_parent;sourceframe=main;url=http://www.kitchenpridemushrooms.com/KnowHow.html;");
aI("image=Images/Interior/nutrition/Nav/nutritionroll.gif;");
aI("image=Images/Interior/nutrition/Nav/recipes.gif;overimage=Images/Interior/nutrition/Nav/recipesroll.gif;target=_parent;sourceframe=main;url=http://www.kitchenpridemushrooms.com/Recipes.html;sourceframe=main;showmenu=Recipes;");
aI("image=Images/Interior/nutrition/Nav/compost.gif;overimage=Images/Interior/nutrition/Nav/compostroll.gif;target=_parent;sourceframe=main;url=http://www.kitchenpridemushrooms.com/Compost.html;");
aI("image=Images/Interior/nutrition/Nav/catalogs.gif;overimage=Images/Interior/nutrition/Nav/catalogsroll.gif;target=_blank;sourceframe=main;url=http://www.kitchenpridemushrooms.com/KP2010Catalog.pdf;");
}



with(milonic=new menuname("Recipes")){
style=menuStyle;
aI("text=White;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/RecipesWhite.html;");
aI("text=Crimini;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/RecipesCrimini.html;");
aI("text=Oyster;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/RecipesOyster.html;");
aI("text=Portabella;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/RecipesPortabells.html;");
aI("text=Shitake;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/RecipesShiitake.html;");

}


with(milonic=new menuname("Varieties")){
style=menuStyle;
aI("text=White;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/VarietiesIaWhite.html;");
aI("text=Crimini;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/VarietiesCrimini.html;");
aI("text=Oyster;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/VarietiesIOyster.html;");
aI("text=Portabella;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/VarietiesIaPortabella.html;");
aI("text=Shitake;target=_self;sourceframe=main;url=http://www.kitchenpridemushrooms.com/VarietiesIaShiitake.html;");

}


drawMenus();

