_CFix=1
_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=-10 // Sub menu left offset
_scrollAmount=3 // Only needed for Netscape 4.x
_scrollDelay=20 // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#f2f2f2";
oncolor="#000080";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize=1;
padding=3;
fontsize=11;
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
subimage="../downrightarrowblack.gif";
subimagepadding=2;
}
with(menuStyle2=new mm_style()){
oncolor="#0000FF";
offcolor="#666666";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize=1;
padding=2;
fontsize=11;
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../arrowdn.gif";
subimagepadding=2;
}
with(milonic=new menuname("Main Menu")){
style=menuStyle2;
overflow="scroll";
top=86;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;Home&nbsp;;url=../index.htm;status=AACT Home;");
aI("text=&nbsp;AACT Community&nbsp;;showmenu=Profiles;status=AACT Community;");
aI("text=&nbsp;Advocacy&nbsp;;url=../advocacy.html;status=Advocacy;");
aI("text=&nbsp;Festivals/Events&nbsp;;showmenu=Events;status=Events;");
aI("text=&nbsp;Forums&nbsp;;url=http://aact.org/cgi-bin/yabb2/YaBB.pl;status=Online Forums");
aI("text=&nbsp;Making Theatre&nbsp;;showmenu=Making;status=Making Theatre;");
aI("text=&nbsp;Running Theatre&nbsp;;showmenu=Running;status=Running a Theatre;");
aI("text=&nbsp;About AACT&nbsp;;url=../aact/index.html;status=About AACT;");
aI("text=&nbsp;A-Z Index;url=../site-index.html;status=A-Z Index;");
}
with(milonic=new menuname("AACTFest")){
style=menuStyle;
overflow="scroll";
aI("text=AACTFest (general);url=../aactfest/index.html;status=AACTFest General;");
aI("text=AACTFest 11;url=../aactfest/aactfest11.html;status=AACTFest 11;");
aI("text=AACTFest '09;url=../aactfest/aactfest09.html;status=AACTFest '09;");
aI("text=AACTFest Handbook & Forms;url=../aactfest/handbook.html;status=Handbook & Forms;");
aI("text=History (pdf file);url=../aactfest/AACTFest_History.pdf;status=AACTFest History;");
}
with(milonic=new menuname("Events")){
style=menuStyle;
overflow="scroll";
aI("text=Festival Home;url=../festivals.html;status=Festival Home;");
aI("text=AACT Conferences;url=http://www.aact2.org/events/event_list.asp?show=&group=&start=9%2F22%2F2010&end=&view=&cid=3104;status=Conferences;");
aI("text=All AACT Events & Festivals;url=http://www.aact2.org/events/event_list.asp;status=AACT Events;");
aI("text=Event Registration;url=http://www.aact2.org/events/event_list.asp;status=Event Registration;");
aI("text=AACTFest;showmenu=AACTFest;status=AACTFest;");
aI("text=AACT International 2010;url=../events/intl.html;status=AACT International 2010;");
aI("text=All Performances;url=../events/performances.html;status=Performances;");
aI("text=All Other Events;url=../events/events2.html;status=Other Events;");
aI("text=Post Your Event;url=../webdata/events2.html;status=Post Your Event;");
}
with(milonic=new menuname("Profiles")){
style=menuStyle;
overflow="scroll";
aI("text=Community Page & Log-in;url=http://www.aact2.org;image=../images/member2.gif;target=_blank;status=Community Page & Log-in;");
aI("text=Member Companies;url=http://www.aact2.org/search/;target=_blank;status=Member Companies;");
aI("text=Commercial Members;url=http://www.aact2.org/search/;target=_blank;status=Commercial Members;");
aI("text=Individual Members;url=http://www.aact2.org/search/;image=../images/member2.gif;target=_blank;status=Individual Members;");
aI("text=AACT Board & Committees;url=http://www.aact2.org/?BoardofDirectors;target=_blank;status=Board & Commmittees;");
aI("text=AACT Staff;url=http://www.aact2.org/staff/;target=_blank;status=Staff;");
aI("text=Arts Organizations;url=http://www.aact2.org/general/recommended_links.asp?cc=20091;status=Arts Organizations;");
aI("text=State & Regional Associations;url=http://www.aact2.org/search/advanced.asp;status=State & Regional Assoc.;");
aI("text=AACT Regions & State Contacts;url=https://aact.site-ym.com/?StateContacts;status=State & Regional Orgs;");
aI("text=Resource Roster;url=http://www.aact2.org/?page=ResourceRoster;image=../images/member2.gif;status=Resource Roster;");
}
with(milonic=new menuname("Running")){
style=menuStyle;
overflow="scroll";
aI("text=Resources;url=../running.html;status=Resources;");
aI("text=Member Resources;url=http://www.aact2.org/?page=running;image=../images/member2.gif;status=Member Resources;");
}
with(milonic=new menuname("Making")){
style=menuStyle;
overflow="scroll";
aI("text=Resources;url=../making.html;status=Resources;");
aI("text=Member Resources;url=http://www.aact2.org/?page=making;image=../images/member2.gif;status=Member Resources;");
}
drawMenus();

