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=a1.aspx;");
    aI("text=The Essence of Angels;showmenu=essence;url=a4.aspx;");
    aI("text=Unfallen Angels;showmenu=good;url=a8.aspx;");
    aI("text=Fallen Angels;showmenu=evil;url=a11.aspx;");
    aI("text=Conclusion;url=a15.aspx;");
    aI("text=Home;showmenu=home;url=../index.aspx;");
}


with (milonic = new menuname("intro")) {
    style = systemmenuStyle;
    aI("text=Introduction;url=a1.aspx;");
    aI("text=Some Controversy;url=a2.aspx;");
    aI("text=A Challenge ;url=a3.aspx;");
}


with (milonic = new menuname("essence")) {
    style = systemmenuStyle;
    aI("text=Are Angels Born or Created?;url=a4.aspx;");
    aI("text=What is the Nature of Angels?;url=a5.aspx;");
    aI("text=Are Angels Personal Beings?;url=a6.aspx;");
    aI("text=What is the Hierarchy of Personal Beings?;url=a7.aspx;");
}


with (milonic = new menuname("good")) {
    style = systemmenuStyle;
    aI("text=What are Unfallen Angels?;url=a8.aspx;");
    aI("text=What do Unfallen Angels do?;url=a9.aspx;");
    aI("text=Guardian Angels;url=a10.aspx;");
}


with (milonic = new menuname("evil")) {
    style = systemmenuStyle;
    aI("text=Who and Where are Fallen Angels?;url=a11.aspx;");
    aI("text=Who is Satan?;url=a12.aspx;");
    aI("text=What can Demons do or Not do;url=a13.aspx;");
    aI("text=Demonization;url=a14.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()
