function onLoad() {    window.onResize = onLoad;    loadMenus();}function loadMenus() {    //All submenus are defined first        //Neighborhoods    window.elMenu1 = new Menu("Neighborhoods",190);    elMenu1.addMenuItem("Neighborhood Conservation Office","top.window.location='/egov/planning/nco/index.html'");    elMenu1.addMenuItem("Neighborhood Associations","top.window.location='/egov/planning/nco/orgs.html'");	//elMenu1.addMenuItem("Rountree","top.window.location='/community/rountree.html'");	    //elMenu1.addMenuItem("Phelps Grove <img src='/images/global/to_web.gif'>","top.window.location='http://www.phelpsneighborhood.org'");    elMenu1.addMenuItem("Hotlines","top.window.location='/community/hotlines.html'");     //Public Safety    window.elMenu2_1 = new Menu("First Aid",120);    elMenu2_1.addMenuItem("General Tips","top.window.location='/community/public_safety.html'");    elMenu2_1.addMenuItem("Bites & Stings", "top.window.location='/community/bites_stings.html'");    elMenu2_1.addMenuItem("CPR", "top.window.location='/community/cpr.html'");    elMenu2_1.addMenuItem("Drowning", "top.window.location='/community/drowning.html'");    elMenu2_1.addMenuItem("Heat Exposure","top.window.location='/community/overexposure_heat.html'");           window.elMenu2_2 = new Menu("Emergency & Disaster Info",150);    elMenu2_2.addMenuItem("Tornado Relief","top.window.location='/community/tornadorelief.html'");        elMenu2_2.addMenuItem("Emergency Management <img src='/images/global/to_web.gif'>","top.window.location='http://www.greenecountyoem.org'");        window.elMenu2_6 = new Menu("Health",140);    elMenu2_6.addMenuItem("Homepage <img src='/images/global/to_web.gif'>","top.window.location='/health/index.html'");    elMenu2_6.addMenuItem("Air Quality <img src='/images/global/to_web.gif'>", "top.window.location='/health/airQuality.html'");        window.elMenu2 = new Menu("Public Safety",150);    elMenu2.addMenuItem("Homeland Security <img src='/images/global/to_web.gif'>","top.window.location='http://www.swmobert.com/'");	elMenu2.addMenuItem("CrimeSeen Map","top.window.location='http://maps.ci.springfield.mo.us/website/crimeseen/'");	elMenu2.addMenuItem("Storm Siren Map","top.window.location='http://maps.ci.springfield.mo.us/website/sirens/'");	elMenu2.addMenuItem(elMenu2_1);        elMenu2.addMenuItem(elMenu2_2);    elMenu2.addMenuItem("911","top.window.location='/egov/911/index.html'");    elMenu2.addMenuItem("Police","top.window.location='/spd/index.html'");    elMenu2.addMenuItem("Fire","top.window.location='/sfd/index.html'");    elMenu2.addMenuItem(elMenu2_6);        //Culture    window.elMenu3 = new Menu("Culture",170);    elMenu3.addMenuItem("Arts, Entertainment, & Calendars","top.window.location='/community/culture.html'");        elMenu3.addMenuItem("Sister Cities","top.window.location='/sistercities/index.html'");        //Parks   // window.elMenu4_5 = new Menu("Jordan Valley Park",140);   // elMenu4_5.addMenuItem("Homepage","top.window.location='/jvp/index.html'");   // elMenu4_5.addMenuItem("Current Construction","top.window.location='/jvp/current.html'");   // elMenu4_5.addMenuItem("Master Plan","top.window.location='/jvp/master.html'");   // elMenu4_5.addMenuItem("Focal Points", "top.window.location='/jvp/focal.html'");   // elMenu4_5.addMenuItem("Ice Park <img src='/images/global/to_web.gif'>","top.window.location='http://www.icepark.org/'");    window.elMenu4 = new Menu("Parks",140);    elMenu4.addMenuItem("General Info <img src='/images/global/to_web.gif'>","top.window.location='http://www.parkboard.org'");    elMenu4.addMenuItem("Locations & Facilities <img src='/images/global/to_web.gif'>","top.window.location='http://www.parkboard.org/info/city_parks/index.html'");    elMenu4.addMenuItem("Dickerson Park Zoo <img src='/images/global/to_web.gif'>","top.window.location='http://www.dickersonparkzoo.org/'");    elMenu4.addMenuItem("Golf Facilities","top.window.location='http://www.parkboard.org/info/golf/index.html'");    elMenu4.addMenuItem("Founders Park","top.window.location='/founders/index.html'");    elMenu4.addMenuItem("Jordan Valley Park","top.window.location='/jvp/'");    elMenu4.addMenuItem("Springfield Skatepark <img src='/images/global/to_web.gif'>","top.window.location='http://www.sk8springfield.com'");    //Education    window.elMenu5 = new Menu("Education",150);	//elMenu5.addMenuItem("Local Colleges & Universities","top.window.location='http://community.orion.org/learning/Highered.htm'");    	elMenu5.addMenuItem("Springfield Public Schools <img src='/images/global/to_web.gif'>","top.window.location='http://sps.k12.mo.us/'");    elMenu5.addMenuItem("School Districts Map","top.window.location='http://maps.ci.springfield.mo.us/website/sps'");	elMenu5.addMenuItem("Educational Resources","top.window.location='/community/ed_resource.html'");	elMenu5.addMenuItem("Partners In Ed","top.window.location='/kids/pie/'");	        //Environment    window.elMenu6_5 = new Menu("Choose Environmental Excellence",175);    elMenu6_5.addMenuItem("Environmental Services Directory","top.window.location='/community/cee/directory.html'");    elMenu6_5.addMenuItem("News","top.window.location='/community/cee/index.html'");	elMenu6_5.addMenuItem("Show-Me Yards & Neighborhoods","top.window.location='/community/SMYN/index.html'");		window.elMenu6 = new Menu("Environment",185);	elMenu6.addMenuItem("Recycling","top.window.location='/community/recycling/'");    	elMenu6.addMenuItem("Watershed","top.window.location='http://www.watershedcommittee.org'");    elMenu6.addMenuItem("Ozark Greenways","top.window.location='http://www.ozarkgreenways.org'");	elMenu6.addMenuItem("Environmental Health <img src='/images/global/to_web.gif'>","top.window.location='/health/city.html'");    elMenu6.addMenuItem(elMenu6_5);        //Civic Groups    window.elMenu7 = new Menu("Civic Groups");    elMenu7.addMenuItem("Services <img src='/images/global/to_web.gif'>","top.window.location='http://www.greenecountmo.org'");	elMenu7.addMenuItem("Demographics <img src='/images/global/to_web.gif'>","top.window.location='http://www.oseda.missouri.edu/cgi-bin/countypage?29077'");	elMenu7.addMenuItem("National County Directory <img src='/images/global/to_web.gif'>","top.window.location='http://www.communityhealth.hrsa.gov/searchCounty.asp'");		//Media	window.elMenu8 = new Menu("Media and Information",145);	elMenu8.addMenuItem("CityView (formerly TV23)","top.window.location='/cityview/index.html'");	elMenu8.addMenuItem("City News Releases","top.window.location='/webapps/news/index.jsp'");	elMenu8.addMenuItem("Public Notices","top.window.location='/community/public_notice.html'");	elMenu8.addMenuItem("Other Media","top.window.location='/community/media.html'");	elMenu8.addMenuItem("Yellowpages.com <img src='/images/global/to_web.gif'>","top.window.location='http://www.yellowpages.com'");		//City History	window.elMenu9 = new Menu("CityHistory",145);	elMenu9.addMenuItem("Background & Historic Sites","top.window.location='/community/city_history.html'");	elMenu9.addMenuItem("History Museum","top.window.location='/community/history_museum/'");	elMenu9.addMenuItem("Landmarks Board","top.window.location='/community/landmarksbd/'");	elMenu9.addMenuItem("Historic Districts","top.window.location='/transportation/map_historic.html'");		    //eGov Quickfind    window.elMenu10_3_2_4 = new Menu("Signs",85);    elMenu10_3_2_4.addMenuItem("Permanent","top.window.location='/egov/bds/apps.html'");    elMenu10_3_2_4.addMenuItem("Temporary","top.window.location='/egov/bds/apps.html'");    window.elMenu10_3_2 = new Menu("Applications",100);    elMenu10_3_2.addMenuItem("Building","top.window.location='/egov/bds/apps.html'");    elMenu10_3_2.addMenuItem("Garage Sale","top.window.location='/webapps/garagesale/app.jsp'");	elMenu10_3_2.addMenuItem("Special Event","top.window.location='/egov/bds/apps.html'");    elMenu10_3_2.addMenuItem("Vendor Site","top.window.location='/egov/bds/apps.html'");    elMenu10_3_2.addMenuItem(elMenu10_3_2_4);    elMenu10_3_2.addMenuItem("Wrecking","top.window.location='/egov/bds/apps.html'");    window.elMenu10_3 = new Menu("Permits & Licenses",130);    elMenu10_3.addMenuItem("Business License Status","top.window.location='/webapps/buslic/'");	elMenu10_3.addMenuItem("Garage Sales","top.window.location='/webapps/garagesale/index.jsp'");	elMenu10_3.addMenuItem("Permit Status","top.window.location='/webapps/permitstat/index.jsp'");  	elMenu10_3.addMenuItem(elMenu10_3_2);        window.elMenu10 = new Menu("OnlineServices",180);    elMenu10.addMenuItem("Service Request","top.window.location='/egov/pio/srvc_req/index.html'");    elMenu10.addMenuItem("Pay Parking Ticket","top.window.location='/webapps/parking/secure_intro.html'");	    elMenu10.addMenuItem(elMenu10_3);    elMenu10.addMenuItem("Interactive Maps", "top.window.location='/maps/'");    elMenu10.addMenuItem("Citizen's Service Assistance Packet","top.window.location='/egov/pio/srvc_req/csa_packet.html'");    elMenu10.addMenuItem("Volunteer Board Application","top.window.location='/webapps/bcapp/index.html'");        elMenu7.prototypeStyles = elMenu7;    elMenu7.writeMenus();}