


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#F7FAC8";
oncolor="#015C30";
offbgcolor="#038F49";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="12";
fontstyle="normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#F7FAC8";
oncolor="#015C30";
offbgcolor="#038F49";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=175;
left=0;
itemheight=18;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;About Us&nbsp;&nbsp;;url=about.php;showmenu=about;");
aI("text=&nbsp;&nbsp;Departments&nbsp;&nbsp;;url=departments.php;showmenu=departments;");
aI("text=&nbsp;&nbsp;Membership&nbsp;&nbsp;;url=membership.php;showmenu=membership;");
aI("text=&nbsp;&nbsp;Recipes&nbsp;&nbsp;;url=recipes.php;showmenu=recipes;");
aI("text=&nbsp;&nbsp;Growers & Suppliers&nbsp;&nbsp;;url=growers.php;");
aI("text=&nbsp;&nbsp;The Big Picture&nbsp;&nbsp;;url=industry.php;");
aI("text=&nbsp;&nbsp;Newsletter &amp; Events&nbsp;&nbsp;;url=news.php;showmenu=news;");
aI("text=&nbsp;&nbsp;Bulletin Board&nbsp;&nbsp;;url=board.php;");
}

with(milonic=new menuname("about")){
style=submenuStyle;
overflow="scroll";
aI("text=Through the Doors;url=about.php;");
aI("text=Our History;url=history.php;");
aI("text=Mission Statement;url=mission.php;");
aI("text=Our Principles;url=principles.php;");
aI("text=How the Co-op Works;url=how.php;");
aI("text=Buying Guidelines;url=buying.php;");
aI("text=Pricing;url=pricing.php;");
aI("text=Customer Service;url=customer.php;");
aI("text=Kootenay Coop Media;url=media.php;");
aI("text=Community Outreach;url=community.php;");
aI("text=Our Staff;url=staff.php;");
aI("text=Employment Opportunities;url=employment.php;");
aI("text=Board of Directors;url=directors.php;");
aI("text=Meeting Minutes;url=meeting_minutes.php;");

}

with(milonic=new menuname("departments")){
style=submenuStyle;
overflow="scroll";
aI("text=Deli;url=deli.php;");
aI("text=Produce;url=produce.php;");
aI("text=Grocery & Bulk&nbsp;&nbsp;;url=grocery.php;");
aI("text=Personal Care&nbsp;&nbsp;;url=personal.php;");

}

with(milonic=new menuname("membership")){
style=submenuStyle;
overflow="scroll";
aI("text=Why Membership in a Co-op?;url=membership.php;");
aI("text=How it Works;url=membership_how.php;");
aI("text=Benefits of Membership;url=membership_benefits.php;");
aI("text=Membership Application & Changes;url=membership_application.php;");

}

with(milonic=new menuname("recipes")){
style=submenuStyle;
overflow="scroll";
aI("text=Browse Our Recipes;url=recipes.php;");
aI("text=Submit a Recipe;url=recipes.php?action=post;");
aI("text=Food Facts & Tips;url=foodfacts_list.php;");
aI("text=Special Diet Info;url=foodfacts_list.php?cat=2;");

}

with(milonic=new menuname("news")){
style=submenuStyle;
overflow="scroll";
aI("text=Upcoming Co-op Events&nbsp;&nbsp;;url=events.php;");
aI("text=Co-op Newsletter;url=newsletter.php;");

}


drawMenus();

