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=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#eae9ce";
offcolor="#666666";
onbgcolor="#1376b6";
oncolor="#000000";
padding=3;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="149";
menualign="center";
menuwidth="898";
orientation="horizontal";
style=ScrollingSampStyle;
top=150;
aI("text=Home;url=/index.html;");
aI("showmenu=Prophetic;text=Prophetic;");
aI("text=Testimonies;url=/testimonies.html");
aI("showmenu=Ministry;text=Ministry;");
aI("showmenu=Photos;text=Photos;");
aI("showmenu=Alan;text=Alan;");
}

with(milonic=new menuname("Prophetic")){
overflow="scroll";
style=ScrollingSampStyle;
aI("text=Prophetic Seminars;url=/seminars.html;")
aI("text=Prophetic in Perspective;url=/perspective.html;")
aI("text=Recommended Reading;url=/reading.html;")

}

with(milonic=new menuname("Ministry")){
style=ScrollingSampStyle;
aI("text=Ministry to the Nations;url=/nations.html;");
aI("text=Ministry Schedule;url=/schedule.html;");
aI("text=Teaching;url=/teaching.html;");
}

with(milonic=new menuname("Photos")){
style=ScrollingSampStyle;
aI("text=Ministry;url=/photos/ministry.php;");
aI("text=Family;url=/photos/family/phpslideshow.php;");
}

with(milonic=new menuname("Alan")){
style=ScrollingSampStyle;
aI("text=About Alan;url=/about.html;");
aI("text=Contact Alan;url=mailto:AlanBrysonRoss@aol.com;");
aI("text=Links;url=/links.html;");
}

drawMenus();

