﻿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="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Times New Roman, Arial";
fontsize="110%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#36543b";
offcolor="#ffffff";
onbgcolor="#6b7b61";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90); Direction=135, Strength=3)";
padding=3;
pagebgcolor="#36543b";
pagecolor="ffffff";
separatorcolor="#999999";
separatorsize=1;
visitedcolor="#ffffff";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Feature Articles;url=feature.html;");
aI("text=Mission Statement;url=mission.html;");
aI("text=Bylaws;url=bylaws.html;");
}

with(milonic=new menuname("Members")){
style=menuStyle;
aI("text=Join AIAS;url=join.html;");
aI("text=Institutional Members;url=instmembers.html;");
aI("text=Board of Trustees;url=trustees.html;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Kabul Events;url=events_kabul.html;");
aI("text=U.S. Events;url=events_us.html;");
aI("text=Conferences;url=conferences.html;");
aI("showmenu=Past Events;text=Past Events;");
}

with(milonic=new menuname("Past Events")){
style=menuStyle;
aI("text=Fall 2007 Events;url=pastevents_f07.html;");
aI("text=Summer 2007 Events;url=pastevents_sum07.html;");
aI("text=Spring 2007 Events;url=pastevents_s07.html;");
aI("text=Fall 2006 Events;url=pastevents_f06.html;");
aI("text=2005 Events;url=pastevents_05.html;");
}

with(milonic=new menuname("Research")){
style=menuStyle;
aI("text=Fellowship Applications;url=fellowships.html;");
aI("text=2009 Fellowship Awards;url=2009_reports.html;");
aI("text=2008 Student Paper Prize;url=2008_student_prize.html;");
aI("text=2008 Fellowship Awards;url=2008_reports.html;");
aI("text=2007 Fellowship Awards;url=2007_reports.html;");
aI("text=2006 Fellowship Awards;url=2006_reports.html;");
}

with(milonic=new menuname("MemberResources")){
style=menuStyle;
aI("text=Nuristan Web Site;url=http://users.sedona.net/%7estrand/;");
aI("text=Connecting Histories in Afghanistan;url=http://www.gutenberg-e.org/hanifi/index.html;");
}


drawMenus();

