/////////////////////////////////////////////////////////////////////////////
// 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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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('101','TIAA-CREF \u2013 Plan Sponsors Homepage',ssUrlPrefix + 'index.html',null,'AdditionalCopyright==TIAA01020969','AdditionalLogo==TIAA01020991','AdditionalLogoAltText==TIAA-CREF\x3a Plan Sponsors','FooterContent1==TIAA02027762','FooterContent2==TIAA02027764','FooterTag==TIAA01020943','InheritableCopyright==TIAA01020966','PrimaryHeaderFooterType==home','SectionJavaScript==/ucm/groups/app/documents/webcontent/equalhieghts.js.js','SectionStyleSheet==/ucm/groups/content/\x40ap_ucm_p_tcp/documents/webasset/css_tcpub_home.css','ShowSearch==true');
g_navNode_1=g_navNode_Root.addNode('102','Plan Sponsor Solutions',ssUrlPrefix + 'sponsors/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/documents/webasset/css_tcpub_about.css');
g_navNode_1_0=g_navNode_1.addNode('2297','Client Services',ssUrlPrefix + 'sponsors/client_services/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_1=g_navNode_1.addNode('2293','Implementation Services',ssUrlPrefix + 'sponsors/implementation/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_2=g_navNode_1.addNode('2296','Investment Products',ssUrlPrefix + 'sponsors/investment_products/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_3=g_navNode_1.addNode('2292','Recordkeeping Services',ssUrlPrefix + 'sponsors/recordkeeping/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_4=g_navNode_1.addNode('2295','Fiduciary \x26 Compliance Services',ssUrlPrefix + 'sponsors/fiduciary_compliance/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_4_0=g_navNode_1_4.addNode('2298','Plan Document Services',ssUrlPrefix + 'sponsors/fiduciary_compliance/plan_document_services/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_4_1=g_navNode_1_4.addNode('2299','Investment Services',ssUrlPrefix + 'sponsors/fiduciary_compliance/investment_services/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_4_2=g_navNode_1_4.addNode('2300','Compliance Monitoring  Services',ssUrlPrefix + 'sponsors/fiduciary_compliance/compliance_services/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_4_3=g_navNode_1_4.addNode('2301','Plan Review \x26 Reporting Services',ssUrlPrefix + 'sponsors/fiduciary_compliance/plan_review_reporting/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_5=g_navNode_1.addNode('2291','Employee Services',ssUrlPrefix + 'sponsors/employee_services/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_6=g_navNode_1.addNode('2294','Additional Services',ssUrlPrefix + 'sponsors/additional/index.html','PrimaryHeaderFooterType==full');
g_navNode_1_6_0=g_navNode_1_6.addNode('110','Retiree Healthcare Program',ssUrlPrefix + 'sponsors/additional/retirement-plan/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_6_0_0=g_navNode_1_6_0.addNode('1602','Research and Publications',ssUrlPrefix + 'sponsors/additional/retirement-plan/publications/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_6_0_1=g_navNode_1_6_0.addNode('1604','Conferences and Events',ssUrlPrefix + 'sponsors/additional/retirement-plan/conferences-events/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_6_1=g_navNode_1_6.addNode('2302','Executive Compensation Services',ssUrlPrefix + 'sponsors/additional/executive_compensation/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_6_2=g_navNode_1_6.addNode('1605','Planned Giving Program Management ',ssUrlPrefix + 'sponsors/additional/planned-giving/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_1_6_2_0=g_navNode_1_6_2.addNode('1608','Charitable Gift Annuity Services ',ssUrlPrefix + 'sponsors/additional/planned-giving/charitable-gift/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_1_6_2_1=g_navNode_1_6_2.addNode('1609','Charitable Remainder Trust Services ',ssUrlPrefix + 'sponsors/additional/planned-giving/charitable-remainder/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_1_6_2_2=g_navNode_1_6_2.addNode('1610','Donor-Advised Fund Services ',ssUrlPrefix + 'sponsors/additional/planned-giving/donor/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_1_6_2_3=g_navNode_1_6_2.addNode('1611','Pooled Income Funds ',ssUrlPrefix + 'sponsors/additional/planned-giving/pooled-income-fnds/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_1_6_3=g_navNode_1_6.addNode('1606','Endowment Management ',ssUrlPrefix + 'sponsors/additional/endowment-management/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_1_6_4=g_navNode_1_6.addNode('1607','Custody Services ',ssUrlPrefix + 'sponsors/additional/custody-services/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_2=g_navNode_Root.addNode('103','Fund Research',ssUrlPrefix + 'performance/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/documents/webasset/css_tcpub_learningcenter.css');
g_navNode_2_0=g_navNode_2.addNode('1574','Retirement Investments',ssUrlPrefix + 'performance/retirement-iras/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionRedirectUrl==\x3c\x21--\x24wcmUrl\x28\"nodelink\",\"51\"\x29--\x3e');
g_navNode_2_1=g_navNode_2.addNode('1576','Funds - Retail Class',ssUrlPrefix + 'performance/mutual_funds/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionRedirectUrl==\x3c\x21--\x24wcmUrl\x28\"nodelink\",\"52\"\x29--\x3e');
g_navNode_2_2=g_navNode_2.addNode('1577','Funds - Institutional Class',ssUrlPrefix + 'performance/institutional/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionRedirectUrl==\x3c\x21--\x24wcmUrl\x28\"nodelink\",\"53\"\x29--\x3e');
g_navNode_2_3=g_navNode_2.addNode('1578','After-Tax Annuities',ssUrlPrefix + 'performance/after_tax/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionRedirectUrl==\x3c\x21--\x24wcmUrl\x28\"nodelink\",\"54\"\x29--\x3e');
g_navNode_2_4=g_navNode_2.addNode('1579','Life Insurance',ssUrlPrefix + 'performance/lifeinsurance/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionRedirectUrl==\x3c\x21--\x24wcmUrl\x28\"nodelink\",\"55\"\x29--\x3e');
g_navNode_2_5=g_navNode_2.addNode('1580','529 Plans',ssUrlPrefix + 'performance/education/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionRedirectUrl==\x3c\x21--\x24wcmUrl\x28\"nodelink\",\"56\"\x29--\x3e');
g_navNode_3=g_navNode_Root.addNode('104','News \x26 Insights',ssUrlPrefix + 'news/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/documents/webasset/css_tcpub_products.css','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_3_0=g_navNode_3.addNode('111','Market Monitor',ssUrlPrefix + 'news/market-monitor/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionRedirectUrl==\x3c\x21--\x24wcmUrl\x28\"nodelink\",\"1493\"\x29--\x3e');
g_navNode_3_1=g_navNode_3.addNode('1527','Highlights from The Institute',ssUrlPrefix + 'news/highlights-from-the-institute/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_3_2=g_navNode_3.addNode('1529','TIAA-CREF News',ssUrlPrefix + 'news/tiaa-cref-news/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_3_3=g_navNode_3.addNode('2772','Webinars',ssUrlPrefix + 'news/webinars/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==ful','SectionJavaScript==/ucm/groups/app/\x40ap_ucm_p_tcp/documents/webasset/js_prospectus_tbl_scripts.js','SectionStyleSheet==/ucm/groups/app/documents/webasset/css_tcpub_webinars.css');
g_navNode_4=g_navNode_Root.addNode('105','Resource Center',ssUrlPrefix + 'resources/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/documents/webasset/css_tcpub_fundresearch.css');
g_navNode_4_0=g_navNode_4.addNode('112','Retirement Plans',ssUrlPrefix + 'resources/retirement-plans/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_0_0=g_navNode_4_0.addNode('1129','Plan Specifications',ssUrlPrefix + 'resources/retirement-plans/specifications/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_0_0_0=g_navNode_4_0_0.addNode('1919','403\x28b\x29 Plans',ssUrlPrefix + 'resources/retirement-plans/specifications/403b-plans/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_0_0_1=g_navNode_4_0_0.addNode('1920','401\x28a\x29 and 403\x28a\x29 Plans',ssUrlPrefix + 'resources/retirement-plans/specifications/401a-403a-plans/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_0_0_2=g_navNode_4_0_0.addNode('1921','401\x28k\x29 Plans',ssUrlPrefix + 'resources/retirement-plans/specifications/401k-plans/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_0_0_3=g_navNode_4_0_0.addNode('1922','457\x28b\x29 Plans',ssUrlPrefix + 'resources/retirement-plans/specifications/457b-plans/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_0_1=g_navNode_4_0.addNode('1530','Plan Comparison Chart',ssUrlPrefix + 'resources/retirement-plans/comparison/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/\x40ap_ucm_p_tcp/documents/webasset/css_plan_comparison_chart.css');
g_navNode_4_1=g_navNode_4.addNode('113','Compliance',ssUrlPrefix + 'resources/compliance/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/content/\x40ap_ucm_p_tcp/documents/document/tiaa01010345.css');
g_navNode_4_1_0=g_navNode_4_1.addNode('1539','403\x28b\x29 Plan Fundamentals',ssUrlPrefix + 'resources/compliance/403b/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_0_0=g_navNode_4_1_0.addNode('1541','At A Glance',ssUrlPrefix + 'resources/compliance/403b/glance/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_0_0_0=g_navNode_4_1_0_0.addNode('1857','Overview',ssUrlPrefix + 'resources/compliance/403b/glance/overview/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_0_1=g_navNode_4_1_0.addNode('1540','403\x28b\x29 Details',ssUrlPrefix + 'resources/compliance/403b/details/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_0=g_navNode_4_1_0_1.addNode('1794','Plan Documents',ssUrlPrefix + 'resources/compliance/403b/details/plan-documents/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_1=g_navNode_4_1_0_1.addNode('1795','Nondiscrimination Requirements',ssUrlPrefix + 'resources/compliance/403b/details/nondiscrimination-requirements/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_2=g_navNode_4_1_0_1.addNode('1796','Contribution Limits',ssUrlPrefix + 'resources/compliance/403b/details/contribution-limits/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_3=g_navNode_4_1_0_1.addNode('1797','Loans',ssUrlPrefix + 'resources/compliance/403b/details/loans/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_4=g_navNode_4_1_0_1.addNode('1798','Distributions',ssUrlPrefix + 'resources/compliance/403b/details/distributions/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_5=g_navNode_4_1_0_1.addNode('1799','Minimum Distribution Requirements',ssUrlPrefix + 'resources/compliance/403b/details/minimum-distribution-requirements/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_6=g_navNode_4_1_0_1.addNode('1800','Information Sharing Agreements',ssUrlPrefix + 'resources/compliance/403b/details/information-sharing-agreements/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_7=g_navNode_4_1_0_1.addNode('1801','Form 5500 for ERISA PLANS',ssUrlPrefix + 'resources/compliance/403b/details/form-5500-erisa-plans/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_8=g_navNode_4_1_0_1.addNode('1802','SPDs and SMMs for 403\x28b\x29 Plans Subject to ERISA',ssUrlPrefix + 'resources/compliance/403b/details/spd-smm-403b-plan-erisa/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_1_9=g_navNode_4_1_0_1.addNode('1803','Fiduciary Responsibility',ssUrlPrefix + 'resources/compliance/403b/details/fiduciary-liability/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_2=g_navNode_4_1_0.addNode('1542','Additional Resources',ssUrlPrefix + 'resources/compliance/403b/resources/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_2_0=g_navNode_4_1_0_2.addNode('1862','Reference Materials',ssUrlPrefix + 'resources/compliance/403b/resources/reference-materials/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_0_2_1=g_navNode_4_1_0_2.addNode('1863','FAQs',ssUrlPrefix + 'resources/compliance/403b/resources/faqs/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_0_2_2=g_navNode_4_1_0_2.addNode('1864','Glossary',ssUrlPrefix + 'resources/compliance/403b/resources/glossary/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_1=g_navNode_4_1.addNode('1532','ERISA Information',ssUrlPrefix + 'resources/compliance/erisa/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_1_0=g_navNode_4_1_1.addNode('1761','About ERISA',ssUrlPrefix + 'resources/compliance/erisa/about/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_1_1=g_navNode_4_1_1.addNode('1762','ERISA Reporting',ssUrlPrefix + 'resources/compliance/erisa/reporting/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_1_2=g_navNode_4_1_1.addNode('1763','ERISA Instructions Materials',ssUrlPrefix + 'resources/compliance/erisa/instructions-materials/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_1_3=g_navNode_4_1_1.addNode('1764','Spousal Rights',ssUrlPrefix + 'resources/compliance/erisa/spousal/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_1_4=g_navNode_4_1_1.addNode('1765','Important Deadlines',ssUrlPrefix + 'resources/compliance/erisa/deadlines/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/content/\x40ap_ucm_p_tcp/documents/cs_templates/css_calendar_table.css');
g_navNode_4_1_1_5=g_navNode_4_1_1.addNode('1767','Frequently Asked Questions',ssUrlPrefix + 'resources/compliance/erisa/faqs/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2=g_navNode_4_1.addNode('1535','Additional Guidelines',ssUrlPrefix + 'resources/compliance/guidelines/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','secondaryUrlVariableField==3RD_LVL_OR_LOWER_CONTENT');
g_navNode_4_1_2_0=g_navNode_4_1_2.addNode('1768','402\x28g\x29 Monitoring',ssUrlPrefix + 'resources/compliance/guidelines/402g-monitoring/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_1=g_navNode_4_1_2.addNode('1769','Nondiscrimination',ssUrlPrefix + 'resources/compliance/guidelines/nondiscrimination/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_1_0=g_navNode_4_1_2_1.addNode('1773','Highly Compensated Employees',ssUrlPrefix + 'resources/compliance/guidelines/nondiscrimination/highly-comp-emps/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_1_1=g_navNode_4_1_2_1.addNode('1774','Safe Harbors',ssUrlPrefix + 'resources/compliance/guidelines/nondiscrimination/safe-harbors/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_1_2=g_navNode_4_1_2_1.addNode('1775','Design-based Safe Harbors',ssUrlPrefix + 'resources/compliance/guidelines/nondiscrimination/design-based-safe-harbors/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_1_3=g_navNode_4_1_2_1.addNode('1776','Minimum Coverage Test',ssUrlPrefix + 'resources/compliance/guidelines/nondiscrimination/minimum-coverage-test/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_1_4=g_navNode_4_1_2_1.addNode('1777','Match Test',ssUrlPrefix + 'resources/compliance/guidelines/nondiscrimination/match-test/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_1_5=g_navNode_4_1_2_1.addNode('1778','TDA Rule',ssUrlPrefix + 'resources/compliance/guidelines/nondiscrimination/tda-rule/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_2=g_navNode_4_1_2.addNode('1770','Fiduciary Responsibilities',ssUrlPrefix + 'resources/compliance/guidelines/fiduciary-responsibilities/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_3=g_navNode_4_1_2.addNode('1771','Advice vs. Information',ssUrlPrefix + 'resources/compliance/guidelines/advice-information/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_1_2_4=g_navNode_4_1_2.addNode('1772','Minimum Distribution',ssUrlPrefix + 'resources/compliance/guidelines/minimum-distribution/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_2=g_navNode_4.addNode('114','Secure Access',ssUrlPrefix + 'resources/secure/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_3=g_navNode_4.addNode('116','Forms',ssUrlPrefix + 'resources/forms/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/documents/webasset/css_tcpub_forms.css');
g_navNode_4_4=g_navNode_4.addNode('117','Help',ssUrlPrefix + 'resources/help/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_4_0=g_navNode_4_4.addNode('1896','Getting Started',ssUrlPrefix + 'resources/help/getting-started/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_4_1=g_navNode_4_4.addNode('1897','Security',ssUrlPrefix + 'resources/help/security/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_4_2=g_navNode_4_4.addNode('1898','Online Systems',ssUrlPrefix + 'resources/help/online-systems/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_4_5=g_navNode_4.addNode('2172','Contact Us',ssUrlPrefix + 'resources/contact/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_5=g_navNode_Root.addNode('106','For Consultants',ssUrlPrefix + 'consultants/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/documents/webasset/css_tcpub_helpresources.css');
g_navNode_5_0=g_navNode_5.addNode('1612','A Strong Partner',ssUrlPrefix + 'consultants/strong-partner/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_5_1=g_navNode_5.addNode('1613','Administration',ssUrlPrefix + 'consultants/administraton/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_5_3=g_navNode_5.addNode('1615','Communications and Tools',ssUrlPrefix + 'consultants/communications/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full');
g_navNode_5_4=g_navNode_5.addNode('1616','Consultant Relations Contacts',ssUrlPrefix + 'consultants/consultant/index.html','PrimaryHeaderFooterType==full','SecondaryHeaderFooterType==full','SectionStyleSheet==/ucm/groups/app/documents/webasset/tiaa01011203.css');

