


_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=Home;url=/tom.htm;");
}


with(milonic=new menuname("Departments")){
style=menuStyle;
overflow="scroll";
aI("text=Administration;url=/AdminWeb/Administration.htm;onfunction=showtip('Administrator&lt;br&gt;Elected Officals&lt;br&gt;Human Resources');fontsize=12px;");
aI("text=Assessor;url=/AssessorWeb/Assessor.htm;onfunction=showtip('Personal Property&lt;br&gt;Property Information&lt;br&gt;Tax Rates&lt;br&gt;Forms');fontsize=12px;");
aI("text=Community Development;url=/CDWeb/Index.htm;onfunction=showtip('Building Permits&lt;br&gt;Economic Development&lt;br&gt;Land Information&lt;br&gt;Planning &amp; Zoning');fontsize=12px;");
aI("text=Clerk;url=/Clerkweb/Clerk.htm;onfunction=showtip('Licenses&lt;br&gt;Public Records&lt;br&gt;Boards, Commissions, Committees&lt;br&gt;Election Information&lt;br&gt;Polling Locations');fontsize=12px;");
aI("text=Finance;url=/FinanceWeb/finance.htm;onfunction=showtip('Budget Summary&lt;br&gt;Tax Collection&lt;br&gt;Utility Billing&lt;br&gt;Water &amp; Sewer Rates');fontsize=12px;");
aI("text=Fire;url=/FireWeb/Fire.htm;onfunction=showtip('Department Profile&lt;br&gt;Education&lt;br&gt;Stations&lt;br&gt;Services');fontsize=12px;");
aI("text=Municipal Court;url=/CourtWeb/Court.htm;onfunction=showtip('Court Procedures&lt;br&gt;Payment of Judgement&lt;br&gt;Traffic Violations&lt;br&gt;Trails');fontsize=12px;");
aI("text=Parks &amp; Recreation;url=/ParkWeb/Park.htm;onfunction=showtip('Rental Information&lt;br&gt;Trails&lt;br&gt;Park Commission&lt;br&gt;Sport Associations');fontsize=12px;");
aI("text=Police;url=/PoliceWeb/Police.htm;onfunction=showtip('Department Profile&lt;br&gt;Recruitment Information&lt;br&gt;Crime Prevention&lt;br&gt;Bike Registration');fontsize=12px;");
aI("text=Street;url=/StreetWeb/Street.htm;onfunction=showtip('Department Profile&lt;br&gt;Street Construction&lt;br&gt;Tree &amp; Brush Pickup');fontsize=12px;");
aI("text=Utility;url=/UtilityWeb/Utility.htm;onfunction=showtip('Projects&lt;br&gt;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/Meetingcalendar.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/tax/searchall.htm;");
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=FAQ's;url=/Information/faq.htm;");
aI("text=Recycling and Garbage;url=/Information/GarbageRecycle.htm;");
aI("text=Town Info;url=/Information/History.htm;");
aI("text=Valley Transit;url=/Information/Transit.htm;");
}

drawMenus();

