_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()){
oncolor="#F0D727";
offbgcolor="";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize=9;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
pagecolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.2)";
}

with(submenuStyle=new mm_style()){
oncolor="#F0D727";
offbgcolor="#5DBB47";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#F0D727";
separatorsize="1";
padding=4;
fontsize=9;
fontstyle="normal";
fontfamily="Verdana";
pagecolor="White";
pagebgcolor="#5DBB47";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.2)";
}

with(MushmenuStyle=new mm_style()){
oncolor="#F0D727";
offbgcolor="#5DBB47";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#F0D727";
separatorsize="0";
padding=4;
fontsize=9;
fontstyle="normal";
fontfamily="Verdana";
pagecolor="White";
pagebgcolor="#CC0000";
headercolor="#000000";
headerbgcolor="#F0D727";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.2);";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=61;
left=210;
menualign="left";
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME&nbsp;&nbsp;&nbsp;;url=index.htm;status=Functional Fungi Home;");
aI("text=&nbsp;ABOUT US&nbsp;;url=about.htm;");
aI("text=&nbsp;PRODUCTS&nbsp;;showmenu=Prods;");
aI("text=&nbsp;&nbsp;RESEARCH&nbsp;;showmenu=Research;");
aI("text=&nbsp;NEWS&nbsp;&nbsp;;url=newsletter.htm;status=Company News;");
aI("text=&nbsp;CONTACT US;url=contactus.htm;status=Contact Us;");
}

with(milonic=new menuname("Prods")){
style=submenuStyle;
overflow="scroll";
aI("text=Overview;url=products.htm;");
aI("text=Medicinal Mushrooms;showmenu=MedMush;");
aI("text=Culinary Mushrooms;showmenu=CulMush;");
}

with(milonic=new menuname("MedMush")){
style=MushmenuStyle;
overflow="scroll";
aI("text=Medicinal Mushrooms;type=header;");
aI("text=Cordyceps Sinensis;url=products/CordycepsSinensis.htm;");
aI("text=Agaricus blazei;url=products/Agaricusblazei.htm;");
aI("text=Grifola frondosus;url=products/Grifolafrondosus.htm;");
aI("image=images/reishi_thm.jpg;text=Ganoderma lucidum;url=products/reishi.htm;");
aI("text=Phellinus linteus;url=products/Phellinuslinteus.htm;");
aI("image=images/turkeytail_thm.jpg;text=Coriolus versicolor;url=products/Trametesversicolor.htm;");
aI("image=images/hericium_thm.jpg;text=Hericium erinaceus;url=products/Hericiumerinaceus.htm;");
aI("image=images/shiitake_thm.jpg;text=Lentinula edodes;url=products/Lentinulaedodes.htm;");
aI("separatorsize=1;text=Inonotus obliquus;url=products/Inonotusobliquus.htm;");
aI("text=Pleurotus ostreatus;url=products/Pleurotusostreatus.htm;");
aI("text=Tremella mesenterica;url=products/Tremellamesenterica.htm;");
aI("text=Tremella fuciformis;url=products/Tremellafuciformis.htm;");
aI("text=Flammulina velutipes;url=products/Flammulinavelutipes.htm;");
aI("text=Polyporous umbellatus;url=products/Polyporousumbellatus.htm;");
aI("text=Poria cocos;url=products/Poriacocos.htm;");
}

with(milonic=new menuname("CulMush")){
style=MushmenuStyle;
overflow="scroll";
aI("text=Culinary Mushrooms;type=header;");
aI("text=Black Perigord Truffle;url=products/TuberMelasporum.htm;");
}

with(milonic=new menuname("Research")){
style=submenuStyle;
aI("text=Analysis ;url=analysis.htm;");
aI("text=Certification ;url=certifications.htm;");
aI("text=Studies;showmenu=studies;");
}

with(milonic=new menuname("studies")){
style=MushmenuStyle;
overflow="scroll";
aI("text=Studies;type=header;");
aI("text=Studies from the USA, UK;url=research.htm;");
aI("text=Studies from Japan;url=research.htm#Japan;");
aI("text=Studies from Brazil;url=research.htm#Brazil;");
aI("text=Studies from China;url=research.htm#China;");
aI("text=Studies from Singapore, Korea;url=research.htm#Korea;");
}



drawMenus();


