// License: 194803


_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="7590AC"; // "#BEBA9D"; selection color
oncolor="#000000";
offbgcolor="90BC90"; // "#D8D7CD";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
closeonclick=1;
onbold=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="5D995D"; //"#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/Milonic/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("History")){
style=menuStyle;
overflow="scroll";
aI("text=Athens History Abstract;url=index.php?ID=history_abstract;");
aI("text=1930 Athenian;url=images/spgm/index.php?spgmGal=athenian1930;target=_blank");
aI("text=Lincoln Collectibles;url=http://abelincoln.com/;target=_blank");
aI("text=Long Nine Museum;url=longnine/index.htm;target=_blank");
aI("text=Lincoln's New Salem;url=http://www.lincolnsnewsalem.com/;target=_blank");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=City of Athens;url=index.php?ID=about_city;");
aI("text=Demographics;url=http://www2.illinoisbiz.biz/censusprofile/;target=_blank");
aI("text=History;showmenu=History");
aI("text=Athens-IL Website;url=index.php?ID=about_website;");
aI("text=Milonic Menu;url=http://www.milonic.com;target=_blank");
}

with(milonic=new menuname("News")){
style=menuStyle;
overflow="scroll";
aI("text=Current Athens News;url=index.php?ID=news_current;");
aI("text=Submit News Story;url=index.php?ID=news_submit;");
aI("text=Athens News Archives;url=index.php?ID=news_archive;");
aI("text=Town Discussion Forum;url=athensforum/index.php;");
aI("text=Menard County Review;url=index.php?ID=news_mcr;");
aI("text=State Journal Register;url=https://www.sj-r.com;target=_blank");
aI("text=Weather;url=http://www.weather.com/weather/local/62613;target=_blank");

}

with(milonic=new menuname("City Hall")){
style=menuStyle;
overflow="scroll";
aI("text=City Officials;url=index.php?ID=city_officials;");
aI("text=City Council;url=index.php?ID=city_council;");
aI("text=Fire &amp; EMS Department;url=index.php?ID=city_fire;");
aI("text=Police Department;url=index.php?ID=city_police;");
aI("text=Utilities;url=index.php?ID=city_utilities;");
aI("text=Town Ordinances;url=index.php?ID=city_ordinances;");
aI("text=2004 City Survey;url=index.php?ID=city_survey;");
}

with(milonic=new menuname("Organizations")){
style=menuStyle;
overflow="scroll";
aI("text=Athens Area Food Pantry;url=index.php?ID=organization_foodpantry;");
aI("text=Chamber of Commerce;url=index.php?ID=organization_chamber;");
aI("text=Cub Scouts;url=http://www.packsonline.com/il/52/;target=_blank");
aI("text=Lions Club;url=index.php?ID=organization_lions;");
aI("text=Rotary Club;url=index.php?ID=organization_rotary;");
}

with(milonic=new menuname("Community")){
style=menuStyle;
overflow="scroll";
aI("text=Business Listings;url=index.php?ID=community_business;");
aI("text=Calendar of Events;url=index.php?ID=community_calendar;");
aI("text=Churches;url=index.php?ID=community_churches;");
aI("text=Clubs & Organizations;showmenu=Organizations;");
aI("text=Library;url=index.php?ID=community_library;");
aI("text=Park;url=index.php?ID=community_park;");
aI("text=Schools;url=index.php?ID=community_schools;");
aI("text=Sports;url=index.php?ID=community_sports;");
}

with(milonic=new menuname("Calendar")){
style=menuStyle;
overflow="scroll";
aI("text=View Calendar;url=index.php?ID=calendar_view;");
aI("text=Submit an Event;url=index.php?ID=calendar_submit;");
}

drawMenus();
