//Top Nav bar script v2.1

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
                   
	menu.addItem("oneid", "Home",  "", "index.htm");
	menu.addItem("twoid", "Contact Info", "",  null, null);
	menu.addItem("threeid", "Business", "",  null, null);
	menu.addItem("fourid", "Residential", "",  null, null);
	menu.addItem("fiveid", "Services", "",  null, null);
                    menu.addItem("eightid", "Community", "", null, null);
                    menu.addItem("sixid", "Government", "",  null, null);
                    menu.addItem("sevenid", "CEDC News & Events", "", null, null);
                    
	

	menu.addSubItem("twoid", "Economic Development", "",  "contact.htm", "");
                    menu.addSubItem("twoid", "Chamber of Commerce", "",  "http://www.cantonarea.com", target="_blank", "");
	
		
	menu.addSubItem("threeid", "Industrial Park", "", "industrialpark.html", target="_blank", "");
	menu.addSubItem("threeid", "Leading Employers", "",  "employers.htm", "");
        menu.addSubItem("threeid", "Canton Businesses", "",  "http:cantonarea.com/index.php?option=com_content&task=view&id=20&Itemid=42", target="_blank", "");
	

                    menu.addSubItem("fourid", "", "",  "HOmes For Sale", target="_blank", "");
	menu.addSubItem("fourid", "Homes For Sale", "",  "http://www.siouxempire-realestate.com/canton-listings.asp", target="_blank", "");
	
	
                    menu.addSubItem("fiveid", "City Police", "",  "http://www.cityofcantonsd.com/cantonPd.htm", target="_blank", "");
	menu.addSubItem("fiveid", "County Sheriff", "",  "http://www.iw.net/~lcsheriff/", target="_blank", "");
	menu.addSubItem("fiveid", "Fire Department", "",  "http://www.cantonsouthdakota.com/CityGovernment/CVFDmembers.htm", target="_blank", "");
                    menu.addSubItem("fiveid", "Hospital", "",  "http://www.cantoninwoodmemorial.org/", target="_blank", "");
                    menu.addSubItem("fiveid", "Airport", "",  "http://www.cantonsouthdakota.org/index.php?option=com_content&task=view&id=21&Itemid=51", target="_blank", "");
                    menu.addSubItem("fiveid", "Public Library", "",  "http://www.cantonsouthdakota.com/library/index.htm", target="_blank", "");
                    
	menu.addSubItem("fiveid", "Electricity", "",  "http://www.xcelenergy.com", target="_blank", "");
                    menu.addSubItem("fiveid", "Southeastern Electric", "",  "http://www.southeasternelectric.com/", target="_blank", "");
	menu.addSubItem("fiveid", "Natural Gas", "",  "http://www.midamericanenergy.com/", target="_blank", "");
	menu.addSubItem("fiveid", "Water & Sewer", "",  "http://www.cityofcantonsd.com/cityServices.htm", target="_blank", "");
                    menu.addSubItem("fiveid", "Telephone", "",  "services.htm", "");
                    menu.addSubItem("fiveid", "Cable TV", "",  "services.htm", "");
                    menu.addSubItem("fiveid", "Internet", "",  "services.htm", "");

                    menu.addSubItem("sixid", "City of Canton", "",  "http://www.cityofcantonsd.com/", target="_blank", "");
	menu.addSubItem("sixid", "Lincoln County", "",  "http://www.naco.org/Template.cfm?Section=Find_a_County&Template=/cffiles/counties/county.cfm&id=46083", target="_blank", "");
	menu.addSubItem("sixid", "State of South Dakota", "",  "http://www.state.sd.us/", target="_blank", "");
                    menu.addSubItem("sixid", "United States", "",  "http://www.us.gov/", target="_blank", "");

	menu.addSubItem("sevenid", "CEDC Members", "",  "members.htm", "");
                    menu.addSubItem("sevenid", "Mission Statement", "",  "members.htm", "");
                    menu.addSubItem("sevenid", "Upcoming Meetings", "",   "http://www.cantonarea.com", target="_blank", "");
                    menu.addSubItem("sevenid", "SD Community Network", "",  "http://www.sdcommunitynetwork.com/", target="_blank", "");


                    menu.addSubItem("eightid", "Demographics", "",  "http://www.sdreadytowork.com/countyprofilereport/EntireReport.aspx?CommunityID=100", target="_blank", "");
                    menu.addSubItem("eightid", "City & County Maps", "",  "http://maps.google.com/maps?q=57013&spn=0.112268,0.326157&hl=en", target="_blank", "");
                    menu.addSubItem("eightid", " Canton Schools", "",  "http://www.canton.k12.sd.us/", target="_blank", "");
                    menu.addSubItem("eightid", " Places of Worship", "",  "http://s98866145.onlinehome.us/canton_area/index.php?option=com_content&task=view&id=87&Itemid=50", target="_blank", "");
                    menu.addSubItem("eightid", " Community Award Story", "",  "http://www.cantonsouthdakota.com/2004.htm", target="_blank", "");
		    menu.addSubItem("eightid", " Health Care", "",  "http://www.cantonarea.com/index.php?option=com_content&task=view&id=105&Itemid=57", target="_blank", "");
		    menu.addSubItem("eightid", " Parks & Recreation", "",  "http://www.cantonarea.com/index.php?option=com_content&task=view&id=86&Itemid=49/", target="_blank", "");
	

	menu.showMenu();
}
