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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#FFFF99";
headercolor="#000000";
offbgcolor="#CCCCCC";
offcolor="#000000";
onbgcolor="#CCCCCC";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=6;
pagebgcolor="#993399";
pagecolor="black";

separatorsize=1;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=2;
orientation="horizontal";

style=menuStyle;
//top=115; was edited out in favor of table placement


aI("text=HOME;url=index.html;");
aI("showmenu=Board;text=BOARD;");
aI("showmenu=Newsletter;text=NEWSLETTER;");
aI("showmenu=Divisions;text=DIVISIONS;");
aI("showmenu=Regions;text=REGIONS;");
aI("showmenu=Committees;text=COMMITTEES;");
aI("showmenu=Conference;text=CONFERENCE;");
aI("showmenu=Membership;text=MEMBERSHIP;");
aI("showmenu=Resources;text=RESOURCES;");
aI("showmenu=NAEA;text=NAEA;");
}

with(milonic=new menuname("Board")){
style=menuStyle;
aI("text=Board Members & Contact;url=board.html;")
aI("text=Constitution (PDF);url=Images/VAEAconstitution.pdf;target='new';")
aI("text=Position Descriptions (PDF);url=Images/VAEAjobs.pdf;target='new';")
//aI("text=How to become a board member;url=http://www.vaea.org;")
}

with(milonic=new menuname("Newsletter")){
style=menuStyle;
aI("text=Current Newsletter <br>Plus Advertising rates;url=newsletter.html;");
aI("text=Newsletter Archive;url=newsarchive.html;");
}


with(milonic=new menuname("Divisions")){
style=menuStyle;
aI("text=Division Director Descriptions (PDF);url=Images/divisiondescription.pdf;target='new';");
}

//OUT FOR NOW
with(milonic=new menuname("Divisions")){
style=menuStyle;
aI("text=Elementary;url=http://www.vaea.org;");
aI("text=Middle;url=http://www.vaea.org;");
aI("text=Secondary;url=http://www.vaea.org;");
aI("text=Higher Education;url=http://www.vaea.org;");
aI("text=Supervision & Administration;url=http://www.vaea.org;");
aI("text=Museum Education;url=http://www.vaea.org;");
}

with(milonic=new menuname("Regions")){
style=menuStyle;
aI("text=Interactive Regions Map of VA;url=regions.html;");
aI("text=Blue Ridge;url=brlist.html;");
aI("text=Central;url=crlist.html;");
aI("text=Northern Virginia;url=nvalist.html;");
aI("text=Southwestern;url=swlist.html;");
aI("text=Tidewater;url=twlist.html;");
}


with(milonic=new menuname("Committees")){
style=menuStyle;
aI("text=Committee Descriptions (PDF);url=Images/committee.pdf;target='new';");
}


with(milonic=new menuname("Conference")){
style=menuStyle;
aI("text=Upcoming Conference Info;url=conference.html;");
//aI("text=Reserve Your Room Online;url=reservation2008.html;");
aI("text=Past Conferences;url=confarchive.html;");
}

with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=Join Online (NAEA);url=http://www.arteducators.org/community/membership;target='new';");
//aI("text=Mailing Form;url=http://naea-reston.org/membershipapplication.html;target='new';");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Advocacy;url=advocacy.html;");
aI("text=Youth Art Month;url=yam.html;");
aI("text=Virginia Art Standards;url=http://www.doe.virginia.gov/VDOE/Superintendent/Sols/visualartsK-12.pdf;");
aI("text=National Art Standards;url=http://www.artsedge.kennedy-center.org/teach/standards.cfm?subjectId=VAR&gradeBandId=&x=19&y=8&sortColumn;");
aI("text=Awards & Process;url=awards.html;");
aI("text=VA General Assembly Listing;url=http://legis.state.va.us;target='new';");
aI("text=US House of Representatives;url=http://www.house.gov/;target='new';");
aI("text=US Senate;url=http://www.senate.gov/;target='new';");
aI("text=Employment Opportunities;url=http://www.doe.virginia.gov/teaching/;target='new';");
aI("text=VA Department of Education;url=http://www.pen.k12.va.us;target='new';");
aI("text=State Association Sites;url=stateassoc.html;");
aI("text=Museum & Resource Links;url=resource.html;");
aI("text=Site Map;url=sitemap.html;");
}

with(milonic=new menuname("NAEA")){
style=menuStyle;
aI("text=NAEA Website;url=http://www.arteducators.org/;target='new';");
aI("text=NAEA Board of Directors & Governance;url=http://www.arteducators.org/about-us/board-of-directors;target='new';")
aI("text=Grants & Opportunities;url=http://www.arteducators.org/grants;target='new';");
}

drawMenus();

