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=1;
fontfamily="Georgia";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#336699";
offcolor="#FFFFFF";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=114;
orientation="horizontal";
style=menuStyle;
top=150;
aI("status=Back To Home Page;text=Home;url=http://www.degis.org/index.html;");
aI("showmenu=Events;text=Events;");
aI("showmenu=Presentations;text=Presentations;");
aI("showmenu=Registration;text=Registration;");
aI("showmenu=Travel;text=Travel;");
aI("status=Exhibitor/Sponsor Page;text=Exhibitor/Sponsor;url=http://www.degis.org/exhibit_sponsor.html");
aI("showmenu=Awards;text=Awards;");
aI("status=K-12 Student Contest Page;text=K-12 Contest;url=http://www.degis.org/k12contest.html");
aI("showmenu=About Us;text=About Us;");
}

with(milonic=new menuname("Events")){
overflow="scroll";
style=menuStyle;
aI("text=Conference Agenda;url=http://www.degis.org/agenda.html;")
aI("text=Workshops;url=http://www.degis.org/workshops.html;")
aI("text=Past Activities;url=http://www.degis.org/postconf.html;")
}

with(milonic=new menuname("Presentations")){
style=menuStyle;
aI("text=Morning Sessions;url=http://www.degis.org/sessions_am.html;");
aI("text=Afternoon Sessions;url=http://www.degis.org/sessions_pm.html;");
aI("text=Posters;url=http://www.degis.org/poster_abstracts.html;");
aI("text=Call for Posters;url=http://www.degis.org/call_for_posters.html;");
aI("text=Call for Presentations;url=http://www.degis.org/call_for_presentations.html;");
}

with(milonic=new menuname("Registration")){
style=menuStyle;
aI("text=Standard/Student;url=http://www.degis.org/registration_standard.html;");
aI("text=Exhibitor/Sponsor;url=http://www.degis.org/registration_sponsor.html;");
}

with(milonic=new menuname("Travel")){
style=menuStyle;
aI("text=Directions;url=http://www.degis.org/directions.html;");
aI("text=Lodging;url=http://www.degis.org/lodging.html;");
}

with(milonic=new menuname("Awards")){
style=menuStyle;
aI("text=Delaware Geographic Service;url=http://www.degis.org/award_service.html;");
aI("text=GIS in Education;url=http://www.degis.org/award_education.html;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=DGDC;url=http://www.degis.org/about_dgdc.html;");
aI("text=Conference Planning;url=http://www.degis.org/confpl_subcommittee.html;");
}

drawMenus();

