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=-4;




with(menuStyle=new mm_style()){
bordercolor="#000099";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, sans-serif";
fontsize="85%";
fontstyle="normal";
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
bgimage='ltblue.gif';
}

with(milonic=new menuname("Main Menu")){
//orientation="horizontal";
alwaysvisible=1;
left=0;
overflow="scroll";
style=menuStyle;
top=0;
//itemwidth=152;
aI("text=Home;url=index.htm;");
aI("showmenu=meetingselect;text=Find A.A. Meetings;");
aI("text=News & Events;url=events.htm;");
aI("text=What Is A.A.?;url=aboutaa.htm;");
aI("text=About Us;url=aboutus.htm;");
aI("text=Contact Us;url=contactus.php;");
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("meetingselect")){
style=menuStyle;
aI("showmenu=byday;text=By Days - Fresno & Clovis;");
aI("showmenu=bylocation;text=By Geographic Location;");
aI("showmenu=bytype;text=By Type - Fresno & Clovis;");
}


with(milonic=new menuname("byday")){
overflow="scroll";
style=menuStyle;
aI("text=Sunday;url=sunday.htm;")
aI("text=Monday;url=monday.htm;")
aI("text=Tuesday;url=tuesday.htm;")
aI("text=Wednesday;url=wednesday.htm;")
aI("text=Thursday;url=thursday.htm;")
aI("text=Friday;url=friday.htm;")
aI("text=Saturday;url=saturday.htm;")
}


with(milonic=new menuname("bytype")){
overflow="scroll";
style=menuStyle;
aI("text=Speaker;url=speakermeetings.htm;")
aI("text=Business;url=businessmeetings.htm;")
aI("text=District;url=districtmeetings.htm;")
aI("text=Intergroup;url=intergroup.htm;")
}

with(milonic=new menuname("bylocation")){
overflow="scroll";
style=menuStyle;
aI("text=Cities North of Fresno - Route 99 Area ;url=1.htm")
aI("text=Cities North of Fresno - Gold Country;url=2.htm;")
aI("text=Cities North of Fresno - Route 152 Area ;url=3.htm;")
aI("text=Fresno - North of Shaw Ave. & West of Blackstone Ave.;url=4.htm;")
aI("text=Cities West of Fresno;url=5.htm;")
aI("text=Cities North of Fresno to Yosemite - Route 41 Area ;url=6.htm;")
aI("text=Fresno - North of Shaw Ave. & East of Blackstone Ave.;url=7.htm;")
aI("text=Clovis Area;url=8.htm;")
aI("text=Cities in Huntington & Shaver Lakes - Route 168 Area ;url=9.htm;")
aI("text=Fresno - Airport Area;url=10.htm;")
aI("text=Fresno - South of Shaw Ave. & West of Blackstone Ave.;url=11.htm;")
aI("text=Fresno - South of Shaw Ave. & East of Blackstone Ave.;url=12.htm;")
aI("text=Fresno - West of Route 99;url=13.htm;")
aI("text=Fresno - Tower District;url=14.htm;")
aI("text=Fresno - Central Downtown Area;url=15.htm;")
aI("text=Fresno - Westside Area;url=16.htm;")
aI("text=To Kings Canyon & Sequoia National Parks;url=17.htm;")
aI("text=Cities South of Fresno on Route 99;url=18.htm;")
aI("text=Cities South of Fresno - East of Route 99;url=19.htm;")
aI("text=Cities South of Fresno - West of Route 99;url=20.htm;")
aI("text=Cities in Tulare County;url=21.htm;")
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=A.A. World Services Web site;url=http://www.alcoholics-anonymous.org;");
aI("text=A.A. Grapevine Web site;url=http://www.aagrapevine.org;");
}

drawMenus();

