

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // 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="#FDF6D7";
oncolor="#333333";
ondecoration="underline"
decoration="underline"
offbgcolor="#FDF6D7";
offcolor="#666666";
bordercolor="#FDF6D78"
borderstyle="solid"
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize = 11;
fontStyle = "normal";
fontweight = "bold";
fontfamily="verdana,helvetica,sans-serif";
pagecolor="#000000";
pagedecoration="none"
pagebgcolor="#FDF6D7";
headercolor="#FDF6D7";
headerbgcolor="#FDF6D7";
subimage="images/arrowgreen.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#FDF6D7', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#FDF6D7";
oncolor="#333333";
offbgcolor="#FDF6D7";
offcolor="#014D27";
bordercolor="#428E46"
borderstyle="solid"
borderwidth=1;
separatorcolor="#3D6F56";
separatorsize="1";
padding=3;
fontsize = 10;
fontStyle = "normal";
fontweight = "bold";
fontfamily="verdana,helvetica,sans-serif";
pagecolor="#000000";
pagebgcolor="#FDF6D7";
headercolor="#FDF6D7";
headerbgcolor="#FDF6D7";
subimage="images/arrowgreen.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#FDF6D7', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}

with(tertiarymenuStyle=new mm_style()){
onbgcolor="#FDF6D7";
oncolor="#737807";
offbgcolor="#FDF6D7";
offcolor="#ffff66";
bordercolor="#428E46"
borderstyle="solid"
borderwidth=1;
separatorcolor="#3D6F56";
separatorsize="1";
padding=3;
fontsize = 9;
fontStyle = "normal";
fontfamily="verdana,helvetica,sans-serif";
pagecolor="#ffffff";
pagebgcolor="#FDF6D7";
headercolor="#FDF6D7";
headerbgcolor="#FDF6D7";
subimage="images/arrowgreen.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#FDF6D7', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;

aI("text=Home;url=index.html;status=http://www.coconutoil.com/;");
aI("text=Research on<br>Coconut Oil;status=Research on Coconut Oil;url=research.htm")
aI("text=Research by<br>Dr. Mary Enig;status=Research by Dr. Mary Enig;url=mary_enig.htm")
aI("text=Research on<br>Palm Oil;status=Research on Palm Oil;url=palm_oil.htm")
aI("text=Research on<br>Cholesterol;status=Research on Cholesterol;url=cholesterol.htm")
aI("text=Research on<br>Saturated Fats;status=Research on Saturated Fats;url=saturated_fats.htm")
aI("text=Research on<br>Polyunsaturated Fats;status=Research on Polyunsaturated Fats;url=unsaturated.htm")
aI("text=Research on Soy;status=Research on Soy;url=soy.htm")
aI("text=Peer-Reviewed<BR>Research;status=Peer-Reviewed Research;url=peer_reviewed.htm")
aI("text=Contact;status=Contact;url=contact.cfm")

}

with(milonic=new menuname("About Coconut Oil")){
style=submenuStyle;
overflow="scroll";

  aI("text=World's Healthiest Oil?;url=coconut_oil_is_the_healthiest_oil_on_earth.htm");
  aI("text=Why It's Good For You;url=coconut_oil_why_it_is_good_for_you.htm");
  aI("text=Healing Miracles;url=healing_miracles_of_coconut_oil.htm");
  aI("text=FAQ;url=faq.htm");

}

with(milonic=new menuname("About Coconuts")){
style=submenuStyle;
overflow="scroll";

  aI("text=Buying Coconuts;url=buying_a_fresh_coconut.htm");
  aI("text=Recipes &amp; Foods;url=recipes.htm");

}


with(milonic=new menuname("Dietary")){
style=submenuStyle;
overflow="scroll";

  aI("text=Diet and Disease;url=diet_and_disease.htm");
  aI("text=Soy Re-Examined;url=shadow_of_soy.htm");
  aI("text=Saturated Fat Facts;url=facing_the_facts_about_saturated-fats.htm");
  aI("text=Cholesterol Myths;url=cholesterol_myths.htm");
  aI("text=The Facts on Flax;url=facts_on_flax.htm");
  

}

with(milonic=new menuname("Health and Disease")){
style=submenuStyle;
overflow="scroll";

  aI("text=Weight Loss;url=weight-loss.htm");
  aI("text=Hypothyroidism;url=hypothyroidism_and_virgin_coconut_oil.htm");
  aI("text=Candida;url=candida.htm");
  aI("text=Parasites;url=parasites.htm");
  aI("text=Chronic Fatigue Syndrome;url=chronic_fatigue_syndrome.htm");
  aI("text=Crohn's and IBS;url=crohnsibs.htm");
  aI("text=Skin Care;url=virgin_coconut_Oil_for_your_skin.htm");
  aI("text=Benefits of MCTs;url=mcts.htm");
  aI("text=HIV-AIDS;url=aids.htm");


}

drawMenus();

