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 = 10;        // 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 (searchmenuStyle = new mm_style()) {
    separatorcolor = "#FFFFFF"; separatorsize = "1"; offbgcolor = "#CC9999"; onbgcolor = "#FFCC99"; offcolor = "#000000";
    oncolor = "#000000"; padding = 7; fontsize = "70%"; fontstyle = "normal"; fontfamily = "Verdana, Tahoma, Arial";
    outfilter = "randomdissolve(duration=0.3)";
}

with (milonic = new menuname("index")) {
    style = searchmenuStyle; top = 10; left = 10; alwaysvisible = 1; followscroll = 1; orientation = "horizontal";
    aI("text=Index;showmenu=index1;url=#;");
}
with (milonic = new menuname("index1")) {
    style = searchmenuStyle;
    aI("text=First Part: Of the Misery of Man;url=ConHeidelbergCatechism.aspx#1;");
    aI("text=Second Part: Of Man's Deliverance;url=ConHeidelbergCatechism.aspx#2;");
    aI("text=&nbsp;&nbsp;&nbsp;Of God the Father and Our Creation;url=ConHeidelbergCatechism.aspx#2a;");
    aI("text=&nbsp;&nbsp;&nbsp;Of God the Son;url=ConHeidelbergCatechism.aspx#2b;");
    aI("text=&nbsp;&nbsp;&nbsp;Of God the Holy Ghost;url=ConHeidelbergCatechism.aspx#2c;");
    aI("text=&nbsp;&nbsp;&nbsp;The Sacraments;url=ConHeidelbergCatechism2.aspx#2d;");
    aI("text=&nbsp;&nbsp;&nbsp;Of Holy Baptism;url=ConHeidelbergCatechism2.aspx#2e;");
    aI("text=&nbsp;&nbsp;&nbsp;Of the Holy Supper of Our Lord Jesus Christ;url=ConHeidelbergCatechism2.aspx#2f;");
    aI("text=Third Part: Of Thankfulness;url=ConHeidelbergCatechism2.aspx#3;");
    aI("text=&nbsp;&nbsp;&nbsp;Of Prayer;url=ConHeidelbergCatechism2.aspx#3a;");
}

drawMenus()
