


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#D6CFC6";
oncolor="#000080";
offbgcolor="#000080";
offcolor="#D6CFC6";
bordercolor="#000080";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000080";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#D6CFC6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#000080', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=120;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=Departments;showmenu=Departments;");
aI("text=Elected Officials;url=/ClerkWeb/CommissionsAndCommittees/ElectedOfficials.htm;");
aI("text=Meetings;showmenu=Meetings;");
aI("text=Businesses;url=/CdWeb/Planning/EconDev/Economic.htm;onfunction=showtip('Economic Development');fontsize=12px;");
aI("text=Property Info;showmenu=Property;");
aI("text=Permits/Licenses;showmenu=Licenses;");
aI("text=Ordinances;url=/Ordinances/MunicipalCodeBook.htm;");
aI("text=Information;showmenu=Information;");
aI("text=Newsletter;url=/Newsletter/Newsletter.htm;");
aI("text=Links;url=/Information/Links.htm;");
aI("text=Contact Us;url=/Information/Contact.htm;");
aI("text=Online Services;url=/onlineservices/onlineservices.htm;");
aI("text=Home;url=/tom.htm;");
}


with(milonic=new menuname("Departments")){
style=menuStyle;
overflow="scroll";
aI("text=Administration;url=/AdminWeb/Administration.htm;onfunction=showtip('Administrator<br>Elected Officals<br>Human Resources');fontsize=12px;");
aI("text=Assessor;url=/AssessorWeb/Assessor.htm;onfunction=showtip('Personal Property<br>Property Information<br>Tax Rates<br>Forms');fontsize=12px;");
aI("text=Community Development;url=/CDWeb/Index.htm;onfunction=showtip('Building Permits<br>Economic Development<br>Land Information<br>Planning & Zoning');fontsize=12px;");
aI("text=Clerk;url=/Clerkweb/Clerk.htm;onfunction=showtip('Licenses<br>Public Records<br>Boards, Commissions, Committees<br>Election Information<br>Polling Locations');fontsize=12px;");
aI("text=Finance;url=/FinanceWeb/finance.htm;onfunction=showtip('Budget Summary<br>Tax Collection<br>Utility Billing<br>Water & Sewer Rates');fontsize=12px;");
aI("text=Fire;url=/FireWeb/Fire.htm;onfunction=showtip('Department Profile<br>Education<br>Stations<br>Services');fontsize=12px;");
aI("text=Municipal Court;url=/CourtWeb/Court.htm;onfunction=showtip('Court Procedures<br>Payment of Judgement<br>Traffic Violations<br>Trails');fontsize=12px;");
aI("text=Parks &amp; Recreation;url=/ParkWeb/Park.htm;onfunction=showtip('Rental Information<br>Trails<br>Park Commission<br>Sport Associations');fontsize=12px;");
aI("text=Police;url=/PoliceWeb/Police.htm;onfunction=showtip('Department Profile<br>Recruitment Information<br>Crime Prevention<br>Bike Registration');fontsize=12px;");
aI("text=Street;url=/StreetWeb/Street.htm;onfunction=showtip('Department Profile<br>Street Construction<br>Tree & Brush Pickup');fontsize=12px;");
aI("text=Utility;url=/UtilityWeb/Utility.htm;onfunction=showtip('Projects<br>Water Quality Report');fontsize=12px;");
}


with(milonic=new menuname("Meetings")){
style=menuStyle;
aI("text=Minutes;url=/ClerkWeb/MinutesandAgendas/meetingscalendartoagendas.htm;");
aI("text=Agendas;url=/ClerkWeb/MinutesandAgendas/meetingscalendartoagendas.htm;");
aI("text=Calendar;url=/ClerkWeb/MinutesandAgendas/2010 meetings/2010MeetingsCalendar.pdf;");
}


with(milonic=new menuname("Licenses")){
style=menuStyle;
aI("text=Licenses;url=/Ordinances/Appendix B Fee Schedule.pdf;");
aI("text=Planning Permits;url=/CDWeb/Documents/Library/DevHandbook/DevHandbook.htm;");
aI("text=Building Permits;url=/CDWeb/Building/Bldg.htm;");
}


with(milonic=new menuname("Property")){
style=menuStyle;
aI("text=Maps;url=/CDWeb/Planning/maps/maps.htm;");
aI("text=Tax Rate Information;url=/Adminweb/taxinformation.htm;");
aI("text=Tax &amp; Parcel Info.;url=http://www.co.winnebago.wi.us/treasurer/property-information/property-search;");
aI("text=Assessment;url=../AssessorWeb/Assessor.htm;");
aI("text=GIS;url=/CDWeb/Mapinfo.htm;");
}


with(milonic=new menuname("Information")){
style=menuStyle;
aI("text=Employment;url=/employment/employment.htm;");
aI("text=Election;url=/ClerkWeb/Election/ElectionInformation.htm;");
aI("text=FAQ's;url=/Information/faq.htm;");
aI("text=Recycling and Garbage;url=/Information/GarbageRecycle.htm;");
aI("text=Miscellaneous;url=/Information/Misc.htm;");
aI("text=Valley Transit;url=/Information/Transit.htm;");
}

drawMenus();
