fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-0;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#25374B";
headercolor="#000000";
offbgcolor="#25374B";
offcolor="#FFFFFF";
onbgcolor="#FFFF00";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=0, Strength=0)";
padding=5;
pagebgcolor="#999999";
pagecolor="black";
separatorcolor="#000000";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Book Titles")){
style=menuStyle;
aI("text=Veil of Death;showmenu=Book Chapters;");
aI("text=Dark Arts;showmenu=Book Two Chapters;");
}


with(milonic=new menuname("Book Chapters")){
style=menuStyle;
aI("text=Chapters 1 & 2;url=index.cfm;");
aI("text=Chapters 3 & 4;url=chapter_3_4.cfm;");
aI("text=Chapters 5 & 6;url=chapter_5_6.cfm;");
aI("text=Chapters 7 & 8;url=chapter_7_8.cfm;");
aI("text=Chapters 9 & 10;url=chapter_9_10.cfm;");
aI("text=Chapters 11 & 12;url=chapter_11_12.cfm;");
aI("text=Chapters 13 & 14;url=chapter_13_14.cfm;");
aI("text=Chapters 15 & 16;url=chapter_15_16.cfm;");
aI("text=Chapters 17 & 18;url=chapter_17_18.cfm;");
aI("text=Review of Deathly Hallows;url=DH_Review.cfm;");
aI("text=Dark Arts;url=dark_arts_chapter_1_2.cfm;");
}

with(milonic=new menuname("Book Two Chapters")){
style=menuStyle;
aI("text=Chapters 1 & 2;url=dark_arts_chapter_1_2.cfm;");
aI("text=Chapters 3 & 4;url=dark_arts_chapter_3_4.cfm;");
aI("text=Chapters 5 & 6;url=dark_arts_chapter_5_6.cfm;");
aI("text=Chapters 7 & 8;url=dark_arts_chapter_7_8.cfm;");
}
drawMenus();

