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 (gracemenuStyle = new mm_style()) {
    separatorcolor = "#FFFFFF"; separatorsize = "1"; offbgcolor = "#3366CC"; onbgcolor = "#0099FF"; oncolor = "#000000";
    offcolor = "#FFFFFF"; 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 = gracemenuStyle; top = 10; left = 60; alwaysvisible = 1; orientation = "horizontal";
    aI("text=Metaethics;showmenu=origin;url=orig1.aspx;");
    aI("text=Normative Ethics;showmenu=norm;url=norm1.aspx;");
    aI("text=Relative Ethics;showmenu=rela;url=rela1.aspx;");
    aI("text=Divine Command;showmenu=divine;url=dc1.aspx;");
    aI("text=Conclusion;showmenu=conclusion;url=con1.aspx;");
    aI("text=Home;showmenu=home;url=../index.aspx;");
}


with (milonic = new menuname("origin")) {
    style = gracemenuStyle;
    aI("text=Examining the Orgin of Morality;url=orig1.aspx;");
    aI("text=What is Metaethics?;url=orig2.aspx;");
    aI("text=Objective or Subjective;url=orig3.aspx;");
    aI("text=Evolutionary Ethics;url=orig4.aspx;");
    aI("text=Evolutionary Theories;url=orig5.aspx;");
    aI("text=The Fallacies;url=orig6.aspx;");
    aI("text=Naturalism's Challenge;url=orig7.aspx;");
}


with (milonic = new menuname("norm")) {
    style = gracemenuStyle;
    aI("text=Questions;url=norm1.aspx;");
    aI("text=Normative Ethics;url=norm2.aspx;");
    aI("text=Tradition;url=norm3.aspx;");
    aI("text=Secular Humanism;url=norm4.aspx;");
    aI("text=Consequentialism;url=norm5.aspx;");
    aI("text=Non-Consequentialism;url=norm6.aspx;");
    aI("text=Humanism's Quandary;url=norm7.aspx;");
}


with (milonic = new menuname("rela")) {
    style = gracemenuStyle;
    aI("text=Questions;url=rela1.aspx;");
    aI("text=Objective Values;url=rela2.aspx;");
    aI("text=Implications;url=rela3.aspx;");
    aI("text=Moral Responsibility;url=rela4.aspx;");
    aI("text=Human Authority;url=rela5.aspx;");
    aI("text=Nihilism;url=rela6.aspx;");
}


with (milonic = new menuname("divine")) {
    style = gracemenuStyle;
    aI("text=The Dilemma;url=dc1.aspx;");
    aI("text=The Solution;url=dc2.aspx;");
    aI("text=The Fallacy;url=dc3.aspx;");
    aI("text=The Revelation;url=dc4.aspx;");
}


with (milonic = new menuname("conclusion")) {
    style = gracemenuStyle;
    aI("text=Origin;url=con1.aspx;");
    aI("text=Justification;url=con2.aspx;");
    aI("text=Absolute;url=con3.aspx;");
    aI("text=Revelation;url=con4.aspx;");
    aI("text=Validation;url=con5.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()
