/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('46','Home',ssUrlPrefix + 'index.htm',null,'SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_def_css.css','SectionName==Business','SectionNameURL==Business','secondaryUrlVariableField==region1');
g_navNode_1=g_navNode_Root.addNode('47','E-Services',ssUrlPrefix + 'Services/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services','SectionTitle==Services');
g_navNode_1_0=g_navNode_1.addNode('PayOnline','Pay Online',ssUrlPrefix + 'Services/PayOnline/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1=g_navNode_1.addNode('RequestorSearchforaService','Request or Search for a Service',ssUrlPrefix + 'Services/RequestorSearchforaService/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_2=g_navNode_1_1.addNode('DownloadCityTaxForms','Download City Tax Forms',ssUrlPrefix + 'Services/RequestorSearchforaService/DownloadCityTaxForms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_3=g_navNode_1_1.addNode('FileaDiscriminationComplaint','File a Discrimination Complaint',ssUrlPrefix + 'Services/RequestorSearchforaService/FileaDiscriminationComplaint/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_7=g_navNode_1_1.addNode('AffirmativeActionProgram','Make an Affirmative Action Program Proposal',ssUrlPrefix + 'Services/RequestorSearchforaService/AffirmativeActionProgramProposal/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_9=g_navNode_1_1.addNode('PermitsandLicenses','Permits and Licenses',ssUrlPrefix + 'Services/RequestorSearchforaService/PermitsandLicenses/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_9_0=g_navNode_1_1_9.addNode('226','Adult entertainment ',ssUrlPrefix + 'Services/RequestorSearchforaService/PermitsandLicenses/Adultentertainment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services');
g_navNode_1_1_9_3=g_navNode_1_1_9.addNode('229','Amusement events ',ssUrlPrefix + 'Services/RequestorSearchforaService/PermitsandLicenses/Amusementevents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services');
g_navNode_1_1_11=g_navNode_1_1.addNode('ReportaPothole','Report a Pothole',ssUrlPrefix + 'Services/RequestorSearchforaService/ReportaPothole/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_12=g_navNode_1_1.addNode('RequestaCapitalImprovement','Request a Capital Improvement',ssUrlPrefix + 'Services/RequestorSearchforaService/RequestaCapitalImprovement/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_13=g_navNode_1_1.addNode('RequestInfoCourtDateAddress','Request Info, a Court Date or an Address Change from Municipal Court',ssUrlPrefix + 'Services/RequestorSearchforaService/RequestInfoCourtDateAddressChange/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_15=g_navNode_1_1.addNode('SignUpfore-Newsletters','Sign Up for e-Newsletters',ssUrlPrefix + 'Services/RequestorSearchforaService/SignUpfore-Newsletters/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_1_18=g_navNode_1_1.addNode('SearchforFoodInspectionResults','Search for Food Inspection Results',ssUrlPrefix + 'Services/RequestorSearchforaService/SearchforFoodInspectionResults/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_2=g_navNode_1.addNode('Register','Register',ssUrlPrefix + 'Services/Register/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_1_2_0=g_navNode_1_2.addNode('Reserve_Tee_Time','Reserve a Tee Time at Hodge Park Golf Course or Shoal  Creek Golf',ssUrlPrefix + 'Services/Register/Reserve_Tee_Time/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_services_hbg.css','SectionName==Services','SectionNameURL==Services');
g_navNode_2=g_navNode_Root.addNode('48','Residents',ssUrlPrefix + 'Residents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_res_css.css','SectionName==Residents','SectionNameURL==Residents');
g_navNode_2_0=g_navNode_2.addNode('Neighborhoods','Neighborhoods',ssUrlPrefix + 'Residents/Neighborhoods/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_res_css.css','SectionName==Residents','SectionNameURL==Residents');
g_navNode_2_0_0=g_navNode_2_0.addNode('AnimalHealthandPublicSafety','Animal Health and Public Safety',ssUrlPrefix + 'Residents/Neighborhoods/AnimalHealthandPublicSafety/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_res_css.css','SectionName==Residents','SectionNameURL==Residents');
g_navNode_2_1=g_navNode_2.addNode('Housing','Housing',ssUrlPrefix + 'Residents/Housing/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_res_css.css','SectionName==Residents','SectionNameURL==Residents');
g_navNode_2_2=g_navNode_2.addNode('Recreation','Recreation',ssUrlPrefix + 'Residents/Recreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_res_css.css','SectionName==Residents','SectionNameURL==Residents');
g_navNode_2_3=g_navNode_2.addNode('Taxes','Taxes',ssUrlPrefix + 'Residents/Taxes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_res_css.css','SectionName==Residents','SectionNameURL==Residents');
g_navNode_2_4=g_navNode_2.addNode('NewResidents','New Residents',ssUrlPrefix + 'Residents/NewResidents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_res_css.css','SectionName==Residents','SectionNameURL==Residents');
g_navNode_3=g_navNode_Root.addNode('Business','Business',ssUrlPrefix + 'Business/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_4=g_navNode_Root.addNode('50','Visitors',ssUrlPrefix + 'Visitors/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/visitors.css','SectionName==Visitors','SectionNameURL==Visitors','SectionTitle==Vistors');
g_navNode_4_0=g_navNode_4.addNode('AboutKansasCity','About Kansas City',ssUrlPrefix + 'Visitors/AboutKansasCity/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/visitors.css','SectionName==Visitors','SectionNameURL==Visitors');
g_navNode_5=g_navNode_Root.addNode('1853','City Officials',ssUrlPrefix + 'CityOfficials/index.htm','SectionCSS==/idc/groups/cco/documents/ckcmowebassets/kcmo_co_css.css','SectionName==City Officials');
g_navNode_5_0=g_navNode_5.addNode('MayorsOffice','Mayor\'s Office',ssUrlPrefix + 'CityOfficials/MayorsOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_0=g_navNode_5_0.addNode('2463','Mayor\'s Christmas Tree',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsChristmasTree/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_0_1=g_navNode_5_0.addNode('MayorsInitiatives','Mayor\'s Initiatives',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsInitiatives/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_1_0=g_navNode_5_0_1.addNode('NewToolsTaskForce','New Tools Task Force',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsInitiatives/NewToolsTaskForce/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_1_1=g_navNode_5_0_1.addNode('ACityThatWorks','A City That Works',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsInitiatives/ACityThatWorks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_1_2=g_navNode_5_0_1.addNode('EducationSummit','Education Summit',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsInitiatives/EducationSummit/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_1_5=g_navNode_5_0_1.addNode('430',' Zone 2-7\x3a Anchor of Hope',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsInitiatives/Zone27/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice');
g_navNode_5_0_2=g_navNode_5_0.addNode('467','Mayor\'s Office',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice');
g_navNode_5_0_2_0=g_navNode_5_0_2.addNode('MayorsBio','Mayor\'s Bio',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsOffice/MayorsBio/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_3=g_navNode_5_0.addNode('MediaPages','Media Pages',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_3_0=g_navNode_5_0_3.addNode('514','Current News',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/CurrentNews/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice');
g_navNode_5_0_3_1=g_navNode_5_0_3.addNode('MayorsSpeeches','Speeches',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/MayorsSpeeches/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts','secondaryUrlVariableField==region1');
g_navNode_5_0_3_2=g_navNode_5_0_3.addNode('MayorsPressReleases','Media Releases',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/PressReleases/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts','secondaryUrlVariableField==region1');
g_navNode_5_0_3_3=g_navNode_5_0_3.addNode('MayorsPhotoGallery','Photo Gallery',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/PhotoGallery/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_3_4=g_navNode_5_0_3.addNode('MayorsVideoGallery','Video Gallery',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/VideoGallery/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_3_5=g_navNode_5_0_3.addNode('547','Media Appearances',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/MediaAppearances/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice');
g_navNode_5_0_3_6=g_navNode_5_0_3.addNode('517','Straight Talk with the Mayor',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/StraightTalkwiththeMayor/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice');
g_navNode_5_0_3_7=g_navNode_5_0_3.addNode('524','Priorities in Progress',ssUrlPrefix + 'CityOfficials/MayorsOffice/MediaPages/PrioritiesinProgress/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice');
g_navNode_5_0_4=g_navNode_5_0.addNode('FunksFrontPorch','Funk\'s Front Porch',ssUrlPrefix + 'CityOfficials/MayorsOffice/FunksFrontPorch/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==MayorsOffice','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_4_0=g_navNode_5_0_4.addNode('MayorsNewsletters','Funk\'s Front Porch Newsletters',ssUrlPrefix + 'CityOfficials/MayorsOffice/FunksFrontPorch/Newsletters/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_4_1=g_navNode_5_0_4.addNode('MayorsBlog','Funk\'s Front Porch Blog',ssUrlPrefix + 'CityOfficials/MayorsOffice/FunksFrontPorch/Blog/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_5=g_navNode_5_0.addNode('TownHalls','Town Halls',ssUrlPrefix + 'CityOfficials/MayorsOffice/TownHalls/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_6=g_navNode_5_0.addNode('Policy','Policy',ssUrlPrefix + 'CityOfficials/MayorsOffice/MayorsPolicy/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_7=g_navNode_5_0.addNode('1366','Boards and Commissions',ssUrlPrefix + 'CityOfficials/MayorsOffice/BoardsandCommissions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_8=g_navNode_5_0.addNode('506','Current Issues',ssUrlPrefix + 'CityOfficials/MayorsOffice/CurrentIssues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice');
g_navNode_5_0_9=g_navNode_5_0.addNode('1353','Nominate',ssUrlPrefix + 'CityOfficials/MayorsOffice/Nominate/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_9_0=g_navNode_5_0_9.addNode('1354','Kansas City\'s First Ladies',ssUrlPrefix + 'CityOfficials/MayorsOffice/Nominate/KansasCitysFirstLadies/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_9_1=g_navNode_5_0_9.addNode('1355','Everyday Heroes',ssUrlPrefix + 'CityOfficials/MayorsOffice/Nominate/EverydayHeroes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_9_2=g_navNode_5_0_9.addNode('1356','Small Business Success Stories',ssUrlPrefix + 'CityOfficials/MayorsOffice/Nominate/SmallBusinessSuccessStories/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Mayor\\x27s Office','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_0_10=g_navNode_5_0.addNode('MayorsLinks','Links',ssUrlPrefix + 'CityOfficials/MayorsOffice/Links/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==MayorsOffice','SectionNameURL==CityOfficials/MayorsOffice','SectionTitle==Mayor\\x27s Office','SectionURL==/CKCMO/Business/BBusiness/Depts');
g_navNode_5_1=g_navNode_5.addNode('123','City Council Office',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_0=g_navNode_5_1.addNode('1297','1st District Home',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/1stDistrictHome/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_0_0=g_navNode_5_1_0.addNode('1294','1st District Education',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/1stDistrictHome/1stDistrictEducation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_0_1=g_navNode_5_1_0.addNode('1299','1st District Police and Fire Stations',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/1stDistrictHome/1stDistrictPolice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_0_2=g_navNode_5_1_0.addNode('1298','1st District Key Issues',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/1stDistrictHome/1stDistrictIssues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_0_3=g_navNode_5_1_0.addNode('1295','1st District Employment',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/1stDistrictHome/1stDistrictEmployment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_0_4=g_navNode_5_1_0.addNode('1296','1st District Health',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/1stDistrictHome/1stDistrictHealth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_0_5=g_navNode_5_1_0.addNode('1164','1st District Parks and Recreation',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/1stDistrictHome/1stDistrictParksandRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_1=g_navNode_5_1.addNode('1309','2nd District Home',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/2ndDistrictHome/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_1_0=g_navNode_5_1_1.addNode('1315','2nd District Parks and Recreation',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/2ndDistrictHome/2ndDistrictParksandRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_1_1=g_navNode_5_1_1.addNode('1313','2nd District Police and Fire Stations',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/2ndDistrictHome/2ndDistrictPolice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_1_2=g_navNode_5_1_1.addNode('1311','2nd District Key Issues',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/2ndDistrictHome/2ndDistrictIssues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_1_3=g_navNode_5_1_1.addNode('1302','2nd District Education',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/2ndDistrictHome/2ndDistrictEducation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_1_4=g_navNode_5_1_1.addNode('1304','2nd District Employment',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/2ndDistrictHome/2ndDistrictEmployment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_1_5=g_navNode_5_1_1.addNode('1307','2nd District Health',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/2ndDistrictHome/2ndDistrictHealth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2=g_navNode_5_1.addNode('1324','3rd District Home',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2_0=g_navNode_5_1_2.addNode('1330','3rd District Parks and Recreation',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/3rdDistrictParksandRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2_1=g_navNode_5_1_2.addNode('1328','3rd District Police and Fire',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/3rdDistrictPolice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2_2=g_navNode_5_1_2.addNode('1326','3rd District Key Issues',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/3rdDistrictIssues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2_3=g_navNode_5_1_2.addNode('1316','3rd District Meetings',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/3rdDistrictMeetings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2_4=g_navNode_5_1_2.addNode('1318','3rd District Education',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/3rdDistrictEducation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2_5=g_navNode_5_1_2.addNode('1320','3rd District Employment',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/3rdDistrictEmployment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_2_6=g_navNode_5_1_2.addNode('1322','3rd District Health',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/3rdDistrictHome/3rdDistrictHealth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_3=g_navNode_5_1.addNode('1338','4th District Home',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/4thDistrictHome/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_3_0=g_navNode_5_1_3.addNode('4tParksRecreation','4th District Parks and Recreation',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/4thDistrictHome/4tParksRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_3_1=g_navNode_5_1_3.addNode('1343','4th District Police and Fire Stations',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/4thDistrictHome/4thDistrictPolice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_3_2=g_navNode_5_1_3.addNode('1340','4th District Key Issues',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/4thDistrictHome/4thDistrictIssues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_3_3=g_navNode_5_1_3.addNode('1332','4th District Education',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/4thDistrictHome/4thDistrictEducation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_3_4=g_navNode_5_1_3.addNode('1334','4th District Employment',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/4thDistrictHome/4thDistrictEmployment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_3_5=g_navNode_5_1_3.addNode('1336','4th District Health',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/4thDistrictHome/4thDistrictHealth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_4=g_navNode_5_1.addNode('5thDistrict-Home','5th District Home',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/5thDistrict-Home/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_4_0=g_navNode_5_1_4.addNode('5thParksandRecreation','5th District Parks and Recreation',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/5thDistrict-Home/5thDistrictParksandRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_4_1=g_navNode_5_1_4.addNode('5th-PoliceandFire','5th District Police and Fire Stations',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/5thDistrict-Home/5thDistrict-PoliceandFireStations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_4_2=g_navNode_5_1_4.addNode('5thDistrict-KeyIssues','5th District Key Issues',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/5thDistrict-Home/5thDistrict-KeyIssues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_4_3=g_navNode_5_1_4.addNode('401','5th District Education',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/5thDistrict-Home/5thDistrict-Education/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_4_4=g_navNode_5_1_4.addNode('5thDistrict-Employment','5th District Employment',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/5thDistrict-Home/5thDistrict-Employment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_4_5=g_navNode_5_1_4.addNode('HospitalsandAmbulances','5th District Hospitals and Ambulances',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/5thDistrict-Home/HospitalsandAmbulances/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_5=g_navNode_5_1.addNode('6thCouncilDistrict','6th Council District Home',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/6thCouncilDistrict-Home/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_5_0=g_navNode_5_1_5.addNode('6thDistrict-Issues','6th District Key Issues',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/6thCouncilDistrict-Home/6thDistrict-Issues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_5_1=g_navNode_5_1_5.addNode('6thPoliceandFire','6th District Police and Fire Stations',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/6thCouncilDistrict-Home/6thDistrict-PoliceandFireStations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_5_2=g_navNode_5_1_5.addNode('6thDistrict-Attractions','6th District Parks and Recreation',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/6thCouncilDistrict-Home/6thDistrict-Attractions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_5_3=g_navNode_5_1_5.addNode('6thDistrict-Schools','6th District Education',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/6thCouncilDistrict-Home/6thDistrict-Schools/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_5_4=g_navNode_5_1_5.addNode('6thEmploymentInfo','6th District Employment',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/6thCouncilDistrict-Home/6thDistrict-EmploymentInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_5_5=g_navNode_5_1_5.addNode('6thHospitalsandMast','6th District Health',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/6thCouncilDistrict-Home/6thDistricts-HospitalsandMastStations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_6=g_navNode_5_1.addNode('CouncilmanBillSkaggs','1st District Councilman Bill Skaggs',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilmanBillSkaggs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_7=g_navNode_5_1.addNode('CouncilwomanDebHermann','1st District Councilwoman Deb Hermann',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilwomanDebHermann/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_8=g_navNode_5_1.addNode('CouncilmanRussJohnson','2nd District Councilman Russ Johnson',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilmanRussJohnson/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_9=g_navNode_5_1.addNode('CouncilmanEdFord','2nd District Councilman Ed Ford',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilmanEdFord/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_10=g_navNode_5_1.addNode('CouncilwomanMelbaCurls','3rd District Councilwoman Melba Curls',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilwomanMelbaCurls/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_11=g_navNode_5_1.addNode('SharonSandersBrooks','3rd District Councilwoman Sharon Sanders Brooks',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilwomanSharonSandersBrooks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_12=g_navNode_5_1.addNode('CouncilwomanJanMarcuson','4th District Councilwoman Jan Marcason',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilwomanJanMarcuson/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_13=g_navNode_5_1.addNode('CouncilwomanBethGottstein','4th District Councilwoman Beth Gottstein',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilwomanBethGottstein/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_14=g_navNode_5_1.addNode('CouncilwomanCindyCirco','5th District Councilwoman Cindy Circo',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilwomanCindyCirco/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_15=g_navNode_5_1.addNode('CouncilmanTerryRiley','5th District Councilman Terry Riley',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilmanTerryRiley/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_15_0=g_navNode_5_1_15.addNode('TerryRileyInitiatives','Councilman Terry Riley Initiatives',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilmanTerryRiley/CouncilmanTerryRileyInitiatives/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_16=g_navNode_5_1.addNode('CouncilwomanCathyJolly','6th District Councilwoman Cathy Jolly',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilwomanCathyJolly/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_5_1_17=g_navNode_5_1.addNode('CouncilmanJohnA.Sharp','6th District Councilman John A. Sharp ',ssUrlPrefix + 'CityOfficials/CityCouncilOffice/CouncilmanJohnA.Sharp/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7=g_navNode_Root.addNode('Depts','Departments',ssUrlPrefix + 'Depts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business','SectionTitle==Departments');
g_navNode_7_0=g_navNode_7.addNode('AviationDepartment','Aviation Department',ssUrlPrefix + 'Depts/AviationDepartment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_1=g_navNode_7.addNode('DeptCityAuditorsOffice','City Auditor\'s Office',ssUrlPrefix + 'Depts/DeptCityAuditorsOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_2=g_navNode_7.addNode('DeptCityClerksOffice','City Clerk\'s Office',ssUrlPrefix + 'Depts/DeptCityClerksOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3=g_navNode_7.addNode('124','City Manager\'s Office',ssUrlPrefix + 'Depts/CityManagersOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_0=g_navNode_7_3.addNode('913','Emergency Medical Services',ssUrlPrefix + 'Depts/CityManagersOffice/EmergencyMedicalServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_0_0=g_navNode_7_3_0.addNode('340','Protocols ',ssUrlPrefix + 'Depts/CityManagersOffice/EmergencyMedicalServices/Protocols/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_0_1=g_navNode_7_3_0.addNode('336','Links',ssUrlPrefix + 'Depts/CityManagersOffice/EmergencyMedicalServices/Links/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_0_2=g_navNode_7_3_0.addNode('334','File Archives \x26 Meeting Dates ',ssUrlPrefix + 'Depts/CityManagersOffice/EmergencyMedicalServices/FileArchivesMeetingDates/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1=g_navNode_7_3.addNode('42','Capital Improvements Management Office',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0=g_navNode_7_3_1.addNode('ProjectMilestones','Project Milestones',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_0=g_navNode_7_3_1_0.addNode('335','Project Milestones - 87th Street',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-87thStreet/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_1=g_navNode_7_3_1_0.addNode('393','Project Milestones - West Bottoms',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-WestBottoms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_2=g_navNode_7_3_1_0.addNode('284','Project Milestones - St. John Corridor',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-St.JohnCorridor/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_3=g_navNode_7_3_1_0.addNode('103','Project Milestones - Music Hall Ribboncutting',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-MusicHallRibboncutting/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_4=g_navNode_7_3_1_0.addNode('51','Project Milestones -Bartle Hall ',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-BartleHall/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_5=g_navNode_7_3_1_0.addNode('93','Project Milestones - Johnson Bridge',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-JohnsonBridge/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_6=g_navNode_7_3_1_0.addNode('97','Project Milestones - Liberty Memorial tour page',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-LibertyMemorialtourpage/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_7=g_navNode_7_3_1_0.addNode('96','Project Milestones - Liberty Memorial opening',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-LibertyMemorialopening/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_8=g_navNode_7_3_1_0.addNode('102','Project Milestones - Music Hall',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-MusicHall/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_9=g_navNode_7_3_1_0.addNode('84','Project Milestones - Rededication of Fire Station 23',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-RededicationofFireStation23/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_10=g_navNode_7_3_1_0.addNode('82','Project Milestones -Grand opening',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-Grandopening/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_11=g_navNode_7_3_1_0.addNode('79','Project Milestones - Fire Station 14',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-FireStation14/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_12=g_navNode_7_3_1_0.addNode('81','Project Milestones - Rededication ceremony',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-Rededicationceremony/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_13=g_navNode_7_3_1_0.addNode('78','Project Milestones - Freighthouse',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-Freighthouse/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_14=g_navNode_7_3_1_0.addNode('45','Project Milestones - City officials',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-Cityofficials/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_0_15=g_navNode_7_3_1_0.addNode('87','Project Milestones - Gallery opening',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectMilestones/ProjectMilestones-Galleryopening/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_1=g_navNode_7_3_1.addNode('CIMO-MunicipalArtCommission','CIMO - Municipal Art Commission',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CIMO-MunicipalArtCommission/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_1_0=g_navNode_7_3_1_1.addNode('MunicipalArtCommission','Municipal Art Commission',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CIMO-MunicipalArtCommission/MunicipalArtCommission/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_1_1=g_navNode_7_3_1_1.addNode('MunicipalArtCommission2','Municipal Art Commission2',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CIMO-MunicipalArtCommission/MunicipalArtCommission2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_1_2=g_navNode_7_3_1_1.addNode('MunicipalArtCommission3','Municipal Art Commission3',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CIMO-MunicipalArtCommission/MunicipalArtCommission3/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_2=g_navNode_7_3_1.addNode('AvenueoftheArts','Avenue of the Arts',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/AvenueoftheArts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_3=g_navNode_7_3_1.addNode('49','Bannister Acres site tour',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/BannisterAcressitetour/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_4=g_navNode_7_3_1.addNode('52','H\x26R Block Groundbreaking',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/HRBlockGroundbreaking/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_5=g_navNode_7_3_1.addNode('53','River Bluff Park',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/RiverBluffPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_6=g_navNode_7_3_1.addNode('54','Broadway Corridor Enhancement Press Conference',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/BroadwayCorridorEnhancementPressConference/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_7=g_navNode_7_3_1.addNode('55','Blue Valley Park Lighting Dedication \x26 Wiffle Ball Game',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/BlueValleyParkLightingDedicationWiffleBallGame/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_8=g_navNode_7_3_1.addNode('56','Public Access Link Information',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/PublicAccessLinkInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_9=g_navNode_7_3_1.addNode('57','City Hall renovations',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CityHallrenovations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_10=g_navNode_7_3_1.addNode('61','Contract Section - Subscribe to Summary of Bid Readings',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ContractSection-SubscribetoSummaryofBidReadings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_11=g_navNode_7_3_1.addNode('62','Contract Section - Unsubscribe to Summary of Bid Readings',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ContractSection-UnsubscribetoSummaryofBidReadings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12=g_navNode_7_3_1.addNode('63','Capital Improvements Management Office',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_0=g_navNode_7_3_1_12.addNode('130','Capital Improvements Management Office - Reports',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Reports/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_1=g_navNode_7_3_1_12.addNode('295','Capital Improvements Management Office - Story',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Story/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_2=g_navNode_7_3_1_12.addNode('126','Capital Improvements Management Office - Public',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Public/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_3=g_navNode_7_3_1_12.addNode('120','Capital Improvements Management Office - Projects',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Projects/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_4=g_navNode_7_3_1_12.addNode('116','Capital Improvements Management Office - Progress Report',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-ProgressReport/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_5=g_navNode_7_3_1_12.addNode('115','Capital Improvements Management Office - PreQualifactions Facts',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-PreQualifactionsFacts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_6=g_navNode_7_3_1_12.addNode('110','Capital Improvements Management Office - Opportunities',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Opportunities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_7=g_navNode_7_3_1_12.addNode('95','Capital Improvements Management Office - KPI',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-KPI/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_8=g_navNode_7_3_1_12.addNode('88','Capital Improvements Management Office - Groundbreakings',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Groundbreakings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_9=g_navNode_7_3_1_12.addNode('77','Capital Improvements Management Office - Forum',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Forum/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_10=g_navNode_7_3_1_12.addNode('105','Capital Improvements Management Office - One Percent',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-OnePercent/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_11=g_navNode_7_3_1_12.addNode('75','Capital Improvements Management Office - FAQ\'s',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-FAQs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_12=g_navNode_7_3_1_12.addNode('74','Capital Improvements Management Office - Events',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Events/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_13=g_navNode_7_3_1_12.addNode('68','Capital Improvements Management Office -  Under \x24100,000',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Under\x24100000/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_14=g_navNode_7_3_1_12.addNode('67','Capital Improvements Management Office - Q and A',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-QandA/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_15=g_navNode_7_3_1_12.addNode('66','Capital Improvements Management Office - design build',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-designbuild/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_16=g_navNode_7_3_1_12.addNode('65','Capital Improvements Management Office - Urban Design Awards',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-UrbanDesignAwards/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_17=g_navNode_7_3_1_12.addNode('59','Capital Improvements Management Office -Summary of Bid',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-SummaryofBid/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_12_18=g_navNode_7_3_1_12.addNode('58','Capital Improvements Management Office- Prequalifications',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CapitalImprovementsManagementOffice/CapitalImprovementsManagementOffice-Prequalifications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_13=g_navNode_7_3_1.addNode('64','Dedications',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/Dedications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_14=g_navNode_7_3_1.addNode('69','Downtown Construction',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/DowntownConstruction/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_15=g_navNode_7_3_1.addNode('70','Encroachments/Project Review Request Form',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/EncroachmentsProjectReviewRequestForm/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_16=g_navNode_7_3_1.addNode('71','Entertainment District Webcam',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/EntertainmentDistrictWebcam/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_17=g_navNode_7_3_1.addNode('72','Entertainment District',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/EntertainmentDistrict/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_18=g_navNode_7_3_1.addNode('73','City Starts Prep Work for H\x26R Block World Headquarters',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CityStartsPrepWorkforHRBlockWorldHeadquarters/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_19=g_navNode_7_3_1.addNode('76','Fitness Source',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/FitnessSource/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_20=g_navNode_7_3_1.addNode('80','Fire Station \x2314 groundbreaking',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/FireStation14groundbreaking/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_21=g_navNode_7_3_1.addNode('83','Fire Station 19 groundbreaking',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/FireStation19groundbreaking/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_22=g_navNode_7_3_1.addNode('85','Fire Station 41 Presentation',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/FireStation41Presentation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_23=g_navNode_7_3_1.addNode('86','Fitness Source ribbon-cutting',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/FitnessSourceribbon-cutting/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_24=g_navNode_7_3_1.addNode('89','Avenue of the Arts',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/AvenueoftheArts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_25=g_navNode_7_3_1.addNode('90','H\x26R Block Announcement',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/HRBlockAnnouncement/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_26=g_navNode_7_3_1.addNode('91','Independence Boulevard Streetscape',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/IndependenceBoulevardStreetscape/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_27=g_navNode_7_3_1.addNode('92','CIMO Initiatives',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CIMOInitiatives/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_28=g_navNode_7_3_1.addNode('94','Jones Store',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/JonesStore/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_29=g_navNode_7_3_1.addNode('98','Avenue of the Arts- Luoma',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/AvenueoftheArts-Luoma/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_30=g_navNode_7_3_1.addNode('99','Main Street Sewer Improvements',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/MainStreetSewerImprovements/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_31=g_navNode_7_3_1.addNode('100','Avenue of the Arts - McGuire',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/AvenueoftheArts-McGuire/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_32=g_navNode_7_3_1.addNode('101','Public Meetings',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/PublicMeetings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_33=g_navNode_7_3_1.addNode('104','National League of Cities Presentation',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/NationalLeagueofCitiesPresentation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_34=g_navNode_7_3_1.addNode('111','Police Academy groundbreaking',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/PoliceAcademygroundbreaking/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Buisness','SectionNameURL==Buisness');
g_navNode_7_3_1_35=g_navNode_7_3_1.addNode('112','Avenue of the Arts - Betteman and Pettid',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/AvenueoftheArts-BettemanandPettid/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_36=g_navNode_7_3_1.addNode('113','Kansas City Live pipe dedication',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/KansasCityLivepipededication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_37=g_navNode_7_3_1.addNode('114','City of Kansas City, Mo. Contracting Opportunities',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/CityofKansasCityMo.ContractingOpportunities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_38=g_navNode_7_3_1.addNode('117','Project/Encroachment Review Form ',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectEncroachmentReviewForm/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_39=g_navNode_7_3_1.addNode('118','Project/Encroachment Review Form - Thanks',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectEncroachmentReviewForm-Thanks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_40=g_navNode_7_3_1.addNode('119','Instructions for Project/Encroachment Review',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/InstructionsforProjectEncroachmentReview/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_41=g_navNode_7_3_1.addNode('121','Municipal Art Commission',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/MunicipalArtCommission/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_42=g_navNode_7_3_1.addNode('127','Prevailing Wage press conference',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/PrevailingWagepressconference/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_43=g_navNode_7_3_1.addNode('128','River Bluff Park unveiling',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/RiverBluffParkunveiling/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_44=g_navNode_7_3_1.addNode('131','Rocky Branch WWTP',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/RockyBranchWWTP/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_45=g_navNode_7_3_1.addNode('132','Right-Of-Way Documentation',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/Right-Of-WayDocumentation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_46=g_navNode_7_3_1.addNode('138','Avenue of the Arts 2005',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/AvenueoftheArts2005/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_47=g_navNode_7_3_1.addNode('141','Request for CIMO Updates',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/RequestforCIMOUpdates/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_48=g_navNode_7_3_1.addNode('142','Special Awards for Urban Design Education',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/SpecialAwardsforUrbanDesignEducation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_49=g_navNode_7_3_1.addNode('311','Avenue of the Arts - Thomas',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/AvenueoftheArts-Thomas/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_50=g_navNode_7_3_1.addNode('380','Project Briefing on Trolley Track Excavation and Utility Work',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/ProjectBriefingonTrolleyTrackExcavationandUtilityWork/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_51=g_navNode_7_3_1.addNode('387','Municipal Art Commission - Twentieth Anniversary',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/MunicipalArtCommission-TwentiethAnniversary/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_52=g_navNode_7_3_1.addNode('403','What\'s New',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/WhatsNew/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_1_53=g_navNode_7_3_1.addNode('415','Kansas City Zoo Expansion groundbreaking',ssUrlPrefix + 'Depts/CityManagersOffice/CityImprovementsManagementOffice/KansasCityZooExpansiongroundbreaking/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_2=g_navNode_7_3.addNode('522','Office of Emergency Management',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEmergencyManagement/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_2_0=g_navNode_7_3_2.addNode('627','Local Emergency Operations Plan',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEmergencyManagement/LocalEmergencyOperationsPlan/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_2_1=g_navNode_7_3_2.addNode('628','Links to Other Agencies',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEmergencyManagement/LinkstoOtherAgencies/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_2_2=g_navNode_7_3_2.addNode('2298','Family Emergency Plan',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEmergencyManagement/FamilyEmergencyPlan/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_3=g_navNode_7_3.addNode('482','AIM4PEACE',ssUrlPrefix + 'Depts/CityManagersOffice/AIM4PEACE/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_3_0=g_navNode_7_3_3.addNode('1244','Aim4Peace news ',ssUrlPrefix + 'Depts/CityManagersOffice/AIM4PEACE/Aim4Peace/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4=g_navNode_7_3.addNode('497','Office of Management and Budget',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13=g_navNode_7_3_4.addNode('376','Capital Improvements',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_0=g_navNode_7_3_4_13.addNode('377','Capital Improvements Program Calendar',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/CapitalImprovementsProgramCalendar/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_2=g_navNode_7_3_4_13.addNode('379','Capital  Improvements Public Hearings',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/CapitalImprovementsPublicHearings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_3=g_navNode_7_3_4_13.addNode('381','Neighborhood Conservation',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/NeighborhoodConservation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_4=g_navNode_7_3_4_13.addNode('382','Neighborhood Capital Improvements Hearings',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/NeighborhoodCapitalImprovementsHearings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_5=g_navNode_7_3_4_13.addNode('383','Citywide Hearings Schedule',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/CitywideHearingsSchedule/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_6=g_navNode_7_3_4_13.addNode('384','Public Improvements Advisory Committee',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/PublicImprovementsAdvisoryCommittee/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName== Business','SectionNameURL==Business');
g_navNode_7_3_4_13_7=g_navNode_7_3_4_13.addNode('385','Public Improvements Advisory Committee \x28PIAC\x29 Requests',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/PublicImprovementsAdvisoryCommitteePIACRequests/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_8=g_navNode_7_3_4_13.addNode('386','Requesting a Capital Improvement Project',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/RequestingaCapitalImprovementProject/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_4_13_9=g_navNode_7_3_4_13.addNode('2058','Capital Improvements Sales Tax',ssUrlPrefix + 'Depts/CityManagersOffice/Office of Management and Budget/CaptialImprovements/CapitalImprovementsSalesTax/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_3_5=g_navNode_7_3.addNode('500','Wayne A. Cauthen',ssUrlPrefix + 'Depts/CityManagersOffice/WayneA.Cauthen/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_5_0=g_navNode_7_3_5.addNode('474','2005 Consolidated Action Plan',ssUrlPrefix + 'Depts/CityManagersOffice/WayneA.Cauthen/2005ConsolidatedActionPlan/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business','SectionTitle==Business');
g_navNode_7_3_5_1=g_navNode_7_3_5.addNode('541','Insight\x3a From the Desk of Wayne A. Cauthen',ssUrlPrefix + 'Depts/CityManagersOffice/WayneA.Cauthen/InsightFromtheDeskofWayneA.Cauthen/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_5_1_42=g_navNode_7_3_5_1.addNode('1096','Insight\x3a From the desk of Wayne A. Cauthen archive',ssUrlPrefix + 'Depts/CityManagersOffice/WayneA.Cauthen/InsightFromtheDeskofWayneA.Cauthen/InsightFromthedeskofWayneA.Cauthen45/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_6=g_navNode_7_3.addNode('507','Central Contract File',ssUrlPrefix + 'Depts/CityManagersOffice/CentralContractFile/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7=g_navNode_7_3.addNode('508','Office of Environmental Quality',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_0=g_navNode_7_3_7.addNode('375','Environmental review of HUD funded projects ',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalreviewofHUDfundedprojects/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_1=g_navNode_7_3_7.addNode('654','Building Materials at ReStore - Shop or Donate',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/BuildingMaterialsatReStore-ShoporDonate/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_2=g_navNode_7_3_7.addNode('483','Clean Air',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/CleanAir/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_3=g_navNode_7_3_7.addNode('529','Environmental Management System',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementSystem/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_4=g_navNode_7_3_7.addNode('632','A Million Lights Initiative',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/OfficeofEnvironmentalQuality1/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_5=g_navNode_7_3_7.addNode('635','Simple steps to help the environment',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/OfficeofEnvironmentalQuality2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_6=g_navNode_7_3_7.addNode('621','Environmental Services News Releases',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalServicesNewsReleases/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7=g_navNode_7_3_7.addNode('515','Environmental Management Commission',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_0=g_navNode_7_3_7_7.addNode('528','Environmental Management Commission Application3',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EnvironmentalManagementCommissionApplication3/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1=g_navNode_7_3_7_7.addNode('527','EMC Minutes',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1_0=g_navNode_7_3_7_7_1.addNode('1035','EMC Minutes - August 11, 2004',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/EMCMinutes-August112004/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1_1=g_navNode_7_3_7_7_1.addNode('1033','EMC Minutes - July 14, 2004',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/EMCMinutes-July142004/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1_2=g_navNode_7_3_7_7_1.addNode('1030','EMC Minutes - May 12, 2004',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/EMCMinutes-May122004/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1_3=g_navNode_7_3_7_7_1.addNode('1029','EMC Minutes - April 14, 2004',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/EMCMinutes-April142004/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1_4=g_navNode_7_3_7_7_1.addNode('1027','EMC Minutes - Mar 10, 2004',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/EMCMinutes-Mar102004/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1_5=g_navNode_7_3_7_7_1.addNode('1026','EMC Minutes - Feb 11, 2004',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/EMCMinutes-Feb112004/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_1_6=g_navNode_7_3_7_7_1.addNode('1023','EMC Minutes - January 14, 2004 - Draft',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EMCMinutes/EMCMinutes-January142004-Draft/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_2=g_navNode_7_3_7_7.addNode('526','Join the Environmental Management Commission',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EnvironmentalManagementCommission2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_3=g_navNode_7_3_7_7.addNode('521','Environmental Management Commission Application',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EnvironmentalManagementCommissionApplication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_7_4=g_navNode_7_3_7_7.addNode('516','Environmental Management Commission Application',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/EnvironmentalManagementCommission/EnvironmentalManagementCommissionApplication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_8=g_navNode_7_3_7.addNode('511','Office of Environmental Quality resources',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/OfficeofEnvironmentalQuality4/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_7_9=g_navNode_7_3_7.addNode('509','Climate Protection Plan',ssUrlPrefix + 'Depts/CityManagersOffice/OfficeofEnvironmentalQuality/OfficeofEnvironmentalQuality/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_8=g_navNode_7_3.addNode('537','The 3-1-1 Action Center',ssUrlPrefix + 'Depts/CityManagersOffice/The3-1-1ActionCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9=g_navNode_7_3.addNode('577','Internships and fellowships with the City',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_0=g_navNode_7_3_9.addNode('536','Kansas City Government',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_0_0=g_navNode_7_3_9_0.addNode('606','Know Your City Government 1',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/KnowYourCityGovernment1/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_0_0_0=g_navNode_7_3_9_0_0.addNode('612','Know Your City Government 6',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/KnowYourCityGovernment1/KnowYourCityGovernment6/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_0_0_1=g_navNode_7_3_9_0_0.addNode('611','Know Your City Government 5',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/KnowYourCityGovernment1/KnowYourCityGovernment5/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_0_0_2=g_navNode_7_3_9_0_0.addNode('609','Know Your City Government 4',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/KnowYourCityGovernment1/KnowYourCityGovernment4/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_0_0_3=g_navNode_7_3_9_0_0.addNode('608','Know Your City Government 3',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/KnowYourCityGovernment1/KnowYourCityGovernment3/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_0_0_4=g_navNode_7_3_9_0_0.addNode('607','Know Your City Government 2',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/KnowYourCityGovernment1/KnowYourCityGovernment2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_1=g_navNode_7_3_9.addNode('530','Value Added Experience',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/ValueAddedExperience/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_2=g_navNode_7_3_9.addNode('504','City Internship Program',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CityInternshipProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business','SectionTitle==Business');
g_navNode_7_3_9_2_0=g_navNode_7_3_9_2.addNode('503','City Internship Program Survey - Thank you',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CityInternshipProgram/CityInternshipProgramSurvey-Thankyou/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_2_1=g_navNode_7_3_9_2.addNode('502','City Internship Program Survey',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CityInternshipProgram/CityInternshipProgramSurvey/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_2_2=g_navNode_7_3_9_2.addNode('501','City Internship Alumni Program',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CityInternshipProgram/CityInternshipAlumniProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_2_3=g_navNode_7_3_9_2.addNode('505','City Internship Program Participants',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CityInternshipProgram/CityInternshipProgramParticipants/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_3=g_navNode_7_3_9.addNode('484','Qualifications and How to Apply',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/QualificationsandHowtoApply/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_4=g_navNode_7_3_9.addNode('558','Electronic Commerce Analyst/Programmer Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/ElectronicCommerceAnalystProgrammerIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_5=g_navNode_7_3_9.addNode('555','Business Analyst Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/BusinessAnalystIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_6=g_navNode_7_3_9.addNode('513','Fellowship Program Description',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/FellowshipProgramDescription/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_6_0=g_navNode_7_3_9_6.addNode('650','History of the L.P. Cookingham Management Fellowship',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/FellowshipProgramDescription/HistoryoftheL.P.CookinghamManagementFellowship/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_6_1=g_navNode_7_3_9_6.addNode('662','Supplemental Writing Exercise',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/FellowshipProgramDescription/SupplementalWritingExercise/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_6_2=g_navNode_7_3_9_6.addNode('582','L.P. Cookingham Management Fellowship',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/FellowshipProgramDescription/L.P.CookinghamManagementFellowship/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_6_3=g_navNode_7_3_9_6.addNode('620','Meet the 2006-2007 Fellows',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/FellowshipProgramDescription/Meetthe2006-2007Fellows/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_6_4=g_navNode_7_3_9_6.addNode('531','Supplemental writing exercise',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/FellowshipProgramDescription/Supplementalwritingexercise/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_7=g_navNode_7_3_9.addNode('594','Career Exploration - Job Shadow',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CareerExploration-JobShadow/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_8=g_navNode_7_3_9.addNode('595','Students can learn job skills',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/Studentscanlearnjobskills/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_9_9=g_navNode_7_3_9.addNode('565','Help Desk Analyst Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/HelpDeskAnalystIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_10=g_navNode_7_3_9.addNode('566','Java Developer/Programmer Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/JavaDeveloperProgrammerIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_11=g_navNode_7_3_9.addNode('567','Marketing Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/MarketingIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_12=g_navNode_7_3_9.addNode('569','Project Manager Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/ProjectManagerIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_13=g_navNode_7_3_9.addNode('570','Quality Assurance Analyst Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/QualityAssuranceAnalystIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_14=g_navNode_7_3_9.addNode('573','Web Developer/Programmer Intern',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/WebDeveloperProgrammerIntern/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_15=g_navNode_7_3_9.addNode('574','City Internship Application',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CityInternshipApplication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_16=g_navNode_7_3_9.addNode('575','Frequently Asked Questions',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/FrequentlyAskedQuestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_17=g_navNode_7_3_9.addNode('579','City Internship Program Job Listings',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/CityInternshipProgramJobListings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_9_18=g_navNode_7_3_9.addNode('583','Thank you',ssUrlPrefix + 'Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/Thankyou/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_3_10=g_navNode_7_3.addNode('596','KCBizcare, Business Customer Service Center',ssUrlPrefix + 'Depts/CityManagersOffice/BusinessCustomerServiceCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_10_0=g_navNode_7_3_10.addNode('598','KCBizcare Customer Satisfaction Survey',ssUrlPrefix + 'Depts/CityManagersOffice/BusinessCustomerServiceCenter/CustomerSatisfactionSurvey/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_10_1=g_navNode_7_3_10.addNode('2284','Development Process Roundtable',ssUrlPrefix + 'Depts/CityManagersOffice/BusinessCustomerServiceCenter/DevelopmentProcessRoundtable/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_11=g_navNode_7_3.addNode('601','Living in Kansas City',ssUrlPrefix + 'Depts/CityManagersOffice/LivinginKansasCity/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_12=g_navNode_7_3.addNode('616','EMS Manual - Table of Contents',ssUrlPrefix + 'Depts/CityManagersOffice/EMSManual-TableofContents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_13=g_navNode_7_3.addNode('648','Community Partners',ssUrlPrefix + 'Depts/CityManagersOffice/CommunityPartners/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_13_0=g_navNode_7_3_13.addNode('602','Keep Kansas City Beautiful',ssUrlPrefix + 'Depts/CityManagersOffice/CommunityPartners/KeepKansasCityBeautiful/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_13_0_0=g_navNode_7_3_13_0.addNode('605','Let\'s Keep Kansas City Beautiful',ssUrlPrefix + 'Depts/CityManagersOffice/CommunityPartners/KeepKansasCityBeautiful/LetsKeepKansasCityBeautiful/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_13_0_1=g_navNode_7_3_13_0.addNode('603','Volunteers measure Kansas City\'s litter problem',ssUrlPrefix + 'Depts/CityManagersOffice/CommunityPartners/KeepKansasCityBeautiful/VolunteersmeasureKansasCityslitterproblem/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_14=g_navNode_7_3.addNode('660','Summaries of proposals to the ARRA 2009',ssUrlPrefix + 'Depts/CityManagersOffice/SummariesofproposalstotheAmericanRecoveryandReinvestmentActof2009/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15=g_navNode_7_3.addNode('686','Youth Advocacy Office',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_0=g_navNode_7_3_15.addNode('2222','Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/Youth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_1=g_navNode_7_3_15.addNode('952','Youth Arts',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice7/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_2=g_navNode_7_3_15.addNode('970','Youth Dance and Movement',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice9/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_3=g_navNode_7_3_15.addNode('980','Youth Health and Wellness',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice12/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_4=g_navNode_7_3_15.addNode('981','Youth Hotline Resources',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice13/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_5=g_navNode_7_3_15.addNode('1000','Youth School and Academics',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice17/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_6=g_navNode_7_3_15.addNode('1005','Youth Sports in the City',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice18/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_7=g_navNode_7_3_15.addNode('978','Youth Events',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice11/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_8=g_navNode_7_3_15.addNode('972','Youth Development',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice10/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_10=g_navNode_7_3_15.addNode('1002','Bright Future',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/BrightFuture/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_10_0=g_navNode_7_3_15_10.addNode('944','Bright Future Registration',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/BrightFuture/YouthAdvocacyOffice4/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_10_1=g_navNode_7_3_15_10.addNode('965','BrightFuture Employment Fair',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/BrightFuture/BrightFutureEmploymentFair/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_10_1_0=g_navNode_7_3_15_10_1.addNode('918','City of Kansas City, Mo., Summer Youth Employment Program',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/BrightFuture/BrightFutureEmploymentFair/CityofKansasCityMo.SummerYouthEmploymentProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_10_1_1=g_navNode_7_3_15_10_1.addNode('939','Kansas City Bright Future Employment Fair',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/BrightFuture/BrightFutureEmploymentFair/KansasCityBrightFutureEmploymentFair/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_10_1_2=g_navNode_7_3_15_10_1.addNode('964','Bright Future summer employer orientation',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/BrightFuture/BrightFutureEmploymentFair/BrightFuturesummeremployerorientation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_10_1_3=g_navNode_7_3_15_10_1.addNode('967','Bright Future Employment Fair 2',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/BrightFuture/BrightFutureEmploymentFair/BrightFutureEmploymentFair2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_11=g_navNode_7_3_15.addNode('996','Royals baseball clinic',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/Royalsbaseballclinic/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_12=g_navNode_7_3_15.addNode('995','Kansas City Youth Commission Representatives',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice16/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_13=g_navNode_7_3_15.addNode('991','Youth \u2013 Register to Vote',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocacyOffice15/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_14=g_navNode_7_3_15.addNode('987','Registration for Presidential Service Award',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/RegistrationforPresidentialServiceAward/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_15=g_navNode_7_3_15.addNode('983','KC After Dark ',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KCAfterDark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_16=g_navNode_7_3_15.addNode('975','Dropout Prevention Summit',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/DropoutPreventionSummit/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_17=g_navNode_7_3_15.addNode('951','KC After Dark',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KCAfterDark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_18=g_navNode_7_3_15.addNode('949','Tutoring for Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/TutoringforYouth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_19=g_navNode_7_3_15.addNode('946','Explorers Tennis Clinic ',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/ExplorersTennisClinic/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_20=g_navNode_7_3_15.addNode('942','Youth Symposium',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthSymposium/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_21=g_navNode_7_3_15.addNode('932','Spotlight on KC',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/SpotlightonKC/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_21_0=g_navNode_7_3_15_21.addNode('658','Spotlight on KC - Register',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/SpotlightonKC/SpotlightonKC-Register/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_21_1=g_navNode_7_3_15_21.addNode('1011','Spotlight on KC 4',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/SpotlightonKC/SpotlightonKC4/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_21_2=g_navNode_7_3_15_21.addNode('934','Spotlight on KC Entertainment Camp',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/SpotlightonKC/SpotlightonKCEntertainmentCamp/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_22=g_navNode_7_3_15.addNode('929','Financial Aid and Scholarships for Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/FinancialAidandScholarshipsforYouth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_23=g_navNode_7_3_15.addNode('922','National Youth Service Day',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/NationalYouthServiceDay/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_23_0=g_navNode_7_3_15_23.addNode('925','National Youth Service Day 2',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/NationalYouthServiceDay/NationalYouthServiceDay2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_24=g_navNode_7_3_15.addNode('916','Employer Registration',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/EmployerRegistration/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_25=g_navNode_7_3_15.addNode('914','Employment and Internships for Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/EmploymentandInternshipsforYouth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_26=g_navNode_7_3_15.addNode('912','Education and Afterschool Programs for Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/EducationandAfterschoolProgramsforYouth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_27=g_navNode_7_3_15.addNode('689','Kansas City, Mo. Opportunities Scholarship Fund',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KansasCityMo.OpportunitiesScholarshipFund/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_28=g_navNode_7_3_15.addNode('911','Development, Leadership \x26 Activities for Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/DevelopmentLeadershipActivitiesforYouth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_29=g_navNode_7_3_15.addNode('909','Community Service Learning Projects for Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/CommunityServiceLearningProjectsforYouth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_30=g_navNode_7_3_15.addNode('905','Kansas City Youth Commission ',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KansasCityYouthCommission/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_30_0=g_navNode_7_3_15_30.addNode('900','Kansas City Youth Commission Application',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KansasCityYouthCommission/KansasCityYouthCommissionApplication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_30_1=g_navNode_7_3_15_30.addNode('901','Thank you for your Youth Commission Application',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KansasCityYouthCommission/ThankyouforyourYouthCommissionApplication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_30_2=g_navNode_7_3_15_30.addNode('907','Youth Commission Committees',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KansasCityYouthCommission/YouthCommissionCommittees/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_30_3=g_navNode_7_3_15_30.addNode('904','Youth Commission Meetings',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KansasCityYouthCommission/YouthCommissionMeetings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_31=g_navNode_7_3_15.addNode('688','Kansas City\'s Bright Future Symposium',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/KansasCitysBrightFutureSymposium/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_32=g_navNode_7_3_15.addNode('626','National Youth Service Day',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/NationalYouthServiceDay/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_33=g_navNode_7_3_15.addNode('663','Tom Watson Hosts Free Junior Golf Clinic',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/TomWatsonHostsFreeJuniorGolfClinic/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34=g_navNode_7_3_15.addNode('685','Youth Beat magazine',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34_0=g_navNode_7_3_15_34.addNode('725','Youth Resource Guide 5',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/YouthResourceGuide5/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34_1=g_navNode_7_3_15_34.addNode('673','Youth Beat Books 1',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/YouthBeatBooks1/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34_2=g_navNode_7_3_15_34.addNode('677','Youth Beat Books 2',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/YouthBeatBooks2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34_3=g_navNode_7_3_15_34.addNode('969','Youth Beat magazine 3',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/YouthBeatmagazine3/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34_4=g_navNode_7_3_15_34.addNode('1019','Youth Beat Magazine Submittal',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/YouthBeatMagazineSubmittal/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34_4_0=g_navNode_7_3_15_34_4.addNode('1018','Privacy Statement for Youth Beat magazine',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/YouthBeatMagazineSubmittal/PrivacyStatementforYouthBeatmagazine/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_34_4_1=g_navNode_7_3_15_34_4.addNode('1022','Thank you 14',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatmagazine/YouthBeatMagazineSubmittal/Thankyou14/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35=g_navNode_7_3_15.addNode('695','Youth Resource Guide',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_0=g_navNode_7_3_15_35.addNode('896','Activities and Books to Read',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/ActivitiesandBookstoRead/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_1=g_navNode_7_3_15_35.addNode('727','Youth Resource Guide 7',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/YouthResourceGuide7/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_2=g_navNode_7_3_15_35.addNode('726','Youth Resource Guide 6',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/YouthResourceGuide6/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_3=g_navNode_7_3_15_35.addNode('724','Youth Resource Guide 4',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/YouthResourceGuide4/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_4=g_navNode_7_3_15_35.addNode('691','Academic Achiever\'s Luncheon',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/AcademicAchieversLuncheon/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_5=g_navNode_7_3_15_35.addNode('693','Theatre and Arts for Youth',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/TheatreandArtsforYouth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_6=g_navNode_7_3_15_35.addNode('722','Youth Resource Guide 3',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/YouthResourceGuide3/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_7=g_navNode_7_3_15_35.addNode('721','Youth Resource Guide 2',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/YouthResourceGuide2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_8=g_navNode_7_3_15_35.addNode('719','Youth Resource Guide',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/YouthResourceGuide/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_35_9=g_navNode_7_3_15_35.addNode('696','Youth Advocay Office 2',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthAdvocayOffice/YouthAdvocayOffice2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_15_36=g_navNode_7_3_15.addNode('YouthBeatMagazineSubmittal','Youth Beat Magazine Submittal',ssUrlPrefix + 'Depts/CityManagersOffice/YouthAdvocacyOffice/YouthBeatMagazineSubmittal/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_16=g_navNode_7_3.addNode('1127','Human Relations Division',ssUrlPrefix + 'Depts/CityManagersOffice/HumanRelationsDivision/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business','SectionTitle==Business');
g_navNode_7_3_17=g_navNode_7_3.addNode('699','City Communications',ssUrlPrefix + 'Depts/CityManagersOffice/CityCommunications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_17_0=g_navNode_7_3_17.addNode('710','Channel 2',ssUrlPrefix + 'Depts/CityManagersOffice/CityCommunications/Channel2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_17_1=g_navNode_7_3_17.addNode('924','News Releases',ssUrlPrefix + 'Depts/CityManagersOffice/CityCommunications/NewsReleases/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_17_2=g_navNode_7_3_17.addNode('933','Media Center',ssUrlPrefix + 'Depts/CityManagersOffice/CityCommunications/MediaCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_17_4=g_navNode_7_3_17.addNode('1015','City News',ssUrlPrefix + 'Depts/CityManagersOffice/CityCommunications/CityNews/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_17_4_0=g_navNode_7_3_17_4.addNode('2470','Street Closure Announced',ssUrlPrefix + 'Depts/CityManagersOffice/CityCommunications/CityNews/111809B/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_17_5=g_navNode_7_3_17.addNode('1135','News Media Center',ssUrlPrefix + 'Depts/CityManagersOffice/CityCommunications/NewsMediaCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_18=g_navNode_7_3.addNode('RequestForService','Request For Service',ssUrlPrefix + 'Depts/CityManagersOffice/RequestForService/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_3_19=g_navNode_7_3.addNode('1254','City Manager Department Liaisons',ssUrlPrefix + 'Depts/CityManagersOffice/CityManagerDepartmentLiaisons/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_def_css.css');
g_navNode_7_3_20=g_navNode_7_3.addNode('1653','Summaries of proposals',ssUrlPrefix + 'Depts/CityManagersOffice/SummariesofproposalstotheAmericanRecoveryandReinvestmentActof2009/index.htm');
g_navNode_7_4=g_navNode_7.addNode('125','City Planning and Development',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_14=g_navNode_7_4.addNode('1277','2000 IFGC Interpretations',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/2000IFGCInterpretations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_15=g_navNode_7_4.addNode('1278','2000 IMC Interpretations',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/2000IMCInterpretations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_16=g_navNode_7_4.addNode('1279','2000 UPC Interpretations',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/2000UPCInterpretations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_17=g_navNode_7_4.addNode('1280','Approved 1 \x26 2 Family 3rd Party Inspectors',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/Approved12Family3rdPartyInspectors/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_18=g_navNode_7_4.addNode('1281','Erosion and Sediment Agreement by Fax',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/ErosionandSedimentAgreementbyFax/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_19=g_navNode_7_4.addNode('1282','Storm Drainage BMP Manual',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/StormDrainageBMPManual/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_20=g_navNode_7_4.addNode('1283','Newsletter Archives',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/NewsletterArchives/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_21=g_navNode_7_4.addNode('1285','Backflow Prevention Reporting Requirements',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/BackflowPreventionReportingRequirements/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_22=g_navNode_7_4.addNode('1286','Building and Fire Codes Board of Appeals',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/BuildingandFireCodesBoardofAppeals/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_23=g_navNode_7_4.addNode('1287','Donald N. Booth, PE, CBO',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DonaldN.BoothPECBO/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_24=g_navNode_7_4.addNode('1288','Energy Calculation Software',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/EnergyCalculationSoftware/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_25=g_navNode_7_4.addNode('1289','City Planning \x26 Development - Development Services\x3a Canons of Ethics',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CityPlanningDevelopment-DevelopmentServicesCanonsofEthics/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_26=g_navNode_7_4.addNode('1290','Kansas City, Mo., Certificate Holders\'',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/KansasCityMo.CertificateHolders/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_27=g_navNode_7_4.addNode('1293','Code of Ordinances 27',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CodeofOrdinances27/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_28=g_navNode_7_4.addNode('1301','Code of Ordinances 28',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CodeofOrdinances28/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_29=g_navNode_7_4.addNode('1303','Code of Ordinances 52',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CodeofOrdinances52/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_30=g_navNode_7_4.addNode('1305','Code of Ordinances 72',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CodeofOrdinances72/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_31=g_navNode_7_4.addNode('1306','CH 28 Interpretations',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CH28Interpretations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_32=g_navNode_7_4.addNode('1308','CH 52 Interpretations',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CH52Interpretations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_33=g_navNode_7_4.addNode('1310','CH 80 Interpretations',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CH80Interpretations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_34=g_navNode_7_4.addNode('1312','Contractor Licensing Information',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/ContractorLicensingInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_35=g_navNode_7_4.addNode('1314','code chat',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/codechat/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_36=g_navNode_7_4.addNode('1317','Code Connection',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CodeConnection/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_37=g_navNode_7_4.addNode('1319','Links to Codes \x26 Ordinances Enforced By Development Services',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/LinkstoCodesOrdinancesEnforcedByDevelopmentServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_38=g_navNode_7_4.addNode('1321','Development Services\x3a Publication Ordering Information',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DevelopmentServicesPublicationOrderingInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_39=g_navNode_7_4.addNode('1323','Standard Agreements',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/StandardAgreements/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_40=g_navNode_7_4.addNode('1325','Kansas City, Mo., Licensed and Registered Contractors',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/KansasCityMo.LicensedandRegisteredContractors/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_41=g_navNode_7_4.addNode('1327','Development services KivaNet user guide',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DevelopmentservicesKivaNetuserguide/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_42=g_navNode_7_4.addNode('1329','KivaCitizen Customer Guide',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/KivaCitizenCustomerGuide/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_43=g_navNode_7_4.addNode('1331','Development Services Continues to Make Customer Service Top Priority',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DevelopmentServicesContinuestoMakeCustomerServiceTopPriority/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_44=g_navNode_7_4.addNode('1333','Development Services Associates, Locations and Hours of Operation',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DevelopmentServicesAssociatesLocationsandHoursofOperation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_45=g_navNode_7_4.addNode('1335','Building Permit Fees \x26 Related Fees',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/BuildingPermitFeesRelatedFees/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_46=g_navNode_7_4.addNode('1337','Development Services Telephone Numbers',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DevelopmentServicesTelephoneNumbers/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_47=g_navNode_7_4.addNode('1339','City of Kansas City, Missouri Development Process',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CityofKansasCityMissouriDevelopmentProcess/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_48=g_navNode_7_4.addNode('1341','Development Services Management Team',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DevelopmentServicesManagementTeam/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_49=g_navNode_7_4.addNode('1342','Dion Waldon',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/DionWaldon/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_50=g_navNode_7_4.addNode('1344','Missouri Elevator Safety Board',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/MissouriElevatorSafetyBoard/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_51=g_navNode_7_4.addNode('1346','Information Bulletins \x26 Interpretations',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/InformationBulletinsInterpretations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_52=g_navNode_7_4.addNode('1347','Greg Franzen',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/GregFranzen/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_53=g_navNode_7_4.addNode('1348','from the files...',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/fromthefiles.../index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_54=g_navNode_7_4.addNode('1359','Online Access To KivaNet',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/OnlineAccessToKivaNet/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_55=g_navNode_7_4.addNode('1360','Easement Forms',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/EasementForms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_56=g_navNode_7_4.addNode('1375','Gary Marker',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/GaryMarker/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_57=g_navNode_7_4.addNode('1376','Management Team',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/ManagementTeam/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_58=g_navNode_7_4.addNode('1378','Model Codes Adopted\x3a',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/ModelCodesAdopted/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_59=g_navNode_7_4.addNode('1379','Most Commonly Omitted Items from Plans Submittals, Building Permit Applications',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/MostCommonlyOmittedItemsfromPlansSubmittalsBuildingPermitApplications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_60=g_navNode_7_4.addNode('1380','Services Available Online',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/ServicesAvailableOnline/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_61=g_navNode_7_4.addNode('1381','Building Permit Process',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/BuildingPermitProcess/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_62=g_navNode_7_4.addNode('1382','How to Obtain Electrical, Plumbing and Mechanical Permits',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/HowtoObtainElectricalPlumbingandMechanicalPermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_63=g_navNode_7_4.addNode('1383','Jose\' Portuguez',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/JosePortuguez/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_64=g_navNode_7_4.addNode('1384','Publications',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/Publications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_65=g_navNode_7_4.addNode('1385','Jomy John, MCP',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/JomyJohnMCP/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Busiiness','SectionNameURL==Business');
g_navNode_7_4_66=g_navNode_7_4.addNode('1386','Questions \x26 Answers',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/QuestionsAnswers/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_67=g_navNode_7_4.addNode('1387','Construction \x26 Land Development Links',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/ConstructionLandDevelopmentLinks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_68=g_navNode_7_4.addNode('1388','Natural Resource Protection Maps',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/NaturalResourceProtectionMaps/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_69=g_navNode_7_4.addNode('1389','CPD-DS Search Application',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CPD-DSSearchApplication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_70=g_navNode_7_4.addNode('1390','One- and Two- Family Frequently Asked Questions',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/One-andTwo-FamilyFrequentlyAskedQuestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_71=g_navNode_7_4.addNode('1391','Special Inspection Program Manual',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/SpecialInspectionProgramManual/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_72=g_navNode_7_4.addNode('1392','Thank You\x21',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/ThankYou\x21/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_73=g_navNode_7_4.addNode('1393','Guaranteed Service Delivery Times',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/GuaranteedServiceDeliveryTimes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_74=g_navNode_7_4.addNode('1394','Wilson Winn',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/WilsonWinn/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_75=g_navNode_7_4.addNode('2057','Directory',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/Directory/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_4_76=g_navNode_7_4.addNode('CityWidePT','CityWidePT',ssUrlPrefix + 'Depts/CityPlanningandDevelopment/CityWidePT/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_5=g_navNode_7.addNode('129','Convention and Entertainment Facilities',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_5_0=g_navNode_7_5.addNode('1','Meeting Planners',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_0=g_navNode_7_5_0.addNode('3','Facility Information',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/FacilityInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_0_1=g_navNode_7_5_0_0.addNode('9','Building Facts',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/FacilityInformation/BuildingFacts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_0_2=g_navNode_7_5_0_0.addNode('10','Facility Layout',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/FacilityInformation/FacilityLayout/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_0_3=g_navNode_7_5_0_0.addNode('11','Facility Tour',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/FacilityInformation/FacilityTour/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_1=g_navNode_7_5_0.addNode('5','Discover Kansas City',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/VisitUs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_2=g_navNode_7_5_0.addNode('6','Plan Your Event',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/MeetingPlanner/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_2_0=g_navNode_7_5_0_2.addNode('15','How to get Here',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/MeetingPlanner/HowtogetHere/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_2_1=g_navNode_7_5_0_2.addNode('16','Where to Park',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/MeetingPlanner/WheretoPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_2_2=g_navNode_7_5_0_2.addNode('18','Transportation',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/MeetingPlanner/Transportation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_2_3=g_navNode_7_5_0_2.addNode('19','Hotels',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/MeetingPlanner/Hotels/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Meeting Planners','SectionNameURL==Depts/ConventionandEntertainmentFacilities/MeetingPlanners');
g_navNode_7_5_0_2_4=g_navNode_7_5_0_2.addNode('2465','Sales Kit',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/MeetingPlanner/SalesKit/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_5_0_3=g_navNode_7_5_0.addNode('7','Contact Us',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/ContactUs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_5_0_3_0=g_navNode_7_5_0_3.addNode('20','In-House Caterer',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/ContactUs/Staff/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_5_0_3_1=g_navNode_7_5_0_3.addNode('21','A/V Provider',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/ContactUs/In-HouseCatererAVProvider/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_5_0_3_2=g_navNode_7_5_0_3.addNode('22','Utility Concessionaire',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/MeetingPlanners/ContactUs/UtilityConcessionaire/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_5_1=g_navNode_7_5.addNode('2','Citizens',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_0=g_navNode_7_5_1.addNode('32','How to get Here',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/HowtogetHere/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_1=g_navNode_7_5_1.addNode('33','Where to Park',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/WheretoPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_2=g_navNode_7_5_1.addNode('25','Planning Your Event',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_2_0=g_navNode_7_5_1_2.addNode('27','Facility Rental',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/FacilityRental/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_2_0_0=g_navNode_7_5_1_2_0.addNode('38','Exhibitor Web page',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/FacilityRental/ExhibitorWebpage/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_2_1=g_navNode_7_5_1_2.addNode('2356','Wedding Page',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/WeddingPage/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_5_1_2_2=g_navNode_7_5_1_2.addNode('26','Contact Us',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/ContactUs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_2_2_1=g_navNode_7_5_1_2_2.addNode('36','In-House Caterer \x26 A/V Provider',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/ContactUs/In-HouseCatererAVProvider/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_2_2_2=g_navNode_7_5_1_2_2.addNode('37','Utility Concession',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/ContactUs/UtilityConcession/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_2_3=g_navNode_7_5_1_2.addNode('2357','Sales Kit',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/SalesKit/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css');
g_navNode_7_5_1_2_3_0=g_navNode_7_5_1_2_3.addNode('30','In House Vendors',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/VisitUs/SalesKit/Tenants/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_1_3=g_navNode_7_5_1.addNode('31','Ticket Master',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/Citizens/TicketMaster/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_5_2=g_navNode_7_5.addNode('29','Coming Events',ssUrlPrefix + 'Depts/ConventionandEntertainmentFacilities/ComingEvents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Citizens','SectionNameURL==Depts/ConventionandEntertainmentFacilities/Citizens');
g_navNode_7_6=g_navNode_7.addNode('135','Finance',ssUrlPrefix + 'Depts/Finance/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_7=g_navNode_7.addNode('122','Fire',ssUrlPrefix + 'Depts/Fire/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8=g_navNode_7.addNode('668','General Services',ssUrlPrefix + 'Depts/GeneralServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_0=g_navNode_7_8.addNode('672','Facility Services Division',ssUrlPrefix + 'Depts/GeneralServices/Facility/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_1=g_navNode_7_8.addNode('674','City Wide Security Division',ssUrlPrefix + 'Depts/GeneralServices/Security/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_2=g_navNode_7_8.addNode('675','Central Fleet Division',ssUrlPrefix + 'Depts/GeneralServices/CFD/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_3=g_navNode_7_8.addNode('676','Procurement Services Division',ssUrlPrefix + 'Depts/GeneralServices/Procurement/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_4=g_navNode_7_8.addNode('680','Supplier \x28Vendor Bidding\x29 Solicitation Process',ssUrlPrefix + 'Depts/GeneralServices/SupplierProcess/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_5=g_navNode_7_8.addNode('681','Records Management Division',ssUrlPrefix + 'Depts/GeneralServices/Records/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_6=g_navNode_7_8.addNode('682','Risk Management Division',ssUrlPrefix + 'Depts/GeneralServices/Risk/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_7=g_navNode_7_8.addNode('683','Real Estate Services Division',ssUrlPrefix + 'Depts/GeneralServices/Property/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_8=g_navNode_7_8.addNode('684','Corporate Safety Division',ssUrlPrefix + 'Depts/GeneralServices/Safety/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_8_9=g_navNode_7_8.addNode('709','General Administration Division',ssUrlPrefix + 'Depts/GeneralServices/Administration/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9=g_navNode_7.addNode('136','Health',ssUrlPrefix + 'Depts/Health/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_0=g_navNode_7_9.addNode('1151','Project Lead Safe KC',ssUrlPrefix + 'Depts/Health/ProjectLeadSafeKC/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_1=g_navNode_7_9.addNode('1056','Health Department',ssUrlPrefix + 'Depts/Health/HealthDepartment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_2=g_navNode_7_9.addNode('518','Administration',ssUrlPrefix + 'Depts/Health/Administration/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_3=g_navNode_7_9.addNode('519','Kansas City, Missouri Air Quality Program ',ssUrlPrefix + 'Depts/Health/KansasCityMissouriAirQualityProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_4=g_navNode_7_9.addNode('520','Anthrax background ',ssUrlPrefix + 'Depts/Health/Anthraxbackground/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_5=g_navNode_7_9.addNode('525','Anthrax FAQ ',ssUrlPrefix + 'Depts/Health/AnthraxFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_6=g_navNode_7_9.addNode('535','Antibiotic resistant infections ',ssUrlPrefix + 'Depts/Health/Antibioticresistantinfections/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_7=g_navNode_7_9.addNode('539','Complaints or questions',ssUrlPrefix + 'Depts/Health/Complaintsorquestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_8=g_navNode_7_9.addNode('542','Air Quality Construction Permits',ssUrlPrefix + 'Depts/Health/AirQualityConstructionPermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_9=g_navNode_7_9.addNode('543','Dust',ssUrlPrefix + 'Depts/Health/Dust/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_10=g_navNode_7_9.addNode('544','Kansas City Air Quality Engineering Section',ssUrlPrefix + 'Depts/Health/KansasCityAirQualityEngineeringSection/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_11=g_navNode_7_9.addNode('545','Open Burning Permits',ssUrlPrefix + 'Depts/Health/OpenBurningPermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_12=g_navNode_7_9.addNode('546','Air Quality Ordinance',ssUrlPrefix + 'Depts/Health/AirQualityOrdinance/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_13=g_navNode_7_9.addNode('548','Vapor Recovery',ssUrlPrefix + 'Depts/Health/VaporRecovery/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_14=g_navNode_7_9.addNode('549','Asbestos ',ssUrlPrefix + 'Depts/Health/Asbestos/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_15=g_navNode_7_9.addNode('550','Bacterial Meningitis',ssUrlPrefix + 'Depts/Health/BacterialMeningitis/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_16=g_navNode_7_9.addNode('551','Bats and rabies',ssUrlPrefix + 'Depts/Health/Batsandrabies/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_17=g_navNode_7_9.addNode('552','Bioterrorism Manual',ssUrlPrefix + 'Depts/Health/BioterrorismManual/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_18=g_navNode_7_9.addNode('553','Birth \x26 Death Certificates',ssUrlPrefix + 'Depts/Health/BirthDeathCertificates/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_19=g_navNode_7_9.addNode('554','Blood lead tests',ssUrlPrefix + 'Depts/Health/Bloodleadtests/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_20=g_navNode_7_9.addNode('556','Boil Water Orders and Advisories FAQ',ssUrlPrefix + 'Depts/Health/BoilWaterOrdersandAdvisoriesFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_21=g_navNode_7_9.addNode('557','Botulism background',ssUrlPrefix + 'Depts/Health/Botulismbackground/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_22=g_navNode_7_9.addNode('559','Botulism FAQ',ssUrlPrefix + 'Depts/Health/BotulismFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_23=g_navNode_7_9.addNode('560','Continuous Chest Compression CPR',ssUrlPrefix + 'Depts/Health/ContinuousChestCompressionCPR/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_24=g_navNode_7_9.addNode('561','CDCynergy Health Communication Planning Model',ssUrlPrefix + 'Depts/Health/CDCynergyHealthCommunicationPlanningModel/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_25=g_navNode_7_9.addNode('562','Communicable Disease Annual Reports',ssUrlPrefix + 'Depts/Health/CommunicableDiseaseAnnualReports/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_26=g_navNode_7_9.addNode('563','Community Health Assessment 2006',ssUrlPrefix + 'Depts/Health/CommunityHealthAssessment2006/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_27=g_navNode_7_9.addNode('564','Community Health Assessment 2007',ssUrlPrefix + 'Depts/Health/CommunityHealthAssessment2007/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_28=g_navNode_7_9.addNode('568','Community Health Assessment 2008',ssUrlPrefix + 'Depts/Health/CommunityHealthAssessment2008/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_29=g_navNode_7_9.addNode('571','Community Health Assessment 2009 draft',ssUrlPrefix + 'Depts/Health/CommunityHealthAssessment2009draft/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_30=g_navNode_7_9.addNode('572','Community Health Improvement Plan \x28Draft\x29 comment form',ssUrlPrefix + 'Depts/Health/CommunityHealthImprovementPlanDraftcommentform/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_31=g_navNode_7_9.addNode('576','Community Initiative on Depression',ssUrlPrefix + 'Depts/Health/CommunityInitiativeonDepression/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_32=g_navNode_7_9.addNode('578','Other City assistance programs',ssUrlPrefix + 'Depts/Health/OtherCityassistanceprograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_33=g_navNode_7_9.addNode('580','Clay 01 Zone',ssUrlPrefix + 'Depts/Health/Clay01Zone/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_34=g_navNode_7_9.addNode('581','Clay 02 Zone',ssUrlPrefix + 'Depts/Health/Clay02Zone/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_35=g_navNode_7_9.addNode('584','Clinic services',ssUrlPrefix + 'Depts/Health/Clinicservices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_36=g_navNode_7_9.addNode('585','Childhood Lead Poisoning Prevention Program',ssUrlPrefix + 'Depts/Health/ChildhoodLeadPoisoningPreventionProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_37=g_navNode_7_9.addNode('586','Public Health Code of Ethics',ssUrlPrefix + 'Depts/Health/PublicHealthCodeofEthics/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_38=g_navNode_7_9.addNode('587','Carbon Monoxide frequently asked questions',ssUrlPrefix + 'Depts/Health/CarbonMonoxidefrequentlyaskedquestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_39=g_navNode_7_9.addNode('588','Cold Weather Fact Sheets',ssUrlPrefix + 'Depts/Health/ColdWeatherFactSheets/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_40=g_navNode_7_9.addNode('589','Kansas City Transitional Grant Area \x28TGA\x29 Comprehensive HIV Prevention and Care Planning Council',ssUrlPrefix + 'Depts/Health/KansasCityTransitionalGrantAreaTGAComprehensiveHIVPreventionandCarePlanningCouncil/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_41=g_navNode_7_9.addNode('590','Kansas City Transitional Grant Area \x28TGA\x29 Comprehensive HIV Prevention and Care Planning Council And Committee Meeting Minutes',ssUrlPrefix + 'Depts/Health/KansasCityTransitionalGrantAreaTGAComprehensiveHIVPreventionandCarePlanningCouncilAndCommitteeMeetingMinutes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_42=g_navNode_7_9.addNode('591','Division of Communicable Disease Prevention and Public Health Preparedness',ssUrlPrefix + 'Depts/Health/DivisionofCommunicableDiseasePreventionandPublicHealthPreparedness/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_43=g_navNode_7_9.addNode('592','How to file a complaint in Kansas City, Mo.',ssUrlPrefix + 'Depts/Health/HowtofileacomplaintinKansasCityMo./index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_44=g_navNode_7_9.addNode('593','Contact Information',ssUrlPrefix + 'Depts/Health/ContactInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_45=g_navNode_7_9.addNode('597','Health Department online requests for proposals \x28RFP\x29 and bid opportunities',ssUrlPrefix + 'Depts/Health/HealthDepartmentonlinerequestsforproposalsRFPandbidopportunities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_46=g_navNode_7_9.addNode('600','Community \x26 Hospital Letter 10',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter10/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_47=g_navNode_7_9.addNode('604','Community \x26 Hospital Letter 11',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter11/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_48=g_navNode_7_9.addNode('610','Community \x26 Hospital Letter 4',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter4/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_49=g_navNode_7_9.addNode('614','Community \x26 Hospital Letter 5',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter5/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_50=g_navNode_7_9.addNode('618','Community \x26 Hospital Letter 6',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter6/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_51=g_navNode_7_9.addNode('624','Community \x26 Hospital Letter 7',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter7/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_52=g_navNode_7_9.addNode('634','Community \x26 Hospital Letter 8',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter8/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_53=g_navNode_7_9.addNode('659','Community \x26 Hospital Letter 9',ssUrlPrefix + 'Depts/Health/CommunityHospitalLetter9/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_54=g_navNode_7_9.addNode('664','What\'s new at the Health Department?',ssUrlPrefix + 'Depts/Health/WhatsnewattheHealthDepartment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_55=g_navNode_7_9.addNode('669','Department annual reports archive',ssUrlPrefix + 'Depts/Health/Departmentannualreportsarchive/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_56=g_navNode_7_9.addNode('679','Divisions and Programs',ssUrlPrefix + 'Depts/Health/DivisionsandPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_57=g_navNode_7_9.addNode('687','MoDNR/ Kansas City Air Quality Operating Permits',ssUrlPrefix + 'Depts/Health/MoDNRKansasCityAirQualityOperatingPermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_58=g_navNode_7_9.addNode('692','Health Commission descriptive overview',ssUrlPrefix + 'Depts/Health/HealthCommissiondescriptiveoverview/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_59=g_navNode_7_9.addNode('694','Health Commission Committees and Task Forces',ssUrlPrefix + 'Depts/Health/HealthCommissionCommitteesandTaskForces/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_60=g_navNode_7_9.addNode('697','Health Commission and Committee pre-meeting handouts',ssUrlPrefix + 'Depts/Health/HealthCommissionandCommitteepre-meetinghandouts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_61=g_navNode_7_9.addNode('701','Health Commission committee minutes',ssUrlPrefix + 'Depts/Health/HealthCommissioncommitteeminutes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_62=g_navNode_7_9.addNode('703','Ebola hemorrhagic fever background',ssUrlPrefix + 'Depts/Health/Ebolahemorrhagicfeverbackground/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_63=g_navNode_7_9.addNode('705','Ebola FAQ',ssUrlPrefix + 'Depts/Health/EbolaFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_64=g_navNode_7_9.addNode('707','Air Quality Program Enforcement Section',ssUrlPrefix + 'Depts/Health/AirQualityProgramEnforcementSection/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_65=g_navNode_7_9.addNode('712','Available Fact Sheets',ssUrlPrefix + 'Depts/Health/AvailableFactSheets/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_66=g_navNode_7_9.addNode('714','Frequently Asked Questions',ssUrlPrefix + 'Depts/Health/FrequentlyAskedQuestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_67=g_navNode_7_9.addNode('715','Food Code Training Registration Form',ssUrlPrefix + 'Depts/Health/FoodCodeTrainingRegistrationForm/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_68=g_navNode_7_9.addNode('717','Food Safety Training Classes',ssUrlPrefix + 'Depts/Health/FoodSafetyTrainingClasses/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_69=g_navNode_7_9.addNode('720','Fireworks Safety',ssUrlPrefix + 'Depts/Health/FireworksSafety/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_70=g_navNode_7_9.addNode('728','Flood safety',ssUrlPrefix + 'Depts/Health/Floodsafety/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_71=g_navNode_7_9.addNode('729','Influenza \x28flu\x29 information gateway',ssUrlPrefix + 'Depts/Health/Influenzafluinformationgateway/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_72=g_navNode_7_9.addNode('731','General information on influenza or flu',ssUrlPrefix + 'Depts/Health/Generalinformationoninfluenzaorflu/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_73=g_navNode_7_9.addNode('733','Seasonal flu clinics',ssUrlPrefix + 'Depts/Health/Seasonalfluclinics/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_74=g_navNode_7_9.addNode('735','Flu links',ssUrlPrefix + 'Depts/Health/Flulinks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_75=g_navNode_7_9.addNode('737','Flu myths',ssUrlPrefix + 'Depts/Health/Flumyths/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_76=g_navNode_7_9.addNode('739','Pandemic influenza \x28flu\x29 outreach campaign',ssUrlPrefix + 'Depts/Health/Pandemicinfluenzafluoutreachcampaign/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_77=g_navNode_7_9.addNode('741','Kansas City, Mo., Health Department\'s Pandemic Flu Preparedness Plan',ssUrlPrefix + 'Depts/Health/KansasCityMo.HealthDepartmentsPandemicFluPreparednessPlan/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_78=g_navNode_7_9.addNode('744','Pandemic flu quiz',ssUrlPrefix + 'Depts/Health/Pandemicfluquiz/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_79=g_navNode_7_9.addNode('746','Pandemic flu quiz answers',ssUrlPrefix + 'Depts/Health/Pandemicfluquizanswers/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_80=g_navNode_7_9.addNode('748','Flu Shot Frequently Asked Questions \x28FAQ\x29',ssUrlPrefix + 'Depts/Health/FluShotFrequentlyAskedQuestionsFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_81=g_navNode_7_9.addNode('750','Pandemic influenza supply kit',ssUrlPrefix + 'Depts/Health/Pandemicinfluenzasupplykit/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_82=g_navNode_7_9.addNode('751','Food Protection Program',ssUrlPrefix + 'Depts/Health/FoodProtectionProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_83=g_navNode_7_9.addNode('752','Food Safety Complaints',ssUrlPrefix + 'Depts/Health/FoodSafetyComplaints/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_84=g_navNode_7_9.addNode('753','Food Safety Complaint Form',ssUrlPrefix + 'Depts/Health/FoodSafetyComplaintForm/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_85=g_navNode_7_9.addNode('755','Inspections for truck wrecks, fires and natural disasters involving food',ssUrlPrefix + 'Depts/Health/Inspectionsfortruckwrecksfiresandnaturaldisastersinvolvingfood/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_86=g_navNode_7_9.addNode('757','Food protection frequently asked questions',ssUrlPrefix + 'Depts/Health/Foodprotectionfrequentlyaskedquestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_87=g_navNode_7_9.addNode('759','KCMO Food Protection Fee Schedule',ssUrlPrefix + 'Depts/Health/KCMOFoodProtectionFeeSchedule/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_88=g_navNode_7_9.addNode('870','Food handlers and managers training program',ssUrlPrefix + 'Depts/Health/Foodhandlersandmanagerstrainingprogram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_89=g_navNode_7_9.addNode('873','Good food handling practices',ssUrlPrefix + 'Depts/Health/Goodfoodhandlingpractices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_90=g_navNode_7_9.addNode('875','Food establishment inspection process',ssUrlPrefix + 'Depts/Health/Foodestablishmentinspectionprocess/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_91=g_navNode_7_9.addNode('877','Food establishment inspection process',ssUrlPrefix + 'Depts/Health/Foodestablishmentinspectionprocess/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_92=g_navNode_7_9.addNode('879','Food safety myths',ssUrlPrefix + 'Depts/Health/Foodsafetymyths/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_93=g_navNode_7_9.addNode('881','Food permits',ssUrlPrefix + 'Depts/Health/Foodpermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_94=g_navNode_7_9.addNode('884','Food permits and inspections',ssUrlPrefix + 'Depts/Health/Foodpermitsandinspections/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_95=g_navNode_7_9.addNode('886','Plan review inspections',ssUrlPrefix + 'Depts/Health/Planreviewinspections/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_96=g_navNode_7_9.addNode('888','Food Quality Awards 2007',ssUrlPrefix + 'Depts/Health/FoodQualityAwards2007/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_97=g_navNode_7_9.addNode('889','2008 Grade A food excellence awards',ssUrlPrefix + 'Depts/Health/2008GradeAfoodexcellenceawards/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_98=g_navNode_7_9.addNode('892','Keeping food safe in an emergency',ssUrlPrefix + 'Depts/Health/Keepingfoodsafeinanemergency/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_99=g_navNode_7_9.addNode('894','Food Protection--Temporary Events',ssUrlPrefix + 'Depts/Health/FoodProtection--TemporaryEvents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_100=g_navNode_7_9.addNode('897','Frostbite frequently asked questions',ssUrlPrefix + 'Depts/Health/Frostbitefrequentlyaskedquestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_101=g_navNode_7_9.addNode('903','Environmentally-friendly or \"green\" health services',ssUrlPrefix + 'Depts/Health/Environmentally-friendlyorgreenhealthservices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_102=g_navNode_7_9.addNode('908','Health Alert Network',ssUrlPrefix + 'Depts/Health/HealthAlertNetwork/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_103=g_navNode_7_9.addNode('919','2006 Annual report and 3rd Annual Summit report',ssUrlPrefix + 'Depts/Health/2006Annualreportand3rdAnnualSummitreport/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_104=g_navNode_7_9.addNode('935','Notice of Privacy Practices',ssUrlPrefix + 'Depts/Health/NoticeofPrivacyPractices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_105=g_navNode_7_9.addNode('950','Health Literacy Initiative',ssUrlPrefix + 'Depts/Health/HealthLiteracyInitiative/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_106=g_navNode_7_9.addNode('957','Directions to the Health Department',ssUrlPrefix + 'Depts/Health/DirectionstotheHealthDepartment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_107=g_navNode_7_9.addNode('959','Services',ssUrlPrefix + 'Depts/Health/Services/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_108=g_navNode_7_9.addNode('973','Healthy homes',ssUrlPrefix + 'Depts/Health/Healthyhomes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_109=g_navNode_7_9.addNode('979','\"The Healthy Reader\" program',ssUrlPrefix + 'Depts/Health/TheHealthyReaderprogram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_110=g_navNode_7_9.addNode('984','Healthy Kansas City Zones',ssUrlPrefix + 'Depts/Health/HealthyKansasCityZones/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_111=g_navNode_7_9.addNode('989','Heat information',ssUrlPrefix + 'Depts/Health/Heatinformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_112=g_navNode_7_9.addNode('993','Heat tips for coaches, athletes and parents',ssUrlPrefix + 'Depts/Health/Heattipsforcoachesathletesandparents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_113=g_navNode_7_9.addNode('999','Health Education Skills',ssUrlPrefix + 'Depts/Health/HealthEducationSkills/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_114=g_navNode_7_9.addNode('1003','HIV/AIDS Information',ssUrlPrefix + 'Depts/Health/HIVAIDSInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_115=g_navNode_7_9.addNode('1009','The HIV Services Program',ssUrlPrefix + 'Depts/Health/TheHIVServicesProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_116=g_navNode_7_9.addNode('1021','Healthy Reader mascot',ssUrlPrefix + 'Depts/Health/HealthyReadermascot/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_117=g_navNode_7_9.addNode('1025','Thank You for Your Submission',ssUrlPrefix + 'Depts/Health/ThankYouforYourSubmission/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_118=g_navNode_7_9.addNode('1036','Thank You for Your Participation',ssUrlPrefix + 'Depts/Health/ThankYouforYourParticipation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_119=g_navNode_7_9.addNode('1046','Thank you for your comments',ssUrlPrefix + 'Depts/Health/Thankyouforyourcomments/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_120=g_navNode_7_9.addNode('1073','Human papiloma virus including genital warts',ssUrlPrefix + 'Depts/Health/Humanpapilomavirusincludinggenitalwarts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_121=g_navNode_7_9.addNode('1086','HPV vaccination program',ssUrlPrefix + 'Depts/Health/HPVvaccinationprogram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_122=g_navNode_7_9.addNode('1091','HPV vaccine',ssUrlPrefix + 'Depts/Health/HPVvaccine/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_123=g_navNode_7_9.addNode('1095','Health Trend Monitoring',ssUrlPrefix + 'Depts/Health/HealthTrendMonitoring/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_124=g_navNode_7_9.addNode('1098','Hypothermia frequently asked questions',ssUrlPrefix + 'Depts/Health/Hypothermiafrequentlyaskedquestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_125=g_navNode_7_9.addNode('1101','Immunization Services and Schedules',ssUrlPrefix + 'Depts/Health/ImmunizationServicesandSchedules/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_126=g_navNode_7_9.addNode('1104','Influenza Report',ssUrlPrefix + 'Depts/Health/InfluenzaReport/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_127=g_navNode_7_9.addNode('1107','Injury prevention',ssUrlPrefix + 'Depts/Health/Injuryprevention/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_128=g_navNode_7_9.addNode('1109','Food Establishment Inspection Results',ssUrlPrefix + 'Depts/Health/FoodEstablishmentInspectionResults/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_129=g_navNode_7_9.addNode('1111','Jackson 01 Zone',ssUrlPrefix + 'Depts/Health/Jackson01Zone/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_130=g_navNode_7_9.addNode('1114','Jackson 02 Zone',ssUrlPrefix + 'Depts/Health/Jackson02Zone/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_131=g_navNode_7_9.addNode('1116','Jackson 03 Zone',ssUrlPrefix + 'Depts/Health/Jackson03Zone/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_132=g_navNode_7_9.addNode('1118','Jackson 04 Zone',ssUrlPrefix + 'Depts/Health/Jackson04Zone/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_133=g_navNode_7_9.addNode('1134','Kansas City Air Quality Construction Permits',ssUrlPrefix + 'Depts/Health/KansasCityAirQualityConstructionPermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_134=g_navNode_7_9.addNode('1136','Kansas City Air Quality Emergency Generator Permit \x28EGs\x29',ssUrlPrefix + 'Depts/Health/KansasCityAirQualityEmergencyGeneratorPermitEGs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_135=g_navNode_7_9.addNode('1138','Emissions Inventory Questionnaire \x28EIQ\x29',ssUrlPrefix + 'Depts/Health/EmissionsInventoryQuestionnaireEIQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_136=g_navNode_7_9.addNode('1141','Kansas City Air Quality Local Operating Permits',ssUrlPrefix + 'Depts/Health/KansasCityAirQualityLocalOperatingPermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_137=g_navNode_7_9.addNode('1143','Stats at a glance',ssUrlPrefix + 'Depts/Health/Statsataglance/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_138=g_navNode_7_9.addNode('1145','HIV and AIDS statistics for the Kansas City 11-County area',ssUrlPrefix + 'Depts/Health/HIVandAIDSstatisticsfortheKansasCity11-Countyarea/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_139=g_navNode_7_9.addNode('1147','Lead clearance testing',ssUrlPrefix + 'Depts/Health/Leadclearancetesting/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_140=g_navNode_7_9.addNode('1149','Project Lead Safe Kansas City home registry',ssUrlPrefix + 'Depts/Health/ProjectLeadSafeKansasCityhomeregistry/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_141=g_navNode_7_9.addNode('1154','Lead inspections',ssUrlPrefix + 'Depts/Health/Leadinspections/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_142=g_navNode_7_9.addNode('1156','Kid\'s corner',ssUrlPrefix + 'Depts/Health/Kidscorner/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_143=g_navNode_7_9.addNode('1158','Government lead regulations',ssUrlPrefix + 'Depts/Health/Governmentleadregulations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_144=g_navNode_7_9.addNode('1160','Lead ordinance',ssUrlPrefix + 'Depts/Health/Leadordinance/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_145=g_navNode_7_9.addNode('1162','Other lead services',ssUrlPrefix + 'Depts/Health/Otherleadservices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_146=g_navNode_7_9.addNode('1166','Lead poisoned child services',ssUrlPrefix + 'Depts/Health/Leadpoisonedchildservices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_147=g_navNode_7_9.addNode('1168','Other lead services',ssUrlPrefix + 'Depts/Health/Otherleadservices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_148=g_navNode_7_9.addNode('1170','Lead hazard risk assessments',ssUrlPrefix + 'Depts/Health/Leadhazardriskassessments/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_149=g_navNode_7_9.addNode('1171','Marburg hemorrhagic fever background',ssUrlPrefix + 'Depts/Health/Marburghemorrhagicfeverbackground/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_150=g_navNode_7_9.addNode('1173','Marburg hemorrhagic fever FAQ',ssUrlPrefix + 'Depts/Health/MarburghemorrhagicfeverFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_151=g_navNode_7_9.addNode('1176','Molds',ssUrlPrefix + 'Depts/Health/Molds/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_152=g_navNode_7_9.addNode('1178','MRSA',ssUrlPrefix + 'Depts/Health/MRSA/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_153=g_navNode_7_9.addNode('1181','Mumps',ssUrlPrefix + 'Depts/Health/Mumps/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_154=g_navNode_7_9.addNode('1183','National Ambient Air Quality Standards',ssUrlPrefix + 'Depts/Health/NationalAmbientAirQualityStandards/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Busienss','SectionNameURL==Business');
g_navNode_7_9_155=g_navNode_7_9.addNode('1185','Noise ordinance permits and complaints',ssUrlPrefix + 'Depts/Health/Noiseordinancepermitsandcomplaints/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_156=g_navNode_7_9.addNode('1186','Noise Complaint Form',ssUrlPrefix + 'Depts/Health/NoiseComplaintForm/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_157=g_navNode_7_9.addNode('1188','Kansas City, Mo.\'s noise ordinance',ssUrlPrefix + 'Depts/Health/KansasCityMo.snoiseordinance/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_158=g_navNode_7_9.addNode('1192','Office of Epidemiology and Community Health Monitoring',ssUrlPrefix + 'Depts/Health/OfficeofEpidemiologyandCommunityHealthMonitoring/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_159=g_navNode_7_9.addNode('1194','Lead Ordinance',ssUrlPrefix + 'Depts/Health/LeadOrdinance/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_160=g_navNode_7_9.addNode('1196','Outdoor safety in extreme cold',ssUrlPrefix + 'Depts/Health/Outdoorsafetyinextremecold/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_161=g_navNode_7_9.addNode('1198','Public Health Ambassadors',ssUrlPrefix + 'Depts/Health/PublicHealthAmbassadors/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_162=g_navNode_7_9.addNode('1200','Public Health Emergency Preparedness',ssUrlPrefix + 'Depts/Health/PublicHealthEmergencyPreparedness/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_163=g_navNode_7_9.addNode('1203','Public Health Education and Health Communication',ssUrlPrefix + 'Depts/Health/PublicHealthEducationandHealthCommunication/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_164=g_navNode_7_9.addNode('1205','Plague background',ssUrlPrefix + 'Depts/Health/Plaguebackground/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_165=g_navNode_7_9.addNode('1207','Plague FAQ',ssUrlPrefix + 'Depts/Health/PlagueFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_166=g_navNode_7_9.addNode('1209','Platte Zone',ssUrlPrefix + 'Depts/Health/PlatteZone/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_167=g_navNode_7_9.addNode('1211','Pool Opening Checklist',ssUrlPrefix + 'Depts/Health/PoolOpeningChecklist/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css\x5d','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_168=g_navNode_7_9.addNode('1214','Pool, hot tub and spa inspections',ssUrlPrefix + 'Depts/Health/Poolhottubandspainspections/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_169=g_navNode_7_9.addNode('1215','Medical publications',ssUrlPrefix + 'Depts/Health/Medicalpublications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_170=g_navNode_7_9.addNode('1218','Newsletters and Other Publications',ssUrlPrefix + 'Depts/Health/NewslettersandOtherPublications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_171=g_navNode_7_9.addNode('1220','PULSE',ssUrlPrefix + 'Depts/Health/PULSE/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_172=g_navNode_7_9.addNode('1221','Rabies Manual',ssUrlPrefix + 'Depts/Health/RabiesManual/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_173=g_navNode_7_9.addNode('1223','Rat Complaint Form',ssUrlPrefix + 'Depts/Health/RatComplaintForm/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_174=g_navNode_7_9.addNode('1225','Rat Facts',ssUrlPrefix + 'Depts/Health/RatFacts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_175=g_navNode_7_9.addNode('1227','Safety Street',ssUrlPrefix + 'Depts/Health/SafetyStreet/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_176=g_navNode_7_9.addNode('1229','Safety Street reservation or information request form',ssUrlPrefix + 'Depts/Health/SafetyStreetreservationorinformationrequestform/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_177=g_navNode_7_9.addNode('1231','SARS',ssUrlPrefix + 'Depts/Health/SARS/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_178=g_navNode_7_9.addNode('1233','Help us help you',ssUrlPrefix + 'Depts/Health/Helpushelpyou/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_179=g_navNode_7_9.addNode('1235','Sickle Cell Trait and Anemia',ssUrlPrefix + 'Depts/Health/SickleCellTraitandAnemia/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_180=g_navNode_7_9.addNode('1237','Kansas City, Mo., Smoking Ordinance',ssUrlPrefix + 'Depts/Health/KansasCityMo.SmokingOrdinance/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_181=g_navNode_7_9.addNode('1239','Smoke School/Events',ssUrlPrefix + 'Depts/Health/SmokeSchoolEvents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_182=g_navNode_7_9.addNode('1241','Smoking Ordinance Complaint Form',ssUrlPrefix + 'Depts/Health/SmokingOrdinanceComplaintForm/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_183=g_navNode_7_9.addNode('1243','Smoking Ordinance Text',ssUrlPrefix + 'Depts/Health/SmokingOrdinanceText/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_184=g_navNode_7_9.addNode('1245','Kansas City, Mo., smoking survey results',ssUrlPrefix + 'Depts/Health/KansasCityMo.smokingsurveyresults/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_185=g_navNode_7_9.addNode('1247','Smallpox',ssUrlPrefix + 'Depts/Health/Smallpox/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_186=g_navNode_7_9.addNode('1248','Sexually Transmitted Disease \x28STD\x29 clinic',ssUrlPrefix + 'Depts/Health/SexuallyTransmittedDiseaseSTDclinic/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_187=g_navNode_7_9.addNode('1249','Stop the spread of germs at work',ssUrlPrefix + 'Depts/Health/Stopthespreadofgermsatwork/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_188=g_navNode_7_9.addNode('1250','Tuberculosis \x28TB\x29 clinic',ssUrlPrefix + 'Depts/Health/TuberculosisTBclinic/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_189=g_navNode_7_9.addNode('1252','Tetanus',ssUrlPrefix + 'Depts/Health/Tetanus/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_190=g_navNode_7_9.addNode('1253','Tobacco Use Prevention Program',ssUrlPrefix + 'Depts/Health/TobaccoUsePreventionProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_191=g_navNode_7_9.addNode('1255','What is Healthy People 2010?',ssUrlPrefix + 'Depts/Health/WhatisHealthyPeople2010/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_192=g_navNode_7_9.addNode('1256','Women, Infants and Children \x28WIC\x29 program',ssUrlPrefix + 'Depts/Health/WomenInfantsandChildrenWICprogram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_193=g_navNode_7_9.addNode('1257','Winter injury prevention tips',ssUrlPrefix + 'Depts/Health/Winterinjurypreventiontips/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_194=g_navNode_7_9.addNode('1258','Winter power outage tips',ssUrlPrefix + 'Depts/Health/Winterpoweroutagetips/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_195=g_navNode_7_9.addNode('1259','West Nile virus',ssUrlPrefix + 'Depts/Health/WestNilevirus/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_196=g_navNode_7_9.addNode('1260','Walkers On Watch Manual',ssUrlPrefix + 'Depts/Health/WalkersOnWatchManual/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_197=g_navNode_7_9.addNode('1262','Environmental Health Programs',ssUrlPrefix + 'Depts/Health/EnvironmentalHealthPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_198=g_navNode_7_9.addNode('1264','Ten Essential Public Health Services',ssUrlPrefix + 'Depts/Health/TenEssentialPublicHealthServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_199=g_navNode_7_9.addNode('1265','Tobacco Use Prevention Program',ssUrlPrefix + 'Depts/Health/TobaccoUsePreventionProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_200=g_navNode_7_9.addNode('2221','Food handler on-line training',ssUrlPrefix + 'Depts/Health/Foodhandleron-linetraining/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_201=g_navNode_7_9.addNode('2317','Food Inspection frequently asked questions',ssUrlPrefix + 'Depts/Health/FoodInspectionfrequentlyaskedquestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_202=g_navNode_7_9.addNode('2318','H1N1 vaccine frequently asked questions',ssUrlPrefix + 'Depts/Health/H1N1vaccinefrequentlyaskedquestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_203=g_navNode_7_9.addNode('2319','Community Environmental Health',ssUrlPrefix + 'Depts/Health/CommunityEnvironmentalHealth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_204=g_navNode_7_9.addNode('2320','Health Education and Health Communications',ssUrlPrefix + 'Depts/Health/HealthEducationandHealthCommunications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_205=g_navNode_7_9.addNode('2321','Current Air Quality fee schedule',ssUrlPrefix + 'Depts/Health/CurrentAirQualityfeeschedule/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_9_206=g_navNode_7_9.addNode('2322','Food Handler ID card',ssUrlPrefix + 'Depts/Health/FoodHandlerIDcard/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10=g_navNode_7.addNode('139','Housing',ssUrlPrefix + 'Depts/Housing/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_1=g_navNode_7_10.addNode('365','Property Preservation Division',ssUrlPrefix + 'Depts/Housing/PropertyPreservationDivision/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_2=g_navNode_7_10.addNode('366','Home Weatherization Program ',ssUrlPrefix + 'Depts/Housing/HomeWeatherizationProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_3=g_navNode_7_10.addNode('367','Emergency Home Repair Program ',ssUrlPrefix + 'Depts/Housing/EmergencyHomeRepairProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_4=g_navNode_7_10.addNode('368','Paint Program ',ssUrlPrefix + 'Depts/Housing/PaintProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_5=g_navNode_7_10.addNode('369','Municipal Court Fund Program ',ssUrlPrefix + 'Depts/Housing/MunicipalCourtFundProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_6=g_navNode_7_10.addNode('370','Information for contractors',ssUrlPrefix + 'Depts/Housing/Informationforcontractors/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_7=g_navNode_7_10.addNode('371','Low Income Housing Tax Credit Prioritization Process',ssUrlPrefix + 'Depts/Housing/LowIncomeHousingTaxCreditPrioritizationProcess/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_8=g_navNode_7_10.addNode('372','Neighborhood Stabilization 2 Program ',ssUrlPrefix + 'Depts/Housing/NeighborhoodStabilization2Program/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_9=g_navNode_7_10.addNode('373','Kansas City Dream Home Program ',ssUrlPrefix + 'Depts/Housing/KansasCityDreamHomeProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_10_11=g_navNode_7_10.addNode('ParticipatingLenders','Participating Lenders',ssUrlPrefix + 'Depts/Housing/ParticipatingLenders/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11=g_navNode_7.addNode('140','Human Resources',ssUrlPrefix + 'Depts/HumanResources/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_0=g_navNode_7_11.addNode('538','Human Resources Academy',ssUrlPrefix + 'Depts/HumanResources/HumanResourcesAcademy/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_1=g_navNode_7_11.addNode('341','Tuition Assistance Program ',ssUrlPrefix + 'Depts/HumanResources/TuitionAssistanceProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_2=g_navNode_7_11.addNode('342','Fitness Source Downtown Fitness Facility ',ssUrlPrefix + 'Depts/HumanResources/FitnessSourceDowntownFitnessFacility/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_3=g_navNode_7_11.addNode('343','Equipment Available at FitnessSource ',ssUrlPrefix + 'Depts/HumanResources/EquipmentAvailableatFitnessSource/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_4=g_navNode_7_11.addNode('344','Exercise Program ',ssUrlPrefix + 'Depts/HumanResources/ExerciseProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_5=g_navNode_7_11.addNode('345','Massage Therapy ',ssUrlPrefix + 'Depts/HumanResources/MassageTherapy/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_6=g_navNode_7_11.addNode('346','Personal Training ',ssUrlPrefix + 'Depts/HumanResources/PersonalTraining/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_7=g_navNode_7_11.addNode('347','Fitness Source Specialty Classes ',ssUrlPrefix + 'Depts/HumanResources/FitnessSourceSpecialtyClasses/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_8=g_navNode_7_11.addNode('348','Fitness Source Weight 4 Me Program',ssUrlPrefix + 'Depts/HumanResources/FitnessSourceWeight4MeProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_9=g_navNode_7_11.addNode('349','City Job Opportunities ',ssUrlPrefix + 'Depts/HumanResources/CityJobOpportunities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_10=g_navNode_7_11.addNode('350','Deferred Compensation Plan ',ssUrlPrefix + 'Depts/HumanResources/DeferredCompensationPlan/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_11=g_navNode_7_11.addNode('351','Frequently Asked Questions',ssUrlPrefix + 'Depts/HumanResources/FrequentlyAskedQuestions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_12=g_navNode_7_11.addNode('352','Retirement Forms ',ssUrlPrefix + 'Depts/HumanResources/RetirementForms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_13=g_navNode_7_11.addNode('353','Retiree Information',ssUrlPrefix + 'Depts/HumanResources/RetireeInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_14=g_navNode_7_11.addNode('354','Insurance Plans',ssUrlPrefix + 'Depts/HumanResources/InsurancePlans/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_11_15=g_navNode_7_11.addNode('355','Retiree Contact Information ',ssUrlPrefix + 'Depts/HumanResources/RetireeContactInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_12=g_navNode_7.addNode('143','Information Technology',ssUrlPrefix + 'Depts/InformationTechnology/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_12_8=g_navNode_7_12.addNode('OtherGovernmentLinks','Other Government Links',ssUrlPrefix + 'Depts/InformationTechnology/OtherGovernmentLinks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13=g_navNode_7.addNode('144','Law',ssUrlPrefix + 'Depts/Law/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_0=g_navNode_7_13.addNode('388','Entry of Appearance Card',ssUrlPrefix + 'Depts/Law/EntryofAppearanceCard/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_1=g_navNode_7_13.addNode('389','Ticket Amendment Forms',ssUrlPrefix + 'Depts/Law/TicketAmendmentForms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2=g_navNode_7_13.addNode('390','City Prosecutor\'s Office',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2_0=g_navNode_7_13_2.addNode('397','Prosecutor\'s Office Domestic Violence',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/ProsecutorsOfficeDV/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2_1=g_navNode_7_13_2.addNode('396','Prosecutor\'s Office FAQ',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/ProsecutorsOfficeFAQ/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2_2=g_navNode_7_13_2.addNode('395','Prosecutor\'s Office Housing and Code Prosecution',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/ProsecutorsOfficeHCP/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2_3=g_navNode_7_13_2.addNode('394','Prosecutor\'s Office Prosecutorial Staff',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/ProsecutorsOfficePS/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2_4=g_navNode_7_13_2.addNode('392','Prosecutor\'s Office Trial de novo',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/ProsecutorsOfficeTDN/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2_5=g_navNode_7_13_2.addNode('391','Prosecutor\'s Office Witness Information',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/ProsecutorsOfficeWI/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_2_6=g_navNode_7_13_2.addNode('400','Prosecutor\'s Office Tips for testifying at trial',ssUrlPrefix + 'Depts/Law/ProsecutorsOffice/ProsecutorsOfficeTFTT/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_3=g_navNode_7_13.addNode('398','Request to amend card',ssUrlPrefix + 'Depts/Law/Requesttoamendcard/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_13_4=g_navNode_7_13.addNode('399','Strike Card',ssUrlPrefix + 'Depts/Law/StrikeCard/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14=g_navNode_7.addNode('145','Municipal Court',ssUrlPrefix + 'Depts/MunicipalCourt/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_0=g_navNode_7_14.addNode('356','How to get to the Kansas City, Mo., Municipal Court',ssUrlPrefix + 'Depts/MunicipalCourt/HowtogettotheKansasCityMo.MunicipalCourt/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_1=g_navNode_7_14.addNode('357','Court Etiquette',ssUrlPrefix + 'Depts/MunicipalCourt/CourtEtiquette/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_2=g_navNode_7_14.addNode('358','Municipal Court Housing Docket',ssUrlPrefix + 'Depts/MunicipalCourt/MunicipalCourtHousingDocket/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_3=g_navNode_7_14.addNode('359','General Information About Municipal Court',ssUrlPrefix + 'Depts/MunicipalCourt/GeneralInformationAboutMunicipalCourt/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_4=g_navNode_7_14.addNode('360','Request For Information',ssUrlPrefix + 'Depts/MunicipalCourt/RequestForInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_6=g_navNode_7_14.addNode('362','Request for Not Guilty Court Date',ssUrlPrefix + 'Depts/MunicipalCourt/RequestforNotGuiltyCourtDate/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_7=g_navNode_7_14.addNode('363','Other Resources',ssUrlPrefix + 'Depts/MunicipalCourt/OtherResources/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_14_8=g_navNode_7_14.addNode('364','Online Services',ssUrlPrefix + 'Depts/MunicipalCourt/OnlineServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15=g_navNode_7.addNode('146','Neighborhood and Community Services',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5=g_navNode_7_15.addNode('1419','Neighborhood Advisory Council',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5_0=g_navNode_7_15_5.addNode('1422','Region Map',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/Map/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5_0_0=g_navNode_7_15_5_0.addNode('1424','Neighborhood Advisory Council Regions and Representatives',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/Map/Regions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5_1=g_navNode_7_15_5.addNode('1421','Election Process for the Neighborhood Advisory Council',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/Elections/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5_2=g_navNode_7_15_5.addNode('1450','Property Maintenance Advisory Committee',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/PMAC/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5_3=g_navNode_7_15_5.addNode('1420','Bylaws for the Neighborhood Advisory Council',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/Bylaws/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5_4=g_navNode_7_15_5.addNode('1423','Meeting Minutes',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/Minutes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_15_5_5=g_navNode_7_15_5.addNode('2023','KCNAC Candidate Forum',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/Forum/index.htm');
g_navNode_7_15_5_6=g_navNode_7_15_5.addNode('2027','Waste Management Subcommittee',ssUrlPrefix + 'Depts/NeighborhoodAndCommunityServices/KCNAC/WM/index.htm');
g_navNode_7_16=g_navNode_7.addNode('147','Parks and Recreation',ssUrlPrefix + 'Depts/ParksandRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_0=g_navNode_7_16.addNode('800','Weed Abatement Program',ssUrlPrefix + 'Depts/ParksandRecreation/WeedAbatementProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_1=g_navNode_7_16.addNode('801','About Parks \x26 Recreation',ssUrlPrefix + 'Depts/ParksandRecreation/AboutParksRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_2=g_navNode_7_16.addNode('802','Adult Martial Arts ',ssUrlPrefix + 'Depts/ParksandRecreation/AdultMartialArts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_3=g_navNode_7_16.addNode('803','American Royal Parade',ssUrlPrefix + 'Depts/ParksandRecreation/AmericanRoyalParade/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_4=g_navNode_7_16.addNode('804','Aquatics ',ssUrlPrefix + 'Depts/ParksandRecreation/Aquatics/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_5=g_navNode_7_16.addNode('805','Swimming Pools',ssUrlPrefix + 'Depts/ParksandRecreation/SwimmingPools/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_6=g_navNode_7_16.addNode('806','The Springs Aquatic Center',ssUrlPrefix + 'Depts/ParksandRecreation/TheSpringsAquaticCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_7=g_navNode_7_16.addNode('807','Aquatic Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/AquaticPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_8=g_navNode_7_16.addNode('808','Aquatics Programs',ssUrlPrefix + 'Depts/ParksandRecreation/AquaticsPrograms2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_9=g_navNode_7_16.addNode('809','Swim Team',ssUrlPrefix + 'Depts/ParksandRecreation/SwimTeam/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_10=g_navNode_7_16.addNode('810','Archives ',ssUrlPrefix + 'Depts/ParksandRecreation/Archives/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_11=g_navNode_7_16.addNode('811','Athletics ',ssUrlPrefix + 'Depts/ParksandRecreation/Athletics/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_12=g_navNode_7_16.addNode('812','The Benefits ',ssUrlPrefix + 'Depts/ParksandRecreation/TheBenefits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_13=g_navNode_7_16.addNode('813','Adult Activities ',ssUrlPrefix + 'Depts/ParksandRecreation/AdultActivities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_14=g_navNode_7_16.addNode('814','Clubs \x26 Associations',ssUrlPrefix + 'Depts/ParksandRecreation/ClubsAssociations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_15=g_navNode_7_16.addNode('815','50\x2b Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/50Programs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_16=g_navNode_7_16.addNode('816','Youth Activities',ssUrlPrefix + 'Depts/ParksandRecreation/YouthActivities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_17=g_navNode_7_16.addNode('817','Board Minutes ',ssUrlPrefix + 'Depts/ParksandRecreation/BoardMinutes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_18=g_navNode_7_16.addNode('818','Historical Photographs \x26 Books \x28Archives\x29',ssUrlPrefix + 'Depts/ParksandRecreation/HistoricalPhotographsBooksArchives/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_19=g_navNode_7_16.addNode('819','Budd Park ',ssUrlPrefix + 'Depts/ParksandRecreation/BuddPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_20=g_navNode_7_16.addNode('821','Brush Creek Community Center',ssUrlPrefix + 'Depts/ParksandRecreation/BrushCreekCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_21=g_navNode_7_16.addNode('822','Community Centers ',ssUrlPrefix + 'Depts/ParksandRecreation/CommunityCenters/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_22=g_navNode_7_16.addNode('823','Garrison Community Center ',ssUrlPrefix + 'Depts/ParksandRecreation/GarrisonCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_23=g_navNode_7_16.addNode('824','Gregg Community Center ',ssUrlPrefix + 'Depts/ParksandRecreation/GreggCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_24=g_navNode_7_16.addNode('825','Hillcrest Community Center ',ssUrlPrefix + 'Depts/ParksandRecreation/HillcrestCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_25=g_navNode_7_16.addNode('826','Kansas City North Community Center',ssUrlPrefix + 'Depts/ParksandRecreation/KansasCityNorthCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_26=g_navNode_7_16.addNode('827','Line Creek Community Center Ice Arena',ssUrlPrefix + 'Depts/ParksandRecreation/LineCreekCommunityCenterIceArena/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_27=g_navNode_7_16.addNode('828','Marlborough Community Center',ssUrlPrefix + 'Depts/ParksandRecreation/MarlboroughCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_28=g_navNode_7_16.addNode('829','New Southeast ',ssUrlPrefix + 'Depts/ParksandRecreation/NewSoutheast/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_29=g_navNode_7_16.addNode('830','Parks and Recreation Commissioners',ssUrlPrefix + 'Depts/ParksandRecreation/ParksandRecreationCommissioners/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_30=g_navNode_7_16.addNode('831','Contact Us ',ssUrlPrefix + 'Depts/ParksandRecreation/ContactUs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_31=g_navNode_7_16.addNode('832','Tony Aguirre Community Center',ssUrlPrefix + 'Depts/ParksandRecreation/TonyAguirreCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_32=g_navNode_7_16.addNode('833','Westport Roanoke Community Center',ssUrlPrefix + 'Depts/ParksandRecreation/WestportRoanokeCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_33=g_navNode_7_16.addNode('834','Day of Play',ssUrlPrefix + 'Depts/ParksandRecreation/DayofPlay/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_34=g_navNode_7_16.addNode('835','Dog Park Task Force Advisory Committee ',ssUrlPrefix + 'Depts/ParksandRecreation/DogParkTaskForceAdvisoryCommittee/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_35=g_navNode_7_16.addNode('836','Downloads ',ssUrlPrefix + 'Depts/ParksandRecreation/Downloads/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_36=g_navNode_7_16.addNode('837','Ethnic Enrichment Commission ',ssUrlPrefix + 'Depts/ParksandRecreation/EthnicEnrichmentCommission/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_37=g_navNode_7_16.addNode('838','The Diplomatic Ball ',ssUrlPrefix + 'Depts/ParksandRecreation/TheDiplomaticBall/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_38=g_navNode_7_16.addNode('839','Ethnic Enrichment Festival ',ssUrlPrefix + 'Depts/ParksandRecreation/EthnicEnrichmentFestival/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_39=g_navNode_7_16.addNode('840','Exercise Trails ',ssUrlPrefix + 'Depts/ParksandRecreation/ExerciseTrails/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_40=g_navNode_7_16.addNode('841','Athletic Fields',ssUrlPrefix + 'Depts/ParksandRecreation/AthleticFields/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_41=g_navNode_7_16.addNode('842','Fitness and Health ',ssUrlPrefix + 'Depts/ParksandRecreation/FitnessandHealth/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_42=g_navNode_7_16.addNode('843','Fountains ',ssUrlPrefix + 'Depts/ParksandRecreation/Fountains/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_43=g_navNode_7_16.addNode('844','Garden Center Events',ssUrlPrefix + 'Depts/ParksandRecreation/GardenCenterEvents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_44=g_navNode_7_16.addNode('845','Loose Park Shelter Reservation',ssUrlPrefix + 'Depts/ParksandRecreation/LooseParkShelterReservation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_45=g_navNode_7_16.addNode('846','Japanese Tea Room ',ssUrlPrefix + 'Depts/ParksandRecreation/JapaneseTeaRoom/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_46=g_navNode_7_16.addNode('848','Adult Classes ',ssUrlPrefix + 'Depts/ParksandRecreation/AdultClasses/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_47=g_navNode_7_16.addNode('849','Special Events ',ssUrlPrefix + 'Depts/ParksandRecreation/SpecialEvents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_48=g_navNode_7_16.addNode('850','Youth Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/YouthPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_49=g_navNode_7_16.addNode('851','Gregg Community Center',ssUrlPrefix + 'Depts/ParksandRecreation/GreggCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_50=g_navNode_7_16.addNode('852','Gregg/ Klice Community Center Aquatic Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/GreggKliceCommunityCenterAquaticPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_51=g_navNode_7_16.addNode('853','About The Center',ssUrlPrefix + 'Depts/ParksandRecreation/AboutTheCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_52=g_navNode_7_16.addNode('854','Youth Activities ',ssUrlPrefix + 'Depts/ParksandRecreation/YouthActivities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_53=g_navNode_7_16.addNode('855','Halloween Happenings',ssUrlPrefix + 'Depts/ParksandRecreation/HalloweenHappenings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_54=g_navNode_7_16.addNode('856','Adult Classes',ssUrlPrefix + 'Depts/ParksandRecreation/AdultClasses/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_55=g_navNode_7_16.addNode('857','Children ',ssUrlPrefix + 'Depts/ParksandRecreation/Children/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_56=g_navNode_7_16.addNode('858','Hillcrest Facts ',ssUrlPrefix + 'Depts/ParksandRecreation/HillcrestFacts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_57=g_navNode_7_16.addNode('859','Preschool Classes ',ssUrlPrefix + 'Depts/ParksandRecreation/PreschoolClasses/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_58=g_navNode_7_16.addNode('860','Hillcrest Rental Rates ',ssUrlPrefix + 'Depts/ParksandRecreation/HillcrestRentalRates/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_59=g_navNode_7_16.addNode('861','50\x2b Just For You Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/50JustForYouPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_60=g_navNode_7_16.addNode('862','Sports ',ssUrlPrefix + 'Depts/ParksandRecreation/Sports/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_61=g_navNode_7_16.addNode('863','Heart of America Golf Course ',ssUrlPrefix + 'Depts/ParksandRecreation/HeartofAmericaGolfCourse/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_62=g_navNode_7_16.addNode('864','Hodge Park Golf Course ',ssUrlPrefix + 'Depts/ParksandRecreation/HodgeParkGolfCourse/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_63=g_navNode_7_16.addNode('865','Hodge Park ',ssUrlPrefix + 'Depts/ParksandRecreation/HodgePark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_64=g_navNode_7_16.addNode('866','Holiday Happenings ',ssUrlPrefix + 'Depts/ParksandRecreation/HolidayHappenings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_65=g_navNode_7_16.addNode('867','Parks and Recreation Department ',ssUrlPrefix + 'Depts/ParksandRecreation/ParksandRecreationDepartment/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_66=g_navNode_7_16.addNode('868','Inclusive Recreation',ssUrlPrefix + 'Depts/ParksandRecreation/InclusiveRecreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_67=g_navNode_7_16.addNode('869','Junior Golf Academy',ssUrlPrefix + 'Depts/ParksandRecreation/JuniorGolfAcademy/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_68=g_navNode_7_16.addNode('871','Just For You',ssUrlPrefix + 'Depts/ParksandRecreation/JustForYou/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_69=g_navNode_7_16.addNode('872','Crafts, Classes \x26 Clubs',ssUrlPrefix + 'Depts/ParksandRecreation/CraftsClassesClubs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_70=g_navNode_7_16.addNode('876','Sports ',ssUrlPrefix + 'Depts/ParksandRecreation/Sports/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_71=g_navNode_7_16.addNode('878','Kris Kringle Run Results \x26 Pictures',ssUrlPrefix + 'Depts/ParksandRecreation/KrisKringleRunResultsPictures/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_72=g_navNode_7_16.addNode('880','Kris Kringle 5K Run',ssUrlPrefix + 'Depts/ParksandRecreation/KrisKringle5KRun/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_73=g_navNode_7_16.addNode('882','Lakes and Fishing ',ssUrlPrefix + 'Depts/ParksandRecreation/LakesandFishing/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_74=g_navNode_7_16.addNode('883','Lakeside Nature Center',ssUrlPrefix + 'Depts/ParksandRecreation/LakesideNatureCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_75=g_navNode_7_16.addNode('885','Lakeside Group Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/LakesideGroupPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_76=g_navNode_7_16.addNode('887','Especially for Scouts ',ssUrlPrefix + 'Depts/ParksandRecreation/EspeciallyforScouts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_77=g_navNode_7_16.addNode('890','Summer Of Science ',ssUrlPrefix + 'Depts/ParksandRecreation/SummerOfScience/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_78=g_navNode_7_16.addNode('891','For Younger Children',ssUrlPrefix + 'Depts/ParksandRecreation/ForYoungerChildren/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_79=g_navNode_7_16.addNode('893','Line Creek Community Center ',ssUrlPrefix + 'Depts/ParksandRecreation/LineCreekCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_80=g_navNode_7_16.addNode('895','Line Creek Community Center',ssUrlPrefix + 'Depts/ParksandRecreation/LineCreekCommunityCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_81=g_navNode_7_16.addNode('899','KC Parks Logos ',ssUrlPrefix + 'Depts/ParksandRecreation/KCParksLogos/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_82=g_navNode_7_16.addNode('902','Loose Park',ssUrlPrefix + 'Depts/ParksandRecreation/LoosePark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_83=g_navNode_7_16.addNode('906','Garden Center ',ssUrlPrefix + 'Depts/ParksandRecreation/GardenCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_84=g_navNode_7_16.addNode('910','Adult and Senior Programs',ssUrlPrefix + 'Depts/ParksandRecreation/AdultandSeniorPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_85=g_navNode_7_16.addNode('915','Rental Information ',ssUrlPrefix + 'Depts/ParksandRecreation/RentalInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_86=g_navNode_7_16.addNode('920','Youth Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/YouthPrograms2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_87=g_navNode_7_16.addNode('923','Media Center ',ssUrlPrefix + 'Depts/ParksandRecreation/MediaCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_88=g_navNode_7_16.addNode('928','Mill Creek ',ssUrlPrefix + 'Depts/ParksandRecreation/MillCreek/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_89=g_navNode_7_16.addNode('931','Minor Park Golf Course',ssUrlPrefix + 'Depts/ParksandRecreation/MinorParkGolfCourse/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_90=g_navNode_7_16.addNode('937','Minor Park ',ssUrlPrefix + 'Depts/ParksandRecreation/MinorPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_91=g_navNode_7_16.addNode('941','See a movie\x3b see Kansas City',ssUrlPrefix + 'Depts/ParksandRecreation/SeeamovieseeKansasCity/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_92=g_navNode_7_16.addNode('945','Museum and Attractions',ssUrlPrefix + 'Depts/ParksandRecreation/MuseumandAttractions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_93=g_navNode_7_16.addNode('948','Night hoops ',ssUrlPrefix + 'Depts/ParksandRecreation/Nighthoops/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_94=g_navNode_7_16.addNode('953','About the Center ',ssUrlPrefix + 'Depts/ParksandRecreation/AbouttheCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_95=g_navNode_7_16.addNode('955','Aquatics ',ssUrlPrefix + 'Depts/ParksandRecreation/Aquatics2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_96=g_navNode_7_16.addNode('956','Facility and rental fees',ssUrlPrefix + 'Depts/ParksandRecreation/Facilityandrentalfees/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_97=g_navNode_7_16.addNode('958','Southeast Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/SoutheastPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_98=g_navNode_7_16.addNode('960','Our Partners ',ssUrlPrefix + 'Depts/ParksandRecreation/OurPartners/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_99=g_navNode_7_16.addNode('961','Parks ',ssUrlPrefix + 'Depts/ParksandRecreation/Parks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_100=g_navNode_7_16.addNode('963','Partners in Parks ',ssUrlPrefix + 'Depts/ParksandRecreation/PartnersinParks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_101=g_navNode_7_16.addNode('966','Penguin Park ',ssUrlPrefix + 'Depts/ParksandRecreation/PenguinPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_102=g_navNode_7_16.addNode('968','Dog Park ',ssUrlPrefix + 'Depts/ParksandRecreation/DogPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_103=g_navNode_7_16.addNode('971','Penn Valley Park ',ssUrlPrefix + 'Depts/ParksandRecreation/PennValleyPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_104=g_navNode_7_16.addNode('974','Skate Park ',ssUrlPrefix + 'Depts/ParksandRecreation/SkatePark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_105=g_navNode_7_16.addNode('977','Parks Permits ',ssUrlPrefix + 'Depts/ParksandRecreation/ParksPermits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_106=g_navNode_7_16.addNode('982','Parks Planning and Design Services ',ssUrlPrefix + 'Depts/ParksandRecreation/ParksPlanningandDesignServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_107=g_navNode_7_16.addNode('986','Rain Garden ',ssUrlPrefix + 'Depts/ParksandRecreation/RainGarden/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_108=g_navNode_7_16.addNode('990','Recreation',ssUrlPrefix + 'Depts/ParksandRecreation/Recreation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_109=g_navNode_7_16.addNode('994','Kansas City Rose Society ',ssUrlPrefix + 'Depts/ParksandRecreation/KansasCityRoseSociety/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_110=g_navNode_7_16.addNode('997','Cross-country runs',ssUrlPrefix + 'Depts/ParksandRecreation/Cross-countryruns/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_111=g_navNode_7_16.addNode('1001','S.H.A.P.E. Program ',ssUrlPrefix + 'Depts/ParksandRecreation/S.H.A.P.E.Program/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_112=g_navNode_7_16.addNode('1004','S.H.A.P.E. Community Centers ',ssUrlPrefix + 'Depts/ParksandRecreation/S.H.A.P.E.CommunityCenters/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_113=g_navNode_7_16.addNode('1006','S.H.A.P.E. Information ',ssUrlPrefix + 'Depts/ParksandRecreation/S.H.A.P.E.Information/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_114=g_navNode_7_16.addNode('1010','S.H.A.P.E. Parks ',ssUrlPrefix + 'Depts/ParksandRecreation/S.H.A.P.E.Parks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_115=g_navNode_7_16.addNode('1012','Shelter Reservations ',ssUrlPrefix + 'Depts/ParksandRecreation/ShelterReservations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_116=g_navNode_7_16.addNode('1016','Shoal Creek Living History Museum ',ssUrlPrefix + 'Depts/ParksandRecreation/ShoalCreekLivingHistoryMuseum/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_117=g_navNode_7_16.addNode('1020','Shoal Creek Golf Course ',ssUrlPrefix + 'Depts/ParksandRecreation/ShoalCreekGolfCourse/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_118=g_navNode_7_16.addNode('1024','Special Events ',ssUrlPrefix + 'Depts/ParksandRecreation/SpecialEvents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_119=g_navNode_7_16.addNode('1028','Spring Break Fun ',ssUrlPrefix + 'Depts/ParksandRecreation/SpringBreakFun/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_120=g_navNode_7_16.addNode('1031','Summer Camps ',ssUrlPrefix + 'Depts/ParksandRecreation/SummerCamps/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_121=g_navNode_7_16.addNode('1034','Swope Park',ssUrlPrefix + 'Depts/ParksandRecreation/SwopePark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_122=g_navNode_7_16.addNode('1039','Party In The Park',ssUrlPrefix + 'Depts/ParksandRecreation/PartyInThePark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_123=g_navNode_7_16.addNode('1048','Swope Memorial Golf Course ',ssUrlPrefix + 'Depts/ParksandRecreation/SwopeMemorialGolfCourse/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_124=g_navNode_7_16.addNode('1054','Swope Map',ssUrlPrefix + 'Depts/ParksandRecreation/SwopeMap/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_125=g_navNode_7_16.addNode('1072','Adult Activities ',ssUrlPrefix + 'Depts/ParksandRecreation/AdultActivities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_126=g_navNode_7_16.addNode('1081','Aquatic Programs',ssUrlPrefix + 'Depts/ParksandRecreation/AquaticPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_127=g_navNode_7_16.addNode('1089','Benefits ',ssUrlPrefix + 'Depts/ParksandRecreation/Benefits/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_128=g_navNode_7_16.addNode('1090','50\x2b Programs ',ssUrlPrefix + 'Depts/ParksandRecreation/50Programs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_129=g_navNode_7_16.addNode('1092','Youth Activities ',ssUrlPrefix + 'Depts/ParksandRecreation/YouthActivities3/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_130=g_navNode_7_16.addNode('1093','Tower Park ',ssUrlPrefix + 'Depts/ParksandRecreation/TowerPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_131=g_navNode_7_16.addNode('1094','Theis Park ',ssUrlPrefix + 'Depts/ParksandRecreation/TheisPark/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_132=g_navNode_7_16.addNode('1097','Parks Citywide Services ',ssUrlPrefix + 'Depts/ParksandRecreation/ParksCitywideServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_133=g_navNode_7_16.addNode('1099','Union Cemetery',ssUrlPrefix + 'Depts/ParksandRecreation/UnionCemetery/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_134=g_navNode_7_16.addNode('1100','Bruce R. Watkins ',ssUrlPrefix + 'Depts/ParksandRecreation/BruceR.Watkins/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_135=g_navNode_7_16.addNode('1102',' Bruce R. Watkins Special Events ',ssUrlPrefix + 'Depts/ParksandRecreation/BruceR.WatkinsSpecialEvents/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_136=g_navNode_7_16.addNode('1103','Bruce R. Watkins Gallery',ssUrlPrefix + 'Depts/ParksandRecreation/BruceR.WatkinsGallery/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_137=g_navNode_7_16.addNode('1105','Weed Control Program ',ssUrlPrefix + 'Depts/ParksandRecreation/WeedControlProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_138=g_navNode_7_16.addNode('1106','Weed Control ',ssUrlPrefix + 'Depts/ParksandRecreation/WeedControl/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_139=g_navNode_7_16.addNode('1108','Wilderness run ',ssUrlPrefix + 'Depts/ParksandRecreation/Wildernessrun/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_140=g_navNode_7_16.addNode('1110','Wilderness run faqs',ssUrlPrefix + 'Depts/ParksandRecreation/Wildernessrunfaqs/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_141=g_navNode_7_16.addNode('1112','Wilderness Run History ',ssUrlPrefix + 'Depts/ParksandRecreation/WildernessRunHistory/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_142=g_navNode_7_16.addNode('1113','Wilderness run maps ',ssUrlPrefix + 'Depts/ParksandRecreation/Wildernessrunmaps/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_143=g_navNode_7_16.addNode('1115','wilderness run pictures ',ssUrlPrefix + 'Depts/ParksandRecreation/wildernessrunpictures/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_144=g_navNode_7_16.addNode('1117','Wilderness run quotes ',ssUrlPrefix + 'Depts/ParksandRecreation/Wildernessrunquotes/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_145=g_navNode_7_16.addNode('1119','Wilderness run results ',ssUrlPrefix + 'Depts/ParksandRecreation/Wildernessrunresults/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_146=g_navNode_7_16.addNode('1120','Wilderness run results men',ssUrlPrefix + 'Depts/ParksandRecreation/Wildernessrunresultsmen/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_147=g_navNode_7_16.addNode('1121','Wilderness run results women ',ssUrlPrefix + 'Depts/ParksandRecreation/Wildernessrunresultswomen/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_148=g_navNode_7_16.addNode('1122','Wilderness Run Sponsors ',ssUrlPrefix + 'Depts/ParksandRecreation/WildernessRunSponsors/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_149=g_navNode_7_16.addNode('1123','Winter Break ',ssUrlPrefix + 'Depts/ParksandRecreation/WinterBreak/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_150=g_navNode_7_16.addNode('1124','Adult and Senior Activities ',ssUrlPrefix + 'Depts/ParksandRecreation/AdultandSeniorActivities/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_151=g_navNode_7_16.addNode('1125','Youth Activities ',ssUrlPrefix + 'Depts/ParksandRecreation/YouthActivities3/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_152=g_navNode_7_16.addNode('1126','Youth Martial Arts ',ssUrlPrefix + 'Depts/ParksandRecreation/YouthMartialArts/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_16_153=g_navNode_7_16.addNode('2082','Friends of the Fountains Fund',ssUrlPrefix + 'Depts/ParksandRecreation/FriendsoftheFountainsFund/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17=g_navNode_7.addNode('149','Public Works',ssUrlPrefix + 'Depts/PublicWorks/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_0=g_navNode_7_17.addNode('440','Street Light Program ',ssUrlPrefix + 'Depts/PublicWorks/StreetLightProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_0_0=g_navNode_7_17_0.addNode('441','Street Light Program - Glossary',ssUrlPrefix + 'Depts/PublicWorks/StreetLightProgram/StreetLightProgram-Glossary/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_0_1=g_navNode_7_17_0.addNode('442','Street Light Program - Tips',ssUrlPrefix + 'Depts/PublicWorks/StreetLightProgram/StreetLightProgram-Tips/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_0_2=g_navNode_7_17_0.addNode('443','Street Light Program - Problems',ssUrlPrefix + 'Depts/PublicWorks/StreetLightProgram/StreetLightProgram-Problems/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_1=g_navNode_7_17.addNode('402','Acceptable and Unacceptable Materials ',ssUrlPrefix + 'Depts/PublicWorks/AcceptableandUnacceptableMaterials/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_2=g_navNode_7_17.addNode('404','Adoption- An Easy Process ',ssUrlPrefix + 'Depts/PublicWorks/Adoption-AnEasyProcess/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_3=g_navNode_7_17.addNode('405','Adoption Agreement ',ssUrlPrefix + 'Depts/PublicWorks/AdoptionAgreement/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_4=g_navNode_7_17.addNode('406','How to Organize a Clean-Up ',ssUrlPrefix + 'Depts/PublicWorks/HowtoOrganizeaClean-Up/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_5=g_navNode_7_17.addNode('407','Safety Tips for Adopt-a-Street Participants ',ssUrlPrefix + 'Depts/PublicWorks/SafetyTipsforAdopt-a-StreetParticipants/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_6=g_navNode_7_17.addNode('408','Covenant Not to Sue ',ssUrlPrefix + 'Depts/PublicWorks/CovenantNottoSue/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_7=g_navNode_7_17.addNode('409','Block Party Tips ',ssUrlPrefix + 'Depts/PublicWorks/BlockPartyTips/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_8=g_navNode_7_17.addNode('410','Bulky Item Collection Program ',ssUrlPrefix + 'Depts/PublicWorks/BulkyItemCollectionProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_8_0=g_navNode_7_17_8.addNode('412','Solid Waste Collection Zones - North ',ssUrlPrefix + 'Depts/PublicWorks/BulkyItemCollectionProgram/SolidWasteCollectionZones-North/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_8_1=g_navNode_7_17_8.addNode('411','Solid Waste Collection Zones - Central ',ssUrlPrefix + 'Depts/PublicWorks/BulkyItemCollectionProgram/SolidWasteCollectionZones-Central/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_8_2=g_navNode_7_17_8.addNode('413','Solid Waste Collection Zones - South ',ssUrlPrefix + 'Depts/PublicWorks/BulkyItemCollectionProgram/SolidWasteCollectionZones-South/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_9=g_navNode_7_17.addNode('414','Environmental Campus - Directions ',ssUrlPrefix + 'Depts/PublicWorks/EnvironmentalCampus-Directions/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_10=g_navNode_7_17.addNode('416','Neighborhood Cleanup Assistance Program ',ssUrlPrefix + 'Depts/PublicWorks/NeighborhoodCleanupAssistanceProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_11=g_navNode_7_17.addNode('417','Eligible Homes for Residential Trash Collection ',ssUrlPrefix + 'Depts/PublicWorks/EligibleHomesforResidentialTrashCollection/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_12=g_navNode_7_17.addNode('420','Homes Associations that Contract Privately ',ssUrlPrefix + 'Depts/PublicWorks/HomesAssociationsthatContractPrivately/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_13=g_navNode_7_17.addNode('421','BikeKC',ssUrlPrefix + 'Depts/PublicWorks/BikeKC/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_14=g_navNode_7_17.addNode('422','Curbside Leaves and Brush Collection',ssUrlPrefix + 'Depts/PublicWorks/CurbsideLeavesandBrushCollection/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_15=g_navNode_7_17.addNode('423','Leaf and Brush Drop-Off Sites ',ssUrlPrefix + 'Depts/PublicWorks/LeafandBrushDrop-OffSites/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_16=g_navNode_7_17.addNode('424','Directions to the new Leaves and Brush Drop-off Center ',ssUrlPrefix + 'Depts/PublicWorks/DirectionstothenewLeavesandBrushDrop-offCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_17=g_navNode_7_17.addNode('426','Lee\'s Summit Road Improvement Study ',ssUrlPrefix + 'Depts/PublicWorks/LeesSummitRoadImprovementStudy/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_17_0=g_navNode_7_17_17.addNode('429','Lee\'s Summit Road Improvement Study - Corridor Concept Report ',ssUrlPrefix + 'Depts/PublicWorks/LeesSummitRoadImprovementStudy/LeesSummitRoadImprovementStudy-CorridorConceptReport/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_18=g_navNode_7_17.addNode('431','Parking Meter Card \x28Park-Card\x29 ',ssUrlPrefix + 'Depts/PublicWorks/ParkingMeterCardPark-Card/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_19=g_navNode_7_17.addNode('432','Sidewalk Group ',ssUrlPrefix + 'Depts/PublicWorks/SidewalkGroup/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_20=g_navNode_7_17.addNode('433','Planning Section ',ssUrlPrefix + 'Depts/PublicWorks/PlanningSection/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_21=g_navNode_7_17.addNode('434','Public Works Design \x26 Construction Standards',ssUrlPrefix + 'Depts/PublicWorks/PublicWorksDesignConstructionStandards/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_22=g_navNode_7_17.addNode('435','Public Works Standard Drawings ',ssUrlPrefix + 'Depts/PublicWorks/PublicWorksStandardDrawings/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_23=g_navNode_7_17.addNode('436','Public Works Easement Forms ',ssUrlPrefix + 'Depts/PublicWorks/PublicWorksEasementForms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_24=g_navNode_7_17.addNode('437','Public Works Ordinances ',ssUrlPrefix + 'Depts/PublicWorks/PublicWorksOrdinances/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_25=g_navNode_7_17.addNode('438','Public Works Engineering Traffic Signal Standards ',ssUrlPrefix + 'Depts/PublicWorks/PublicWorksEngineeringTrafficSignalStandards/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_26=g_navNode_7_17.addNode('439','Parking Services Division ',ssUrlPrefix + 'Depts/PublicWorks/ParkingServicesDivision/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_27=g_navNode_7_17.addNode('444','Street Preservation ',ssUrlPrefix + 'Depts/PublicWorks/StreetPreservation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_28=g_navNode_7_17.addNode('445','Street and Traffic Division ',ssUrlPrefix + 'Depts/PublicWorks/StreetandTrafficDivision/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_29=g_navNode_7_17.addNode('446','Where to get your Recycling Bin and Trash Tags ',ssUrlPrefix + 'Depts/PublicWorks/WheretogetyourRecyclingBinandTrashTags/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_30=g_navNode_7_17.addNode('447','Frequently Asked Questions about KC Recycles',ssUrlPrefix + 'Depts/PublicWorks/FrequentlyAskedQuestionsaboutKCRecycles/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_31=g_navNode_7_17.addNode('448','Recycling Drop-off Centers ',ssUrlPrefix + 'Depts/PublicWorks/RecyclingDrop-offCenters/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_32=g_navNode_7_17.addNode('449','KC Recycles - Your Curbside Recycling Program ',ssUrlPrefix + 'Depts/PublicWorks/KCRecycles-YourCurbsideRecyclingProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_33=g_navNode_7_17.addNode('450','Red-Light Safety Camera Program ',ssUrlPrefix + 'Depts/PublicWorks/Red-LightSafetyCameraProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_34=g_navNode_7_17.addNode('451','Weekly Trash Collection ',ssUrlPrefix + 'Depts/PublicWorks/WeeklyTrashCollection/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_35=g_navNode_7_17.addNode('452','Sidewalk, Curb and Driveway Apron Repair Programs ',ssUrlPrefix + 'Depts/PublicWorks/SidewalkCurbandDrivewayApronRepairPrograms/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_36=g_navNode_7_17.addNode('453','Methods to Replace Sidewalks, Curbs, and Driveways ',ssUrlPrefix + 'Depts/PublicWorks/MethodstoReplaceSidewalksCurbsandDriveways/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_37=g_navNode_7_17.addNode('454','Why does the property owner have to pay for curbs, sidewalks and driveways? ',ssUrlPrefix + 'Depts/PublicWorks/Whydoesthepropertyownerhavetopayforcurbssidewalksanddriveways/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_38=g_navNode_7_17.addNode('455','Help with Signs, Signals \x26 Street Lights ',ssUrlPrefix + 'Depts/PublicWorks/HelpwithSignsSignalsStreetLights/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_39=g_navNode_7_17.addNode('456','FAQs About Snow Removal ',ssUrlPrefix + 'Depts/PublicWorks/FAQsAboutSnowRemoval/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_40=g_navNode_7_17.addNode('457','Trash Storage and Set-out ',ssUrlPrefix + 'Depts/PublicWorks/TrashStorageandSet-out/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_41=g_navNode_7_17.addNode('458','Where to Report Street Problems ',ssUrlPrefix + 'Depts/PublicWorks/WheretoReportStreetProblems/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_42=g_navNode_7_17.addNode('459','How to Get a Street Closing Permit ',ssUrlPrefix + 'Depts/PublicWorks/HowtoGetaStreetClosingPermit/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_43=g_navNode_7_17.addNode('460','Long-Term Solid Waste Strategic Management Plan ',ssUrlPrefix + 'Depts/PublicWorks/Long-TermSolidWasteStrategicManagementPlan/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_44=g_navNode_7_17.addNode('461','Solid Waste Collection Zones ',ssUrlPrefix + 'Depts/PublicWorks/SolidWasteCollectionZones/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_45=g_navNode_7_17.addNode('462','Waste Tire Drop-Off ',ssUrlPrefix + 'Depts/PublicWorks/WasteTireDrop-Off/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_46=g_navNode_7_17.addNode('463','Solid Waste Services ',ssUrlPrefix + 'Depts/PublicWorks/SolidWasteServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_47=g_navNode_7_17.addNode('464','Trash Cart Pilot Program',ssUrlPrefix + 'Depts/PublicWorks/TrashCartPilotProgram/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_48=g_navNode_7_17.addNode('1175','Solid Waste Division ',ssUrlPrefix + 'Depts/PublicWorks/SolidWasteDivision/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_49=g_navNode_7_17.addNode('engSurvey','Survey Services',ssUrlPrefix + 'Depts/PublicWorks/engSurvey2/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_50=g_navNode_7_17.addNode('2091','Public Works Proposed \x26 Recently Adopted Standards',ssUrlPrefix + 'Depts/PublicWorks/PublicWorksProposedRecentlyAdoptedStandards/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_51=g_navNode_7_17.addNode('2092','Public Works Design Criteria \x26 Construction Specifications ',ssUrlPrefix + 'Depts/PublicWorks/Public Works Design Criteria \x26 Construction Specifications/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_52=g_navNode_7_17.addNode('2093','Corner Relocation for Kansas City GIS Mapping Project ',ssUrlPrefix + 'Depts/PublicWorks/CornerRelocationforKansasCityGISMappingProject/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_53=g_navNode_7_17.addNode('2094','Holiday Schedule \x28Trash and Curbside Recycling\x29',ssUrlPrefix + 'Depts/PublicWorks/HolidayScheduleTrashandCurbsideRecycling/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
g_navNode_7_17_54=g_navNode_7_17.addNode('2095','State Section Corner Index Numbers ',ssUrlPrefix + 'Depts/PublicWorks/StateSectionCornerIndexNumbers/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_55=g_navNode_7_17.addNode('LeesSummitOne','Lee\'s Summit Road Improvement Study - Open House \x231',ssUrlPrefix + 'Depts/PublicWorks/LeesSummitOne/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_56=g_navNode_7_17.addNode('ThankYou','Thank You',ssUrlPrefix + 'Depts/PublicWorks/ThankYou/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_57=g_navNode_7_17.addNode('FreeMulch','Free Mulch',ssUrlPrefix + 'Depts/PublicWorks/FreeMulch/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_17_58=g_navNode_7_17.addNode('LeesSummit2','Lee\'s Summit Two Road Improvement Study - Open House \x232',ssUrlPrefix + 'Depts/PublicWorks/LeesSummitTwo/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18=g_navNode_7.addNode('150','Water Services',ssUrlPrefix + 'Depts/WaterServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business','SectionTitle==Business');
g_navNode_7_18_1=g_navNode_7_18.addNode('LinksinWaterServices','Informational Links in Water Services',ssUrlPrefix + 'Depts/WaterServices/InformationalLinksinWaterServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_2=g_navNode_7_18.addNode('WWSPProgramHome','Wet Weather Solutions Program Home',ssUrlPrefix + 'Depts/WaterServices/WetWeatherSolutionsProgramHome/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_22=g_navNode_7_18.addNode('BackflowResourceCenter','Backflow Resource Center',ssUrlPrefix + 'Depts/WaterServices/BackflowResourceCenter/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_48=g_navNode_7_18.addNode('FAQsWaterServices','Frequently Asked Questions about Water Services',ssUrlPrefix + 'Depts/WaterServices/FrequentlyAskedQuestionsaboutWaterServices/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_53=g_navNode_7_18.addNode('wwFloodingInformation','Flooding Information',ssUrlPrefix + 'Depts/WaterServices/FloodingInformation/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_90=g_navNode_7_18.addNode('1724','Household Hazardous Waste',ssUrlPrefix + 'Depts/WaterServices/WaterDonations/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_91=g_navNode_7_18.addNode('1725','\u201cThe WAVE\u201d rolls on',ssUrlPrefix + 'Depts/WaterServices/TheWAVErollson/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_116=g_navNode_7_18.addNode('1778','Water Rates for 2009',ssUrlPrefix + 'Depts/WaterServices/WaterRatesfor2009/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_128=g_navNode_7_18.addNode('1818','Target Green',ssUrlPrefix + 'Depts/WaterServices/TargetGreen/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_128_2=g_navNode_7_18_128.addNode('2080','Target Green Archives',ssUrlPrefix + 'Depts/WaterServices/TargetGreen/TargetGreenArchives/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business','SectionNameURL==Business');
g_navNode_7_18_138=g_navNode_7_18.addNode('1837','Who to call for water issues',ssUrlPrefix + 'Depts/WaterServices/Whotocallforwaterissues/index.htm','SectionCSS==/idc/groups/public/documents/ckcmowebassets/kcmo_business_css.css','SectionName==Business');
