fixMozillaZIndex=true;  //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_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=8;        // Sub menu top offset
_subOffsetLeft=2;       // Sub menu left offset
_scrollAmount=3;        // Only needed for Netscape 4.x
_scrollDelay=20;        // Only needed for Netcsape 4.x

with (systemmenuStyle = new mm_style()) {
    separatorcolor = "#FFFFFF"; separatorsize = "1"; offbgcolor = "#FF9999"; onbgcolor = "#FFCCCC"; offcolor = "#000000";
    oncolor = "#000000"; padding = 7; fontsize = "80%"; fontstyle = "normal"; fontfamily = "Verdana, Tahoma, Arial";
    outfilter = "randomdissolve(duration=0.3)";
}

with (homemenuStyle = new mm_style()) {
    separatorcolor = "#FFFFFF"; separatorsize = "1"; onbgcolor = "#FFFFCC"; offbgcolor = "#FFFF66"; oncolor = "#000000";
    offcolor = "#000000"; padding = 7; fontsize = "80%"; fontstyle = "normal"; fontfamily = "Verdana, Tahoma, Arial";
    outfilter = "randomdissolve(duration=0.3)";
}


with (milonic = new menuname("navigation")) {
    style = systemmenuStyle; top = 10; left = 60; alwaysvisible = 1; orientation = "horizontal";
    aI("text=Introduction;showmenu=intro;url=intro1.aspx;");
    aI("text=Creation of Man;showmenu=creation;url=creation1.aspx;");
    aI("text=Fall of Man;showmenu=fall;url=fall1.aspx;");
    aI("text=Death of Man;showmenu=death;url=death1.aspx;");
    aI("text=Conclusion;showmenu=conclusion;url=con1.aspx;");
    aI("text=Home;showmenu=home;url=../index.aspx;");
}


with (milonic = new menuname("intro")) {
    style = systemmenuStyle;
    aI("text=Introduction;url=intro1.aspx;");
    aI("text=Some Considerations;url=intro2.aspx;");
    aI("text=Why is Anthropology the Study of <i>Man</i>?;url=intro3.aspx;");
    aI("text=Why Study? Clash of Worldviews;url=intro4.aspx;");
    aI("text=Is Christianity in Conflict with Science?;url=intro5.aspx;");
    aI("text=Frightful Implications;url=intro6.aspx;");
    aI("text=Medical Bioethics;url=intro7.aspx;");
    aI("text=What is Your View?;url=intro8.aspx;");
}


with (milonic = new menuname("creation")) {
    style = systemmenuStyle;
    aI("text=The Creation of Man;url=creation1.aspx;");
    aI("text=The Creation of Woman;url=creation2.aspx;");
    aI("text=Why did God Create Man?;url=creation3.aspx;");
    aI("text=Essence: Soul and Spirit;url=essence1.aspx;");
    aI("text=Essence: Heart and Mind;url=essence2.aspx;");
    aI("text=Essence: The Body;url=essence3.aspx;");
}


with (milonic = new menuname("fall")) {
    style = systemmenuStyle;
    aI("text=Sin;url=fall1.aspx;");
    aI("text=Consequence;url=fall2.aspx;");
}


with (milonic = new menuname("death")) {
    style = systemmenuStyle;
    aI("text=Death;url=death1.aspx;");
    aI("text=Intermediate State;url=death2.aspx;");
    aI("text=Where Does the Soul Go?;url=death3.aspx;");
}


with (milonic = new menuname("conclusion")) {
    style = systemmenuStyle;
    aI("text=You Have Worth;url=con1.aspx;");
    aI("text=You Were Created For God's Own Glory;url=con2.aspx;");
    aI("text=You Are An Individual;url=con3.aspx;");
    aI("text=You Were Created as Male or Female;url=con4.aspx;");
    aI("text=You Are Inherently Sinful;url=con5.aspx;");
    aI("text=Your Soul is Eternal;url=con6.aspx;");
}


with (milonic = new menuname("home")) {
    style = homemenuStyle;
    aI("text=Grace;url=../9system_grace/invitation1.aspx;");
    aI("text=Skill Builder;url=../5system_skillbuilder/intro1.aspx;");
    aI("text=Study Methods;url=../5system_hermeneutics/parlett_BeforeYouBegin.aspx;");
    aI("text=Search;url=../15Search/Topic.aspx;");
    aI("text=Systematic Studies;showmenu=system;url=../15system_theology/SystematicIntro.aspx;");
    aI("text=Tools;url=../13system_tools/intro1.aspx;");
    aI("text=About Us;url=../18Ministry/Contact.aspx;");
}
with (milonic = new menuname("system")) {
    style = homemenuStyle;
    aI("text=Who wrote the Pentateuch?;url=../5system_moses/bc1.aspx;");
    aI("text=Angelology;url=../6system_angels/a1.aspx;");
    aI("text=Anthropology;url=../7system_humans/intro1.aspx;");
}

drawMenus()
