/////////////////////////////////////////////////////////////////////////////
// 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('1641','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AdditionalJavaScript==http\x3a//www.blackrock.com/include/common/js/ebiz/typeface-0.14.js,http\x3a//www.blackrock.com/include/common/js/ebiz/corporate_e_regular.typeface.js','AnalyticsCode==UA-11733690-1','ComplianceNodeId==3705','CookieAge==180','CookieCheck==N','CookieID==BLKUK002','Country==UK','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock is one of the world\u2019s preeminent asset management firms and a premier provider of investment management, risk management and advisory services to institutional, intermediary and individual investors around the world.\\x27/\x3e','Language==en','NoCookiesNodeId==5057','NotComplianceProtected==TRUE','StartDivID==LandingPage','UnicaID==blk\x3auk','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('6366','LDI',ssUrlPrefix + 'LDI/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1=g_navNode_Root.addNode('1699','About Us',ssUrlPrefix + 'AboutUs/index.htm','RedirectURL==1700','ShowRelResources==TRUE','SiloName==AboutUs');
g_navNode_1_0=g_navNode_1.addNode('1700','Overview',ssUrlPrefix + 'AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1=g_navNode_1.addNode('1701','Investor Relations',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_2=g_navNode_1.addNode('1702','Press Centre',ssUrlPrefix + 'AboutUs/PressCentre/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3547','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_0=g_navNode_1_2.addNode('3552','Press Centre',ssUrlPrefix + 'AboutUs/PressCentre/PressCentre/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3547','ShowNavInTabs==FALSE','ShowRelResources==FALSE');
g_navNode_1_2_0_0=g_navNode_1_2_0.addNode('3547','Latest',ssUrlPrefix + 'AboutUs/PressCentre/PressCentre/Latest/index.htm','DoNotShowInNavigation==FALSE','Links==0','QuarterToShow==0','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e \x28\x28xTargetAudienceOrVenue \x3ccontains\x3e\x601\x60\x29 \x3cOR\x3e \x28xTargetAudienceOrVenue \x3ccontains\x3e\x606\x60\x29\x29','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_2_0_1=g_navNode_1_2_0.addNode('3548','Jan - Mar',ssUrlPrefix + 'AboutUs/PressCentre/PressCentre/Jan-Mar/index.htm','DoNotShowInNavigation==FALSE','QuarterToShow==1','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e \x28\x28xTargetAudienceOrVenue \x3ccontains\x3e\x601\x60\x29 \x3cOR\x3e \x28xTargetAudienceOrVenue \x3ccontains\x3e\x606\x60\x29\x29','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_2_0_2=g_navNode_1_2_0.addNode('3549','Apr - Jun',ssUrlPrefix + 'AboutUs/PressCentre/PressCentre/Apr-Jun/index.htm','DoNotShowInNavigation==FALSE','Links==2','QuarterToShow==2','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e \x28\x28xTargetAudienceOrVenue \x3ccontains\x3e\x601\x60\x29 \x3cOR\x3e \x28xTargetAudienceOrVenue \x3ccontains\x3e\x606\x60\x29\x29','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_2_0_3=g_navNode_1_2_0.addNode('3550','July - Sep',ssUrlPrefix + 'AboutUs/PressCentre/PressCentre/July-Sep/index.htm','DoNotShowInNavigation==FALSE','Links==3','QuarterToShow==3','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e \x28\x28xTargetAudienceOrVenue \x3ccontains\x3e\x601\x60\x29 \x3cOR\x3e \x28xTargetAudienceOrVenue \x3ccontains\x3e\x606\x60\x29\x29','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_2_0_4=g_navNode_1_2_0.addNode('3551','Oct - Dec',ssUrlPrefix + 'AboutUs/PressCentre/PressCentre/Oct-Dec/index.htm','DoNotShowInNavigation==FALSE','QuarterToShow==4','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e \x28\x28xTargetAudienceOrVenue \x3ccontains\x3e\x601\x60\x29 \x3cOR\x3e \x28xTargetAudienceOrVenue \x3ccontains\x3e\x606\x60\x29\x29','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_2_1=g_navNode_1_2.addNode('3695','Media Contacts',ssUrlPrefix + 'AboutUs/PressCentre/MediaContacts/index.htm','ShowRelResources==TRUE');
g_navNode_1_2_2=g_navNode_1_2.addNode('3696','Global Press Centre',ssUrlPrefix + 'AboutUs/PressCentre/GlobalPressCentre/index.htm','RedirectURL==http\x3a//www2.blackrock.com/global/home/Press/index.htm');
g_navNode_1_3=g_navNode_1.addNode('1703','Careers',ssUrlPrefix + 'AboutUs/Careers/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www2.blackrock.com/global/home/Careers/CareersHome/index.htm','ShowRelResources==TRUE');
g_navNode_1_4=g_navNode_1.addNode('1704','Contact Us',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_1_5=g_navNode_1.addNode('1705','Privacy Statement',ssUrlPrefix + 'AboutUs/PrivacyStatement/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_1_6=g_navNode_1.addNode('1706','Legal Information',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','Links==link1\x3d../ContactUs\x7eclick','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_2=g_navNode_Root.addNode('2690','AFCIF',ssUrlPrefix + 'AFCIF/index.htm','ComplianceNodeId==3716','NotComplianceProtected==TRUE','SiloName==AFCIF','StartDivID==dc','TargetNodes==prices\x3d2693');
g_navNode_2_0=g_navNode_2.addNode('2691','About AFCIF',ssUrlPrefix + 'AFCIF/AboutAFCIF/index.htm','ComplianceNodeId==3716','ShowRelResources==TRUE');
g_navNode_2_1=g_navNode_2.addNode('2692','About BlackRock',ssUrlPrefix + 'AFCIF/AboutBlackrock/index.htm','ComplianceNodeId==3716','RedirectURL==http\x3a//www2.blackrock.com/global/home/AboutUs/index.htm','ShowRelResources==TRUE');
g_navNode_2_2=g_navNode_2.addNode('2693','Price \x26 Fund Facts',ssUrlPrefix + 'AFCIF/PriceFundFacts/index.htm','ComplianceNodeId==3716','FundCentreRedirectParams==product\x3d12/hideSearch\x3dY//','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10029280');
g_navNode_2_2_0=g_navNode_2_2.addNode('3677','eValuator',ssUrlPrefix + 'AFCIF/PriceFundFacts/eValuator/index.htm','ComplianceNodeId==3716','ShowRelResources==TRUE','xmlid==FC_10029280');
g_navNode_2_2_1=g_navNode_2_2.addNode('3678','eValuator Tool',ssUrlPrefix + 'AFCIF/PriceFundFacts/eValuatorTool/index.htm','ComplianceNodeId==3716','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==product\x3d12','ShowRelResources==TRUE','xmlid==FC_10029280');
g_navNode_2_2_2=g_navNode_2_2.addNode('3679','eValuator Results',ssUrlPrefix + 'AFCIF/PriceFundFacts/eValuatorResults/index.htm','ComplianceNodeId==3716','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_10029280');
g_navNode_2_3=g_navNode_2.addNode('2694','How to Invest',ssUrlPrefix + 'AFCIF/HowtoInvest/index.htm','ComplianceNodeId==3716','ShowRelResources==TRUE');
g_navNode_2_4=g_navNode_2.addNode('2695','Literature',ssUrlPrefix + 'AFCIF/Literature/index.htm','ComplianceNodeId==3716','ShowRelResources==TRUE');
g_navNode_2_5=g_navNode_2.addNode('2696','Contact Us',ssUrlPrefix + 'AFCIF/ContactUs/index.htm','ComplianceNodeId==3716','ShowRelResources==TRUE');
g_navNode_2_6=g_navNode_2.addNode('2697','Legal Information',ssUrlPrefix + 'AFCIF/LegalInformation/index.htm','ComplianceNodeId==3716','ShowRelResources==TRUE');
g_navNode_3=g_navNode_Root.addNode('4802','Cash Management',ssUrlPrefix + 'CashManagement/index.htm','DoNotShowInNavigation==FALSE','SiloName==4');
g_navNode_3_1=g_navNode_3.addNode('4805','Solutions and Products',ssUrlPrefix + 'CashManagement/SolutionsandProducts/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802','ShowThirdLevelNav==FALSE');
g_navNode_3_1_0=g_navNode_3_1.addNode('2750','Government/Treasury Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/GovernmentTreasuryFunds/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_1=g_navNode_3_1.addNode('4869','Institutional Liquidity Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_1_0=g_navNode_3_1_1.addNode('4873','Institutional Euro Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalEuroFund/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_1_1=g_navNode_3_1_1.addNode('4874','Institutional Sterling Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalSterlingFund/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_1_2=g_navNode_3_1_1.addNode('4875','Institutional US Dollar Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalUSDollarFund/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2=g_navNode_3_1.addNode('4868','Institutional Ultra Short Bond Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_1_2_0=g_navNode_3_1_2.addNode('4870','Institutional Euro Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalEuroPlusFund/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_1=g_navNode_3_1_2.addNode('4871','Institutional Sterling Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalSterlingPlusFund/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_2=g_navNode_3_1_2.addNode('4872','Institutional US Dollar Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalUSDollarPlusFund/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_3=g_navNode_3_1.addNode('4830','Fund Holidays',ssUrlPrefix + 'CashManagement/SolutionsandProducts/FundHolidays/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_1_4=g_navNode_3_1.addNode('4806','Fund Range',ssUrlPrefix + 'CashManagement/SolutionsandProducts/FundRange/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_3=g_navNode_3.addNode('4810','Market Insight',ssUrlPrefix + 'CashManagement/MarketInsight/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802');
g_navNode_3_3_0=g_navNode_3_3.addNode('4834','Market View',ssUrlPrefix + 'CashManagement/MarketInsight/MarketView/index.htm','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_3_1=g_navNode_3_3.addNode('4812','Liquidity Fund',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/index.htm','RedirectURL==4802');
g_navNode_3_3_1_0=g_navNode_3_3_1.addNode('4813','US Dollar',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/USDollar/index.htm','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_3_1_1=g_navNode_3_3_1.addNode('4814','Euro',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/Euro/index.htm','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_3_1_2=g_navNode_3_3_1.addNode('4815','Sterling',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/Sterling/index.htm','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_4=g_navNode_3.addNode('4816','Document Library',ssUrlPrefix + 'CashManagement/Literature/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802');
g_navNode_3_4_0=g_navNode_3_4.addNode('4817','Factsheets \x26 Support Material',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/index.htm','RedirectURL==4802');
g_navNode_3_4_0_0=g_navNode_3_4_0.addNode('4818','Fund Factsheets',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/FundFactsheets/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6028\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','RedirectURL==4802','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_3_4_0_1=g_navNode_3_4_0.addNode('4819','Fund Range',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/FundRange/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','RedirectURL==4802','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_3_4_0_2=g_navNode_3_4_0.addNode('4820','Education',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/Education/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','RedirectURL==4802','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_3_4_0_3=g_navNode_3_4_0.addNode('4821','Corporate',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/Corporate/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6071\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','RedirectURL==4802','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_3_4_0_4=g_navNode_3_4_0.addNode('4846','Administration Documents',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/AccountOpening/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x6044\x60  \x3cAND\x3e \x28\x28xSubType \x3ccontains\x3e \x609\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x603\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','RedirectURL==4802','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_4_1=g_navNode_3_4.addNode('4823','Legal Documents',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/index.htm','RedirectURL==4824');
g_navNode_3_4_1_0=g_navNode_3_4_1.addNode('4824','Prospectus',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/Prospectus/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x6044\x60  \x3cAND\x3e \x28\x28xSubType \x3ccontains\x3e \x6090\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x603\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','RedirectURL==4802','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_3_4_1_1=g_navNode_3_4_1.addNode('4826','Reports \x26 Accounts',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/ReportsAccounts/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x603\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','RedirectURL==4802','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_4_1_2=g_navNode_3_4_1.addNode('4848','Shareholder Communications',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/ShareholderCommunications/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x60109\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','RedirectURL==4802','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_4_2=g_navNode_3_4.addNode('4827','Literature Request',ssUrlPrefix + 'CashManagement/Literature/LiteratureRequest/index.htm','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_5=g_navNode_3.addNode('4828','Contact Us',ssUrlPrefix + 'CashManagement/ContactUs/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802');
g_navNode_3_5_1=g_navNode_3_5.addNode('4831','Contact Us',ssUrlPrefix + 'CashManagement/ContactUs/ContactUs/index.htm','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_3_5_2=g_navNode_3_5.addNode('4832','Search',ssUrlPrefix + 'CashManagement/ContactUs/Search/index.htm','RedirectURL==4802','ShowRelResources==TRUE');
g_navNode_4=g_navNode_Root.addNode('3065','Charifaith',ssUrlPrefix + 'Charifaith/index.htm','ComplianceNodeId==3717','NotComplianceProtected==TRUE','ShowRelResources==TRUE','SiloName==charifaith','StartDivID==dc','TargetNodes==prices\x3d3068','contributorOnly==FALSE');
g_navNode_4_0=g_navNode_4.addNode('3066','About Charifaith',ssUrlPrefix + 'Charifaith/AboutCharifaith/index.htm','ComplianceNodeId==3717','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_4_1=g_navNode_4.addNode('3067','About BlackRock',ssUrlPrefix + 'Charifaith/AboutBlackRock/index.htm','ComplianceNodeId==3717','RedirectURL==http\x3a//www2.blackrock.com/global/home/AboutUs/index.htm','ShowRelResources==TRUE');
g_navNode_4_2=g_navNode_4.addNode('3068','Price and Fund Facts',ssUrlPrefix + 'Charifaith/PriceandFundFacts/index.htm','ComplianceNodeId==3717','FundCentreRedirectParams==product\x3d12/hideSearch\x3dY//','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10029281');
g_navNode_4_2_0=g_navNode_4_2.addNode('3680','eValuator',ssUrlPrefix + 'Charifaith/PriceandFundFacts/eValuator/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_1=g_navNode_4_2.addNode('3681','eValuator Tool',ssUrlPrefix + 'Charifaith/PriceandFundFacts/eValuatorTool/index.htm','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==product\x3d12','ShowRelResources==TRUE','xmlid==FC_10029281');
g_navNode_4_2_2=g_navNode_4_2.addNode('3682','eValuator Results',ssUrlPrefix + 'Charifaith/PriceandFundFacts/eValuatorResults/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_10029281');
g_navNode_4_3=g_navNode_4.addNode('3069','How to Invest',ssUrlPrefix + 'Charifaith/HowtoInvest/index.htm','ComplianceNodeId==3717','ShowRelResources==TRUE');
g_navNode_4_4=g_navNode_4.addNode('3070','Literature',ssUrlPrefix + 'Charifaith/Literature/index.htm','ComplianceNodeId==3717','ShowRelResources==TRUE');
g_navNode_4_5=g_navNode_4.addNode('3071','Contact Us',ssUrlPrefix + 'Charifaith/ContactUs/index.htm','ComplianceNodeId==3717','ShowRelResources==TRUE');
g_navNode_4_6=g_navNode_4.addNode('3072','Legal Information',ssUrlPrefix + 'Charifaith/LegalInformation/index.htm','ComplianceNodeId==3717','ShowRelResources==TRUE');
g_navNode_5=g_navNode_Root.addNode('1831','Charities',ssUrlPrefix + 'Charities/index.htm','SiloName==26','SortFields==DocumentDate Asc','TargetNodes==prices\x3d1833');
g_navNode_5_1=g_navNode_5.addNode('5432','Solutions and Capabilities',ssUrlPrefix + 'Charities/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_5_2=g_navNode_5.addNode('8044','Fund Centre',ssUrlPrefix + 'Charities/FundCentre/index.htm');
g_navNode_5_2_0=g_navNode_5_2.addNode('1833','Charity Funds \x26 Prices',ssUrlPrefix + 'Charities/FundCentre/CharityFundsPrices/index.htm','FundCentreRedirectParams==product\x3d12/hideSearch\x3dY//','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_4746');
g_navNode_5_2_0_0=g_navNode_5_2_0.addNode('3560','eValuator',ssUrlPrefix + 'Charities/FundCentre/CharityFundsPrices/eValuator/index.htm','ShowRelResources==TRUE');
g_navNode_5_2_0_1=g_navNode_5_2_0.addNode('3561','eValuator Tool',ssUrlPrefix + 'Charities/FundCentre/CharityFundsPrices/eValuatorTool/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_5_2_0_2=g_navNode_5_2_0.addNode('3562','eValuator Results',ssUrlPrefix + 'Charities/FundCentre/CharityFundsPrices/eValuatorResults/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_4746 ');
g_navNode_5_2_0_3=g_navNode_5_2_0.addNode('5150','Historical Price Tool',ssUrlPrefix + 'Charities/FundCentre/CharityFundsPrices/HistoricalPriceTool/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','TargetNodes==tool\x3d5150','xmlid==FC_4746');
g_navNode_5_2_1=g_navNode_5_2.addNode('1839','Fund Factsheets',ssUrlPrefix + 'Charities/FundCentre/FundFactsheets/index.htm','HideTabs==TRUE','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3ccontains\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6028\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_5_3=g_navNode_5.addNode('1834','Market Insight',ssUrlPrefix + 'Charities/MarketInsight/index.htm','RedirectURL==1838');
g_navNode_5_3_0=g_navNode_5_3.addNode('1838','Market View',ssUrlPrefix + 'Charities/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_5_3_1=g_navNode_5_3.addNode('7859','Comment and Analysis',ssUrlPrefix + 'Charities/MarketInsight/CommentandAnalysis/index.htm','DoNotShowInNavigation==FALSE','RedirectURL== ','ShowRelResources==TRUE');
g_navNode_5_4=g_navNode_5.addNode('1836','Knowledge Centre',ssUrlPrefix + 'Charities/Literature/index.htm','RedirectURL==6808');
g_navNode_5_4_0=g_navNode_5_4.addNode('6808','Thought Leadership',ssUrlPrefix + 'Charities/Literature/thought-leadership/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6809');
g_navNode_5_4_0_0=g_navNode_5_4_0.addNode('6809','Currents',ssUrlPrefix + 'Charities/Literature/thought-leadership/currents/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6017\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60currents\x60','ShowRelResources==TRUE');
g_navNode_5_4_0_1=g_navNode_5_4_0.addNode('6810','Investment Insights',ssUrlPrefix + 'Charities/Literature/thought-leadership/investment-insights/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60iuk\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6067\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60InvestmentInsight\x60','ShowRelResources==TRUE');
g_navNode_5_4_0_2=g_navNode_5_4_0.addNode('6811','Special Reports',ssUrlPrefix + 'Charities/Literature/thought-leadership/special-reports/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x60112\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowRelResources==TRUE');
g_navNode_5_4_1=g_navNode_5_4.addNode('1883','Brochures \x26 Support Material',ssUrlPrefix + 'Charities/Literature/BrochuresSupportMaterial/index.htm','RedirectURL==1840');
g_navNode_5_4_1_0=g_navNode_5_4_1.addNode('1840','Brochures',ssUrlPrefix + 'Charities/Literature/BrochuresSupportMaterial/Brochures/index.htm','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_5_4_2=g_navNode_5_4.addNode('1886','Legal Documents',ssUrlPrefix + 'Charities/Literature/LegalDocuments/index.htm','RedirectURL==2842');
g_navNode_5_4_2_0=g_navNode_5_4_2.addNode('2842','Scheme Particulars',ssUrlPrefix + 'Charities/Literature/LegalDocuments/SchemeParticulars/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6084\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowRelResources==TRUE');
g_navNode_5_4_2_1=g_navNode_5_4_2.addNode('1841','Application Forms',ssUrlPrefix + 'Charities/Literature/LegalDocuments/ApplicationForms/index.htm','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_5_4_2_2=g_navNode_5_4_2.addNode('1887','Report and Accounts',ssUrlPrefix + 'Charities/Literature/LegalDocuments/ReportandAccounts/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x603\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_5_4_4=g_navNode_5_4.addNode('1843','Literature Request',ssUrlPrefix + 'Charities/Literature/LiteratureRequest/index.htm','ShowRelResources==TRUE');
g_navNode_5_7=g_navNode_5.addNode('1837','Contact Us',ssUrlPrefix + 'Charities/Support/index.htm','RedirectURL==1845');
g_navNode_5_7_0=g_navNode_5_7.addNode('1845','Contact Us',ssUrlPrefix + 'Charities/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_6=g_navNode_Root.addNode('1709','Consultants',ssUrlPrefix + 'Consultants/index.htm','ShowClientLogin==TRUE','SiloName==3','TargetNodes==prices\x3d1732');
g_navNode_6_0=g_navNode_6.addNode('1714','Solutions and Capabilities',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0=g_navNode_6_0.addNode('17','Investment Solutions and Services',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/index.htm','RedirectURL==5318');
g_navNode_6_0_0_0=g_navNode_6_0_0.addNode('5318','BMACS',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_0=g_navNode_6_0_0_0.addNode('5319','Advisory Services',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','RedirectURL==5566','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_0_0=g_navNode_6_0_0_0_0.addNode('5566','Strategic Advice ',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_0_1=g_navNode_6_0_0_0_0.addNode('5567','Liability-Driven Investing \x28LDI\x29 ',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_0_2=g_navNode_6_0_0_0_0.addNode('5568','Journey Management ',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_0_3=g_navNode_6_0_0_0_0.addNode('5827','Medium-Term Asset Allocation',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/MediumTermAssetAllocation/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_6_0_0_0_1=g_navNode_6_0_0_0.addNode('5320','Solutions',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==5569','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_1_0=g_navNode_6_0_0_0_1.addNode('5569','Fiduciary Management',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/FiduciaryManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_1_1=g_navNode_6_0_0_0_1.addNode('5583','Liability Driven Invesment',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_1_2=g_navNode_6_0_0_0_1.addNode('5571','Custom Benchmarks',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/CustomBenchmarks/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2=g_navNode_6_0_0_0.addNode('5321','Investment Strategies',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==5573','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_0=g_navNode_6_0_0_0_2.addNode('5573','DDG',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_1=g_navNode_6_0_0_0_2.addNode('5828','Dynamic Multi-Asset',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicMulti-Asset/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowRelResources==TRUE');
g_navNode_6_0_0_0_2_2=g_navNode_6_0_0_0_2.addNode('5574','Funds of Alternatives',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_3=g_navNode_6_0_0_0_2.addNode('5575','Global Macro Hedge Fund',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_4=g_navNode_6_0_0_0_2.addNode('5576','Hedged Equity',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_5=g_navNode_6_0_0_0_2.addNode('5584','Market Advantage',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_6=g_navNode_6_0_0_0_2.addNode('5577','MuSt',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/Multi-StrategyFundMuSt/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_7=g_navNode_6_0_0_0_2.addNode('5578','Target Date \x28LifePath\x29',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_0_2_8=g_navNode_6_0_0_0_2.addNode('5579','Target Risk and Relative Return',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_1=g_navNode_6_0_0.addNode('5191','Fiduciary Management',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/Fiduciary/index.htm','RedirectURL==5569','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_2=g_navNode_6_0_0.addNode('1727','BlackRock Solutions\xae',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_3=g_navNode_6_0_0.addNode('2812','Transition Management',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_3_0=g_navNode_6_0_0_3.addNode('5514','Products',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5515');
g_navNode_6_0_0_3_0_0=g_navNode_6_0_0_3_0.addNode('5515','Service Offering',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_4=g_navNode_6_0_0.addNode('5365','Defined Contribution',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/DefinedContribution/index.htm','RedirectURL==1812','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_0_5=g_navNode_6_0_0.addNode('5364','Securities Lending',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_1=g_navNode_6_0.addNode('24','Investment Capabilities',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/index.htm','RedirectURL==40','ShowThirdLevelNav==TRUE');
g_navNode_6_0_1_0=g_navNode_6_0_1.addNode('40','Equities',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_1_1=g_navNode_6_0_1.addNode('5326','Fixed Income',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_1_2=g_navNode_6_0_1.addNode('7553','Alternative Investments',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_1_2_0=g_navNode_6_0_1_2.addNode('8167','Featured-Literature',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/Featured-Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_6_0_1_2_1=g_navNode_6_0_1_2.addNode('7554','Hedge Funds',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/HedgeFunds/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_0_1_2_2=g_navNode_6_0_1_2.addNode('7555','Fund of Hedge Funds',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/FundofHedgeFunds/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_0_1_2_3=g_navNode_6_0_1_2.addNode('7556','Custom Hedge Fund Solutions',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CustomHedgeFundSolutions/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_0_1_2_4=g_navNode_6_0_1_2.addNode('7557','Private Equity - Direct \x26 Fund of Funds',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/PrivateEquity/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_0_1_2_5=g_navNode_6_0_1_2.addNode('7558','Real Estate',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RealEstate/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_0_1_2_6=g_navNode_6_0_1_2.addNode('7559','Capital Markets',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CapitalMarkets/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_0_1_2_7=g_navNode_6_0_1_2.addNode('7560','Risk Managment for Alternative Investments',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RiskManagment/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_0_1_4=g_navNode_6_0_1.addNode('5328','Cash Management',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/CashManagement/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_0_1_5=g_navNode_6_0_1.addNode('5363','Indexing',ssUrlPrefix + 'Consultants/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_6_1=g_navNode_6.addNode('1786','Fund Centre',ssUrlPrefix + 'Consultants/FundCentre/index.htm','ShowRelResources==TRUE');
g_navNode_6_1_0=g_navNode_6_1.addNode('8203','Index Selection',ssUrlPrefix + 'Consultants/FundCentre/indexselection/index.htm','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_1_0_0=g_navNode_6_1_0.addNode('8242','Reporting Fund Status',ssUrlPrefix + 'Consultants/FundCentre/indexselection/reportingfundstatus/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_1_1=g_navNode_6_1.addNode('3513','DC Funds \x26 Prices',ssUrlPrefix + 'Consultants/FundCentre/DCFundsPrices/index.htm','FundCentreRedirectParams==product\x3d9/class\x3dABCDEFGHJKLMNORSTWXY/hideSearch\x3dY//','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_4746');
g_navNode_6_1_1_0=g_navNode_6_1_1.addNode('3555','Historical Prices',ssUrlPrefix + 'Consultants/FundCentre/DCFundsPrices/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==tab\x3dproduct\x3d9/class\x3dABCDEFGHJKLMNORSTWXY/','ProductRange==tab\x3dproduct\x3d9//','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','xmlid==FC_4746');
g_navNode_6_1_1_1=g_navNode_6_1_1.addNode('3557','eValuator',ssUrlPrefix + 'Consultants/FundCentre/DCFundsPrices/eValuator/index.htm','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==product\x3d9//','ShowRelResources==TRUE');
g_navNode_6_1_1_2=g_navNode_6_1_1.addNode('3558','eValuator Tool',ssUrlPrefix + 'Consultants/FundCentre/DCFundsPrices/eValuatorTool/index.htm','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==product\x3d9//','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE','xmlid==FC_4746 ');
g_navNode_6_1_1_3=g_navNode_6_1_1.addNode('3559','eValuator Results',ssUrlPrefix + 'Consultants/FundCentre/DCFundsPrices/eValuatorResults/index.htm','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==product\x3d9//','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','xmlid==FC_4746 ');
g_navNode_6_1_2=g_navNode_6_1.addNode('5451','Former BGI Funds',ssUrlPrefix + 'Consultants/FundCentre/BGIUnitPrices/index.htm','ShowFundFinder==FALSE','ShowRelResources==TRUE');
g_navNode_6_1_3=g_navNode_6_1.addNode('8037','Regulatory Documents',ssUrlPrefix + 'Consultants/FundCentre/Regulatory-Information/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \\x27Inst\\x27','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_6_1_4=g_navNode_6_1.addNode('5367','Fund Factsheets',ssUrlPrefix + 'Consultants/FundCentre/InstitutionalFundFactsheets/index.htm','RedirectURL==6674','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_6_1_4_2=g_navNode_6_1_4.addNode('6674','Equity',ssUrlPrefix + 'Consultants/FundCentre/InstitutionalFundFactsheets/Equity/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x604\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xAppGenericText2','SubHeadingView==AppGenericText2');
g_navNode_6_1_4_3=g_navNode_6_1_4.addNode('6675','Fixed Income',ssUrlPrefix + 'Consultants/FundCentre/InstitutionalFundFactsheets/fixed-income/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x6012\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xAppGenericText2','SubHeadingView==AppGenericText2');
g_navNode_6_1_4_4=g_navNode_6_1_4.addNode('6680','Cash',ssUrlPrefix + 'Consultants/FundCentre/InstitutionalFundFactsheets/cash/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_6_1_4_5=g_navNode_6_1_4.addNode('6677','Alternatives',ssUrlPrefix + 'Consultants/FundCentre/InstitutionalFundFactsheets/Alternatives/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x6022\x60','ShowRelResources==TRUE');
g_navNode_6_1_4_6=g_navNode_6_1_4.addNode('6679','Charities',ssUrlPrefix + 'Consultants/FundCentre/InstitutionalFundFactsheets/Charities/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowRelResources==TRUE');
g_navNode_6_1_4_7=g_navNode_6_1_4.addNode('6678','Balanced',ssUrlPrefix + 'Consultants/FundCentre/InstitutionalFundFactsheets/Balanced/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_6_2=g_navNode_6.addNode('1737','Market Insight',ssUrlPrefix + 'Consultants/MarketInsight/index.htm','RedirectURL==1740');
g_navNode_6_2_0=g_navNode_6_2.addNode('1740','Market View',ssUrlPrefix + 'Consultants/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_6_2_1=g_navNode_6_2.addNode('6890','ETF Landscape',ssUrlPrefix + 'Consultants/MarketInsight/ETFLandscape/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_6_2_1_0=g_navNode_6_2_1.addNode('6891','Publications',ssUrlPrefix + 'Consultants/MarketInsight/ETFLandscape/Publications/index.htm');
g_navNode_6_2_1_1=g_navNode_6_2_1.addNode('6892','Registration',ssUrlPrefix + 'Consultants/MarketInsight/ETFLandscape/Registration/index.htm');
g_navNode_6_2_1_2=g_navNode_6_2_1.addNode('6893','Events',ssUrlPrefix + 'Consultants/MarketInsight/ETFLandscape/Events/index.htm');
g_navNode_6_2_2=g_navNode_6_2.addNode('7835','Comment and Analysis',ssUrlPrefix + 'Consultants/MarketInsight/CommentandAnalysis/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_6_3=g_navNode_6.addNode('1741','Knowledge Centre',ssUrlPrefix + 'Consultants/Literature/index.htm','HideTabs==TRUE','RedirectURL==7716','ShowRelResources==TRUE');
g_navNode_6_3_0=g_navNode_6_3.addNode('7716','Currents',ssUrlPrefix + 'Consultants/Literature/Currents/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_6_3_1=g_navNode_6_3.addNode('7717','Investment Insights',ssUrlPrefix + 'Consultants/Literature/Investment-Insights/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_6_3_2=g_navNode_6_3.addNode('7719','Education',ssUrlPrefix + 'Consultants/Literature/Education/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_6_3_3=g_navNode_6_3.addNode('7718','Capability Brochures',ssUrlPrefix + 'Consultants/Literature/Capability-Brochures/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_6_3_4=g_navNode_6_3.addNode('7740','Literature Request',ssUrlPrefix + 'Consultants/Literature/Literature-Request/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/litvalidation.js','DoNotShowInNavigation==FALSE');
g_navNode_6_7=g_navNode_6.addNode('1747','Contact Us',ssUrlPrefix + 'Consultants/Support/index.htm','RedirectURL==1748');
g_navNode_6_7_0=g_navNode_6_7.addNode('1748','Contact Us',ssUrlPrefix + 'Consultants/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_6_8=g_navNode_6.addNode('5452','Client Login Popup Help',ssUrlPrefix + 'Consultants/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_7=g_navNode_Root.addNode('3690','Corporate Pensions',ssUrlPrefix + 'CorporatePensions/index.htm','RedirectURL==1787','ShowRelResources==TRUE');
g_navNode_8=g_navNode_Root.addNode('1787','DB',ssUrlPrefix + 'DBTrustees/index.htm','ShowClientLogin==TRUE','SiloName==24');
g_navNode_8_0=g_navNode_8.addNode('131325','Solutions and Capabilities',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0=g_navNode_8_0.addNode('131326','Investment Solutions and Services',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/index.htm','RedirectURL==131327');
g_navNode_8_0_0_0=g_navNode_8_0_0.addNode('131327','BMACS',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_0=g_navNode_8_0_0_0.addNode('131328','Advisory Services',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','RedirectURL==5566','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_0_0=g_navNode_8_0_0_0_0.addNode('131329','Strategic Advice ',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_0_1=g_navNode_8_0_0_0_0.addNode('131330','Liability-Driven Investing \x28LDI\x29 ',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_0_2=g_navNode_8_0_0_0_0.addNode('131331','Journey Management ',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_0_3=g_navNode_8_0_0_0_0.addNode('5831','Medium-Term Asset Allocation',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/MediumTermAssetAllocation/index.htm','ShowFundFinder==FALSE','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_8_0_0_0_1=g_navNode_8_0_0_0.addNode('131332','Solutions',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==5569','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_1_0=g_navNode_8_0_0_0_1.addNode('131333','Fiduciary Management',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/FiduciaryManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_1_1=g_navNode_8_0_0_0_1.addNode('131334','Liability Driven Invesment',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_1_2=g_navNode_8_0_0_0_1.addNode('5832','Custom Benchmarks',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/CustomBenchmarks/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_8_0_0_0_2=g_navNode_8_0_0_0.addNode('131338','Investment Strategies',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==5573','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_0=g_navNode_8_0_0_0_2.addNode('131339','DDG',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_1=g_navNode_8_0_0_0_2.addNode('5833','Dynamic Multi-Asset',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicMulti-Asset/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_2=g_navNode_8_0_0_0_2.addNode('131340','Funds of Alternatives',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_3=g_navNode_8_0_0_0_2.addNode('131341','Global Macro Hedge Fund',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_4=g_navNode_8_0_0_0_2.addNode('131342','Hedged Equity',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_5=g_navNode_8_0_0_0_2.addNode('131343','Market Advantage',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_6=g_navNode_8_0_0_0_2.addNode('131344','MuSt',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/Multi-StrategyFundMuSt/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_7=g_navNode_8_0_0_0_2.addNode('131345','Target Date \x28LifePath\x29',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_0_2_8=g_navNode_8_0_0_0_2.addNode('131346','Target Risk and Relative Return',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_1=g_navNode_8_0_0.addNode('131347','Fiduciary Management',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/Fiduciary/index.htm','RedirectURL==131333','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_2=g_navNode_8_0_0.addNode('131348','BlackRock Solutions\xae',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_3=g_navNode_8_0_0.addNode('131349','Transition Management',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_3_0=g_navNode_8_0_0_3.addNode('131350','Products',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5515');
g_navNode_8_0_0_3_0_0=g_navNode_8_0_0_3_0.addNode('131351','Service Offering',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_4=g_navNode_8_0_0.addNode('131352','Defined Contribution',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/DefinedContribution/index.htm','RedirectURL==1812','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_0_5=g_navNode_8_0_0.addNode('131353','Securities Lending',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_1=g_navNode_8_0.addNode('131354','Investment Capabilities',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/index.htm','RedirectURL==131355','ShowThirdLevelNav==TRUE');
g_navNode_8_0_1_0=g_navNode_8_0_1.addNode('131355','Equities',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_1_1=g_navNode_8_0_1.addNode('131356','Fixed Income',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_1_2=g_navNode_8_0_1.addNode('7565','Alternative Investments',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_2_0=g_navNode_8_0_1_2.addNode('7882','Featured Literature',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/Featured-Literature/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_8_0_1_2_1=g_navNode_8_0_1_2.addNode('7566','Hedge Funds',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/HedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_2_2=g_navNode_8_0_1_2.addNode('7567','Fund of Hedge Funds',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/FundofHedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_2_3=g_navNode_8_0_1_2.addNode('7568','Custom Hedge Fund Solutions',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CustomHedgeFundSolutions/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_2_4=g_navNode_8_0_1_2.addNode('7569','Private Equity - Direct \x26 Fund of Funds',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/PrivateEquity/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_2_5=g_navNode_8_0_1_2.addNode('7570','Real Estate',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RealEstate/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_2_6=g_navNode_8_0_1_2.addNode('7571','Capital Markets',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CapitalMarkets/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_2_7=g_navNode_8_0_1_2.addNode('7572','Risk Management for Alternative Investments',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RiskManagement/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1_3=g_navNode_8_0_1.addNode('131358','Cash Management',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/CashManagement/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_0_1_4=g_navNode_8_0_1.addNode('131359','Indexing',ssUrlPrefix + 'DBTrustees/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_8_1=g_navNode_8.addNode('5817','Fund Centre',ssUrlPrefix + 'DBTrustees/FundCentre/index.htm','RedirectURL==5816');
g_navNode_8_1_0=g_navNode_8_1.addNode('5816','Former BGI Funds',ssUrlPrefix + 'DBTrustees/FundCentre/FormerBGIFunds/index.htm');
g_navNode_8_1_1=g_navNode_8_1.addNode('5754','Fund Factsheets',ssUrlPrefix + 'DBTrustees/FundCentre/InstitutionalFundFactsheets/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60BGI-NotDC\x60  \x3cAND\x3e xSubtype \x3csubstring\x3e \x6015\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','RedirectURL==6681','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_8_1_1_0=g_navNode_8_1_1.addNode('6681','Equity',ssUrlPrefix + 'DBTrustees/FundCentre/InstitutionalFundFactsheets/Equity/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x604\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xAppGenericText2','SubHeadingView==AppGenericText2');
g_navNode_8_1_1_1=g_navNode_8_1_1.addNode('6682','Fixed Income',ssUrlPrefix + 'DBTrustees/FundCentre/InstitutionalFundFactsheets/FixedIncome/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x6012\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xAppGenericText2');
g_navNode_8_1_1_2=g_navNode_8_1_1.addNode('6684','Cash',ssUrlPrefix + 'DBTrustees/FundCentre/InstitutionalFundFactsheets/cash/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_8_1_1_3=g_navNode_8_1_1.addNode('6683','Alternatives',ssUrlPrefix + 'DBTrustees/FundCentre/InstitutionalFundFactsheets/alternatives/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x6022\x60','ShowRelResources==TRUE');
g_navNode_8_1_1_4=g_navNode_8_1_1.addNode('6685','Charities',ssUrlPrefix + 'DBTrustees/FundCentre/InstitutionalFundFactsheets/charities/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60');
g_navNode_8_1_1_5=g_navNode_8_1_1.addNode('6686','Balanced',ssUrlPrefix + 'DBTrustees/FundCentre/InstitutionalFundFactsheets/balanced/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x601\x60');
g_navNode_8_1_2=g_navNode_8_1.addNode('8038','Regulatory Documents',ssUrlPrefix + 'DBTrustees/FundCentre/Regulatory-Information/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_8_1_3=g_navNode_8_1.addNode('8239','Index Selection',ssUrlPrefix + 'DBTrustees/FundCentre/indexselection/index.htm','ShowRelResources==TRUE');
g_navNode_8_1_3_0=g_navNode_8_1_3.addNode('8243','Reporting Fund Status',ssUrlPrefix + 'DBTrustees/FundCentre/indexselection/reportingfundstatus/index.htm','ShowRelResources==TRUE');
g_navNode_8_2=g_navNode_8.addNode('1796','Market Insight',ssUrlPrefix + 'DBTrustees/MarketInsight/index.htm','RedirectURL==1797','ShowRelResources==TRUE');
g_navNode_8_2_0=g_navNode_8_2.addNode('1797','Market View',ssUrlPrefix + 'DBTrustees/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_8_2_1=g_navNode_8_2.addNode('7857','Comment and Analysis',ssUrlPrefix + 'DBTrustees/MarketInsight/CommentandAnalysis/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_8_3=g_navNode_8.addNode('1799','Knowledge Centre',ssUrlPrefix + 'DBTrustees/Literature/index.htm','RedirectURL==7726');
g_navNode_8_3_1=g_navNode_8_3.addNode('7726','Thought Leadership',ssUrlPrefix + 'DBTrustees/Literature/Currents/index.htm','ShowRelResources==TRUE');
g_navNode_8_3_2=g_navNode_8_3.addNode('7730','Investment Insights',ssUrlPrefix + 'DBTrustees/Literature/Investment-Insights/index.htm','ShowRelResources==TRUE');
g_navNode_8_3_3=g_navNode_8_3.addNode('7738','Education',ssUrlPrefix + 'DBTrustees/Literature/Education/index.htm','ShowRelResources==TRUE');
g_navNode_8_3_4=g_navNode_8_3.addNode('7734','Capability Brochures',ssUrlPrefix + 'DBTrustees/Literature/Capability-Brochures/index.htm','ShowRelResources==TRUE');
g_navNode_8_3_5=g_navNode_8_3.addNode('7741','Literature Request',ssUrlPrefix + 'DBTrustees/Literature/Literature-Request/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/litvalidation.js');
g_navNode_8_9=g_navNode_8.addNode('1804','Contact Us',ssUrlPrefix + 'DBTrustees/Support/index.htm','RedirectURL==1806');
g_navNode_8_9_0=g_navNode_8_9.addNode('1806','Contact Us',ssUrlPrefix + 'DBTrustees/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_8_11=g_navNode_8.addNode('5751','Client Login Popup Help',ssUrlPrefix + 'DBTrustees/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_9=g_navNode_Root.addNode('1812','DC',ssUrlPrefix + 'DCTrustees/index.htm','ShowClientLogin==TRUE','SiloName==25','TargetNodes==eValuator\x3d3492,prices\x3d1817');
g_navNode_9_0=g_navNode_9.addNode('1813','Solutions and Capabilities',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/index.htm','RedirectURL==1814','ShowRelResources==TRUE');
g_navNode_9_0_0=g_navNode_9_0.addNode('1815','DC Services',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCServices/index.htm','RedirectURL==2809','ShowRelResources==TRUE');
g_navNode_9_0_0_0=g_navNode_9_0_0.addNode('2809','Investment',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCServices/Investment/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_9_0_0_1=g_navNode_9_0_0.addNode('2810','Administration',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCServices/Administration/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_9_0_0_2=g_navNode_9_0_0.addNode('2811','Communication',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCServices/Communication/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_9_0_1=g_navNode_9_0.addNode('1814','Investment Capabilities',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCProducts/index.htm','RedirectURL==2801','ShowRelResources==TRUE');
g_navNode_9_0_1_0=g_navNode_9_0_1.addNode('2801','Lifestyle',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCProducts/Lifestyle/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_9_0_1_1=g_navNode_9_0_1.addNode('2803','Equities',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCProducts/Equities/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_9_0_1_2=g_navNode_9_0_1.addNode('2804','Fixed Income',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCProducts/FixedIncome/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_9_0_1_3=g_navNode_9_0_1.addNode('5600','Indexing',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/DCProducts/Indexing/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_9_0_2=g_navNode_9_0.addNode('1816','Target Driven Investing',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/TargetDrivenInvesting/index.htm','ShowRelResources==TRUE');
g_navNode_9_0_3=g_navNode_9_0.addNode('2845','External Managers',ssUrlPrefix + 'DCTrustees/SolutionsandProducts/GuestManagers/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6028\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6049\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion');
g_navNode_9_1=g_navNode_9.addNode('5647','Fund Centre',ssUrlPrefix + 'DCTrustees/FundCentre/index.htm','ShowRelResources==TRUE');
g_navNode_9_1_0=g_navNode_9_1.addNode('1817','DC Funds \x26 Prices',ssUrlPrefix + 'DCTrustees/FundCentre/DCFundsPrices/index.htm','FundCentreRedirectParams==product\x3d9/class\x3dABCDEFGHJKLMNORSTWXY/hideSearch\x3dY//class\x3dN/','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_4746');
g_navNode_9_1_0_0=g_navNode_9_1_0.addNode('3482','Historical Prices',ssUrlPrefix + 'DCTrustees/FundCentre/DCFundsPrices/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','FundCentreRedirectParams==tab\x3dproduct\x3d9/class\x3dABCDEFGHJKLMNORSTWXY/dcsite\x3duk/','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_4746');
g_navNode_9_1_0_1=g_navNode_9_1_0.addNode('3483','eValuator',ssUrlPrefix + 'DCTrustees/FundCentre/DCFundsPrices/eValuator/index.htm','FundCentreRedirectParams==product\x3d9/','ShowRelResources==TRUE');
g_navNode_9_1_0_2=g_navNode_9_1_0.addNode('3492','eValuator Tool',ssUrlPrefix + 'DCTrustees/FundCentre/DCFundsPrices/eValuatorTool/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==FALSE','xmlid==FC_4746 ');
g_navNode_9_1_0_3=g_navNode_9_1_0.addNode('3493','eValuator Results',ssUrlPrefix + 'DCTrustees/FundCentre/DCFundsPrices/eValuatorResults/index.htm','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==product\x3d9//','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_9_1_1=g_navNode_9_1.addNode('2850','BlackRock DC Funds',ssUrlPrefix + 'DCTrustees/FundCentre/BlackRockFunds/index.htm','HideTabs==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6028\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','RedirectURL==1817','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_9_1_2=g_navNode_9_1.addNode('5565','Former BGI Funds',ssUrlPrefix + 'DCTrustees/FundCentre/BlackRockBGIFunds/index.htm','RedirectURL==2851','ShowThirdLevelNav==TRUE');
g_navNode_9_1_2_0=g_navNode_9_1_2.addNode('2851','Index Funds',ssUrlPrefix + 'DCTrustees/FundCentre/BlackRockBGIFunds/IndexFunds/index.htm','HideTabs==FALSE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60BGIfactsheetIndex\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_9_1_2_1=g_navNode_9_1_2.addNode('5556','Active Funds',ssUrlPrefix + 'DCTrustees/FundCentre/BlackRockBGIFunds/ActiveFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60BGIfactsheetActive\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_9_1_2_2=g_navNode_9_1_2.addNode('5815','Historic Funds',ssUrlPrefix + 'DCTrustees/FundCentre/BlackRockBGIFunds/HistoricFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60BGIfactsheetHistoric\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_9_1_5=g_navNode_9_1.addNode('8373','Index Selection',ssUrlPrefix + 'DCTrustees/FundCentre/indexselection/index.htm','ShowRelResources==TRUE');
g_navNode_9_1_5_0=g_navNode_9_1_5.addNode('8374','Reporting Fund Status',ssUrlPrefix + 'DCTrustees/FundCentre/indexselection/reportingfundstatus/index.htm','ShowRelResources==TRUE');
g_navNode_9_2=g_navNode_9.addNode('1818','Market Insight',ssUrlPrefix + 'DCTrustees/MarketInsight/index.htm','RedirectURL==1819');
g_navNode_9_2_0=g_navNode_9_2.addNode('1819','Market View',ssUrlPrefix + 'DCTrustees/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_9_2_1=g_navNode_9_2.addNode('7858','Comment and Analysis',ssUrlPrefix + 'DCTrustees/MarketInsight/CommentandAnalysis/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_9_3=g_navNode_9.addNode('1821','Knowledge Centre',ssUrlPrefix + 'DCTrustees/Literature/index.htm','RedirectURL==7725','ShowThirdLevelNav==TRUE');
g_navNode_9_3_0=g_navNode_9_3.addNode('7725','Thought Leadership',ssUrlPrefix + 'DCTrustees/Literature/Currents/index.htm','ShowRelResources==TRUE');
g_navNode_9_3_1=g_navNode_9_3.addNode('7729','Investment Insights',ssUrlPrefix + 'DCTrustees/Literature/Investment-Insights/index.htm','ShowRelResources==TRUE');
g_navNode_9_3_2=g_navNode_9_3.addNode('7736','Education',ssUrlPrefix + 'DCTrustees/Literature/Education/index.htm','ShowRelResources==TRUE');
g_navNode_9_3_3=g_navNode_9_3.addNode('7733','Capability Brochures',ssUrlPrefix + 'DCTrustees/Literature/Capability-Brochures/index.htm','ShowRelResources==TRUE');
g_navNode_9_3_4=g_navNode_9_3.addNode('1827','Literature Request',ssUrlPrefix + 'DCTrustees/Literature/LiteratureRequest/index.htm','HideTabs==TRUE','ShowRelResources==FALSE');
g_navNode_9_6=g_navNode_9.addNode('1828','Contact Us',ssUrlPrefix + 'DCTrustees/Support/index.htm','RedirectURL==1830','ShowRelResources==TRUE');
g_navNode_9_6_0=g_navNode_9_6.addNode('1830','Contact Us',ssUrlPrefix + 'DCTrustees/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_9_8=g_navNode_9.addNode('5680','Client Login Popup Help',ssUrlPrefix + 'DCTrustees/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_10=g_navNode_Root.addNode('12202','Financial Institutions',ssUrlPrefix + 'FinancialInstitutions/index.htm','ShowClientLogin==TRUE','SiloName==3','TargetNodes==prices\x3d12211');
g_navNode_10_0=g_navNode_10.addNode('12203','Solutions and Capabilities',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/index.htm','Links==LINK1\x3d./Liability-DrivenInvesting/\x7eLiability-Driven Investing \x28LDI\x29,LINK2\x3d./BlackRockSolutions/\x7eBlackRock Solotions\xae,LINK3\x3d./TransitionManagement/\x7eTransition Management,LINK4\x3d/uk/DCTrustees/\x7eDefind Contribtutions Services,LINK5\x3d./Equities/\x7eEquities,LINK6\x3d./FixedIncome/\x7eFixed Income,LINK7\x3d./RealEstate/\x7eReal Estate,LINK8\x3d/uk/cashmanagement/\x7eLiquidity,LINK9\x3d./AlternativeInvestments/\x7eAlternative Investments,LINKX\x3d./Insurance/\x7eInsurance','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0=g_navNode_10_0.addNode('131416','Investment Solutions and Services',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/index.htm','RedirectURL==131417');
g_navNode_10_0_0_0=g_navNode_10_0_0.addNode('131417','BMACS',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_0=g_navNode_10_0_0_0.addNode('131418','Advisory Services',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','RedirectURL==131420','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_0_0=g_navNode_10_0_0_0_0.addNode('131420','Strategic Advice ',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_0_1=g_navNode_10_0_0_0_0.addNode('131421','Liability-Driven Investing \x28LDI\x29 ',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_0_2=g_navNode_10_0_0_0_0.addNode('131423','Journey Management ',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_0_3=g_navNode_10_0_0_0_0.addNode('5834','Medium-Term Asset Allocation',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/MediumTermAssetAllocation/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_1=g_navNode_10_0_0_0.addNode('131424','Solutions',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==131425','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_1_0=g_navNode_10_0_0_0_1.addNode('131425','Fiduciary Management',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/FiduciaryManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_1_1=g_navNode_10_0_0_0_1.addNode('131426','Liability Driven Invesment',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_1_2=g_navNode_10_0_0_0_1.addNode('5835','Custom Benchmarks',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/CustomBenchmarks/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_0_0_2=g_navNode_10_0_0_0.addNode('131430','Investment Strategies',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==131431','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_0=g_navNode_10_0_0_0_2.addNode('131431','DDG',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_1=g_navNode_10_0_0_0_2.addNode('5836','Dynamic Multi-Asset',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicMulti-Asset/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_2=g_navNode_10_0_0_0_2.addNode('131432','Funds of Alternatives',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_3=g_navNode_10_0_0_0_2.addNode('131433','Global Macro Hedge Fund',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_4=g_navNode_10_0_0_0_2.addNode('131434','Hedged Equity',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_5=g_navNode_10_0_0_0_2.addNode('131435','Market Advantage',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_6=g_navNode_10_0_0_0_2.addNode('131436','MuSt',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/Multi-StrategyFundMuSt/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_7=g_navNode_10_0_0_0_2.addNode('131437','Target Date \x28LifePath\x29',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_0_2_8=g_navNode_10_0_0_0_2.addNode('131438','Target Risk and Relative Return',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_1=g_navNode_10_0_0.addNode('131439','Fiduciary Management',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/Fiduciary/index.htm','RedirectURL==131425','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_2=g_navNode_10_0_0.addNode('131440','BlackRock Solutions\xae',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_3=g_navNode_10_0_0.addNode('131441','Transition Management',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_3_0=g_navNode_10_0_0_3.addNode('131442','Products',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==131443');
g_navNode_10_0_0_3_0_0=g_navNode_10_0_0_3_0.addNode('131443','Service Offering',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_0_5=g_navNode_10_0_0.addNode('131445','Securities Lending',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_1=g_navNode_10_0.addNode('131446','Investment Capabilities',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/index.htm','RedirectURL==131447','ShowThirdLevelNav==TRUE');
g_navNode_10_0_1_0=g_navNode_10_0_1.addNode('131447','Equities',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_1_1=g_navNode_10_0_1.addNode('131448','Fixed Income',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_1_2=g_navNode_10_0_1.addNode('7573','Alternative Investments',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_2_0=g_navNode_10_0_1_2.addNode('7574','Hedge Funds',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/HedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_2_1=g_navNode_10_0_1_2.addNode('7575','Fund of Hedge Funds',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/FundofHedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_2_2=g_navNode_10_0_1_2.addNode('7576','Custom Hedge Fund Solutions',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CustomHedgeFundSolutions/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_2_3=g_navNode_10_0_1_2.addNode('7577','Private Equity - Direct \x26 Fund of Funds',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/PrivateEquity/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_2_4=g_navNode_10_0_1_2.addNode('7578','Real Estate',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RealEstate/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_2_5=g_navNode_10_0_1_2.addNode('7579','Capital Markets',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CapitalMarkets/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_2_6=g_navNode_10_0_1_2.addNode('7580','Risk Management for Alternative Investments',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RiskManagement/index.htm','ShowRelResources==TRUE');
g_navNode_10_0_1_3=g_navNode_10_0_1.addNode('131450','Cash Management',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/CashManagement/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_0_1_4=g_navNode_10_0_1.addNode('131451','Indexing',ssUrlPrefix + 'FinancialInstitutions/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_10_1=g_navNode_10.addNode('12212','Market Insight',ssUrlPrefix + 'FinancialInstitutions/MarketInsight/index.htm','RedirectURL==12213');
g_navNode_10_1_0=g_navNode_10_1.addNode('12213','Market View',ssUrlPrefix + 'FinancialInstitutions/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_10_1_1=g_navNode_10_1.addNode('7860','Comment and Analysis',ssUrlPrefix + 'FinancialInstitutions/MarketInsight/CommentandAnalysis/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_10_2=g_navNode_10.addNode('12214','Knowledge Centre',ssUrlPrefix + 'FinancialInstitutions/Literature/index.htm','HideTabs==TRUE','RedirectURL==7724','ShowRelResources==TRUE');
g_navNode_10_2_0=g_navNode_10_2.addNode('7724','Thought Leadership',ssUrlPrefix + 'FinancialInstitutions/Literature/Currents/index.htm','ShowRelResources==TRUE');
g_navNode_10_2_1=g_navNode_10_2.addNode('7728','Investment Insights',ssUrlPrefix + 'FinancialInstitutions/Literature/Investment-Insights/index.htm','ShowRelResources==TRUE');
g_navNode_10_2_2=g_navNode_10_2.addNode('7737','Education',ssUrlPrefix + 'FinancialInstitutions/Literature/Education/index.htm','ShowRelResources==TRUE');
g_navNode_10_2_3=g_navNode_10_2.addNode('7732','Capability Brochures',ssUrlPrefix + 'FinancialInstitutions/Literature/Capability-Brochures/index.htm','ShowRelResources==TRUE');
g_navNode_10_2_4=g_navNode_10_2.addNode('12218','Literature Request',ssUrlPrefix + 'FinancialInstitutions/Literature/LiteratureRequest/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/litvalidation.js','ShowRelResources==FALSE');
g_navNode_10_6=g_navNode_10.addNode('12220','Contact Us',ssUrlPrefix + 'FinancialInstitutions/Support/index.htm','RedirectURL==12221');
g_navNode_10_6_0=g_navNode_10_6.addNode('12221','Contact Us',ssUrlPrefix + 'FinancialInstitutions/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_10_7=g_navNode_10.addNode('5469','Client Login Popup Help',ssUrlPrefix + 'FinancialInstitutions/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_11=g_navNode_Root.addNode('2223','Pensions GPP',ssUrlPrefix + 'Pensions-GPP/index.htm','Links==LINK1\x3d./FundPrices/\x7eFund Performance,LINK2\x3d./PensionsKnowledgeCentre/\x7ePensions Knowledge Centre,LINK3\x3d./WhyStartnow/CrystalBall/\x7eCrystal  Ball,LINK4\x3d./WhyApension?/\x7estep-by-step guide','SiloName==28','StartDivID==dc','TargetNodes==prices\x3d3469, eValuator\x3d3668');
g_navNode_11_0=g_navNode_11.addNode('2870','Why a Pension?',ssUrlPrefix + 'Pensions-GPP/WhyaPension/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_1=g_navNode_11.addNode('2871','Why Start Now?',ssUrlPrefix + 'Pensions-GPP/WhyStartnow/index.htm','Links==LINK1\x3d./CrystalBall/\x7eWhat does your future hold?,LINK2\x3d./WhyStartNowCalculator/\x7eWhy save now and not later?','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_1_0=g_navNode_11_1.addNode('11671','Crystal Ball',ssUrlPrefix + 'Pensions-GPP/WhyStartnow/CrystalBall/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_1_1=g_navNode_11_1.addNode('11679','Crystal Ball Results',ssUrlPrefix + 'Pensions-GPP/WhyStartnow/CrystalBallResults/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_11_1_2=g_navNode_11_1.addNode('11681','Crystal Ball Final Results',ssUrlPrefix + 'Pensions-GPP/WhyStartnow/CrystalBallFinalResults/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_11_1_4=g_navNode_11_1.addNode('11683','Why Start Now Calculator',ssUrlPrefix + 'Pensions-GPP/WhyStartnow/WhyStartNowCalculator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_1_5=g_navNode_11_1.addNode('11684','Why Start Now Results',ssUrlPrefix + 'Pensions-GPP/WhyStartnow/WhyStartNowResults/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_2=g_navNode_11.addNode('2876','What Are Your Options?',ssUrlPrefix + 'Pensions-GPP/WhatAreYourOptions/index.htm','Links==LINK1\x3d./WhatTypeofPension/\x7eWhat type of pension is right for you?,LINK2\x3d./WhichInvestmentOption/\x7eWhich investment option\x28s\x29 is/are right for you? ,LINK3\x3d./HowMuchtoContribute/\x7eHow much should you contribute a month? ','ShowRelResources==TRUE');
g_navNode_11_2_0=g_navNode_11_2.addNode('2880','What Type of Pension?',ssUrlPrefix + 'Pensions-GPP/WhatAreYourOptions/WhatTypeofPension/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_2_1=g_navNode_11_2.addNode('2881','Which Invesment Option?',ssUrlPrefix + 'Pensions-GPP/WhatAreYourOptions/WhichInvesmentOption/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_2_1_0=g_navNode_11_2_1.addNode('2912','Default Option',ssUrlPrefix + 'Pensions-GPP/WhatAreYourOptions/WhichInvesmentOption/DefaultOption/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_2_1_1=g_navNode_11_2_1.addNode('2913','Self Select',ssUrlPrefix + 'Pensions-GPP/WhatAreYourOptions/WhichInvesmentOption/SelfSelect/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_2_2=g_navNode_11_2.addNode('2882','How Much to Contribute?',ssUrlPrefix + 'Pensions-GPP/WhatAreYourOptions/HowMuchtoContribute/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_3=g_navNode_11.addNode('2883','Apply Now',ssUrlPrefix + 'Pensions-GPP/ApplyNow/index.htm','ShowRelResources==TRUE');
g_navNode_11_3_0=g_navNode_11_3.addNode('2891','What Next?',ssUrlPrefix + 'Pensions-GPP/ApplyNow/WhatNext/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_11_5=g_navNode_11.addNode('2885','Pensions Knowledge Centre',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/index.htm','ShowRelResources==TRUE');
g_navNode_11_5_0=g_navNode_11_5.addNode('2892','Pension Education',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/PensionEducation/index.htm','RedirectURL==2897');
g_navNode_11_5_0_0=g_navNode_11_5_0.addNode('2897','Decision Guides',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/PensionEducation/DecisionGuides/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6079\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6027\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_11_5_0_1=g_navNode_11_5_0.addNode('2898','Educational Webcasts',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/PensionEducation/EducationalWebcasts/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_11_5_0_2=g_navNode_11_5_0.addNode('2914','Educational Literature',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/PensionEducation/EducationalLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_11_5_0_3=g_navNode_11_5_0.addNode('2899','Newsletters',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/PensionEducation/Newsletters/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6017\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_11_5_1=g_navNode_11_5.addNode('2893','Fund Factsheets',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/FundFactsheets/index.htm','RedirectURL==3469');
g_navNode_11_5_2=g_navNode_11_5.addNode('2894','Group Personal Pension Literature',ssUrlPrefix + 'Pensions-GPP/PensionsKnowledgeCentre/GPPLiterature/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60    \x3cAND\x3e  xTargetAudienceOrVenue \x3cmatches\x3e \x6028\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xAppGenericInt1 Asc');
g_navNode_11_6=g_navNode_11.addNode('2884','Fund Prices',ssUrlPrefix + 'Pensions-GPP/FundPrices/index.htm','RedirectURL==3469','xmlid==FC_4746');
g_navNode_11_6_0=g_navNode_11_6.addNode('3469','Fund Prices',ssUrlPrefix + 'Pensions-GPP/FundPrices/FundPrices/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==product\x3d9/class\x3dHJKLMTW/hideSearch\x3dY//','secondaryUrlVariableField==region5','xmlid==FC_4746');
g_navNode_11_6_0_0=g_navNode_11_6_0.addNode('3668','eValuator',ssUrlPrefix + 'Pensions-GPP/FundPrices/FundPrices/eValuator/index.htm','ShowRelResources==TRUE');
g_navNode_11_6_0_1=g_navNode_11_6_0.addNode('3669','eValuator Tool',ssUrlPrefix + 'Pensions-GPP/FundPrices/FundPrices/eValuatorTool/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_11_6_0_2=g_navNode_11_6_0.addNode('3670','eValuator Results',ssUrlPrefix + 'Pensions-GPP/FundPrices/FundPrices/eValuatorResults/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_11_6_0_3=g_navNode_11_6_0.addNode('3683','Historical Prices',ssUrlPrefix + 'Pensions-GPP/FundPrices/FundPrices/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','FundCentreRedirectParams==product\x3d9/class\x3dHJKLMTW//','ShowThirdLevelNav==FALSE','xmlid==FC_4746');
g_navNode_11_7=g_navNode_11.addNode('2889','Support',ssUrlPrefix + 'Pensions-GPP/Support/index.htm','RedirectURL==2886');
g_navNode_11_7_0=g_navNode_11_7.addNode('2886','Contact Us',ssUrlPrefix + 'Pensions-GPP/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_11_7_1=g_navNode_11_7.addNode('2887','Questions and Answers',ssUrlPrefix + 'Pensions-GPP/Support/QuestionsandAnswers/index.htm','Links==LINK1\x3d./Questions1/\x7eAbout BlackRock,LINK2\x3d./Questions2/\x7eWhy when and how much?,LINK3\x3d./Questions3/\x7eTax relief,LINK4\x3d./Questions4/\x7eTypes of pensions,LINK5\x3d./Questions5/\x7eInvesting in funds,LINK6\x3d./Questions6/\x7eState Pension Benefits,LINK7\x3d./Questions7/\x7eContracting out of S2P,LINK8\x3d./Questions8/\x7eReaching Retirement,LINK9\x3d./Questions9/\x7eAlternative Investments,LINKX\x3d./Questions10/\x7eFinancial Advice','ShowRelResources==TRUE');
g_navNode_11_7_2=g_navNode_11_7.addNode('2888','Useful Links',ssUrlPrefix + 'Pensions-GPP/Support/UsefulLinks/index.htm','ShowRelResources==TRUE');
g_navNode_12=g_navNode_Root.addNode('2225','Pensions Investment Only',ssUrlPrefix + 'Pensionsinvestmentonly/index.htm','Links==LINK1\x3d./PensionsKnowledgeCentre/FundFactsheets/\x7eFund Factsheets,LINK2\x3d./PensionsKnowledgeCentre/\x7ePensions Knowledge Centre,LINK3\x3d./WhyStartnow/CrystalBall/\x7eCrystal  Ball,LINK4\x3d./WhyApension?/\x7estep-by-step guide','ShowRelResources==TRUE','SiloName==29','StartDivID==dc','TargetNodes==prices\x3d3471');
g_navNode_12_0=g_navNode_12.addNode('2983','Why A Pension?',ssUrlPrefix + 'Pensionsinvestmentonly/WhyAPension/index.htm','ShowRelResources==TRUE');
g_navNode_12_1=g_navNode_12.addNode('2984','Why Start Now?',ssUrlPrefix + 'Pensionsinvestmentonly/WhyStartNow/index.htm','Links==LINK1\x3d./CrystalBall/\x7eWhat does your future hold?,LINK2\x3d./WhyStartNowCalculator/\x7eWhy save now and not later?','ShowRelResources==TRUE');
g_navNode_12_1_0=g_navNode_12_1.addNode('11699','Crystal Ball',ssUrlPrefix + 'Pensionsinvestmentonly/WhyStartNow/CrystalBall/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_12_1_1=g_navNode_12_1.addNode('11707','Crystal Ball Results',ssUrlPrefix + 'Pensionsinvestmentonly/WhyStartNow/CrystalBallResults/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_12_1_2=g_navNode_12_1.addNode('11709','Crystal Ball Final Results',ssUrlPrefix + 'Pensionsinvestmentonly/WhyStartNow/CrystalBallFinalResults/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_12_1_4=g_navNode_12_1.addNode('11711','Why Start Now Calculator',ssUrlPrefix + 'Pensionsinvestmentonly/WhyStartNow/WhyStartNowCalculator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_12_1_5=g_navNode_12_1.addNode('11712','Why Start Now Results',ssUrlPrefix + 'Pensionsinvestmentonly/WhyStartNow/WhyStartNowResults/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_12_2=g_navNode_12.addNode('2985','What Are Your Options?',ssUrlPrefix + 'Pensionsinvestmentonly/WhatAreYourOptions/index.htm','Links==LINK1\x3d./WhatTypeofPension/\x7eWhat type of pension is right for you?,LINK2\x3d./WhichInvestmentOption/\x7eWhich investment option\x28s\x29 is/are right for you? ,LINK3\x3d./HowMuchtoContribute/\x7eHow much should you contribute a month? ','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_12_2_0=g_navNode_12_2.addNode('2995','What Type of Pension?',ssUrlPrefix + 'Pensionsinvestmentonly/WhatAreYourOptions/WhatTypeofPension/index.htm','ShowRelResources==TRUE');
g_navNode_12_2_1=g_navNode_12_2.addNode('2993','Which Investment Option?',ssUrlPrefix + 'Pensionsinvestmentonly/WhatAreYourOptions/WhichInvestmentOption/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_12_2_1_0=g_navNode_12_2_1.addNode('5484','Lifestyle',ssUrlPrefix + 'Pensionsinvestmentonly/WhatAreYourOptions/WhichInvestmentOption/Lifestyle/index.htm','ShowRelResources==TRUE');
g_navNode_12_2_1_2=g_navNode_12_2_1.addNode('2997','Self Select',ssUrlPrefix + 'Pensionsinvestmentonly/WhatAreYourOptions/WhichInvestmentOption/SelfSelect/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_12_2_2=g_navNode_12_2.addNode('2994','How Much to Contribute?',ssUrlPrefix + 'Pensionsinvestmentonly/WhatAreYourOptions/HowMuchtoContribute/index.htm','ShowRelResources==TRUE');
g_navNode_12_4=g_navNode_12.addNode('2987','Pensions Knowledge Centre',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/index.htm','ShowRelResources==TRUE');
g_navNode_12_4_0=g_navNode_12_4.addNode('2999','Pension Education',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/PensionEducation/index.htm','RedirectURL==3002','ShowRelResources==TRUE');
g_navNode_12_4_0_1=g_navNode_12_4_0.addNode('3002','Educational Webcasts',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/PensionEducation/EducationalWebcasts/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_12_4_0_2=g_navNode_12_4_0.addNode('3003','Educational Literature',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/PensionEducation/EducationalLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_12_4_1=g_navNode_12_4.addNode('2956','Fund Factsheets',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/FundFactsheets/index.htm','ShowRelResources==TRUE');
g_navNode_12_4_1_0=g_navNode_12_4_1.addNode('2957','BlackRock Funds',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/FundFactsheets/BlackRockFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x6013\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6028\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60','RedirectURL==3470','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_12_4_1_1=g_navNode_12_4_1.addNode('2958','Former BGI Funds',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/FundFactsheets/BlackRockBGIFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6028\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6049\x60','RedirectURL==5585','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_12_4_1_1_0=g_navNode_12_4_1_1.addNode('5585','Index Funds',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/FundFactsheets/BlackRockBGIFunds/IndexFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60BGIfactsheetIndex\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_12_4_1_1_1=g_navNode_12_4_1_1.addNode('5582','Active Funds',ssUrlPrefix + 'Pensionsinvestmentonly/PensionsKnowledgeCentre/FundFactsheets/BlackRockBGIFunds/ActiveFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60BGIfactsheetActive\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_12_5=g_navNode_12.addNode('2988','Fund Prices',ssUrlPrefix + 'Pensionsinvestmentonly/FundPrices/index.htm','RedirectURL==3471','ShowRelResources==TRUE','xmlid==FC_4746');
g_navNode_12_5_0=g_navNode_12_5.addNode('3471','DC Fund Prices',ssUrlPrefix + 'Pensionsinvestmentonly/FundPrices/FundPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d9/class\x3dEFGHJOY//','secondaryUrlVariableField==region5','xmlid==FC_4746');
g_navNode_12_5_0_0=g_navNode_12_5_0.addNode('3674','eValuator',ssUrlPrefix + 'Pensionsinvestmentonly/FundPrices/FundPrices/eValuator/index.htm','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_12_5_0_1=g_navNode_12_5_0.addNode('3675','eValuator Tool',ssUrlPrefix + 'Pensionsinvestmentonly/FundPrices/FundPrices/eValuatorTool/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_12_5_0_2=g_navNode_12_5_0.addNode('3676','eValuator Results',ssUrlPrefix + 'Pensionsinvestmentonly/FundPrices/FundPrices/eValuatorResults/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_12_5_0_3=g_navNode_12_5_0.addNode('3687','Historical Prices',ssUrlPrefix + 'Pensionsinvestmentonly/FundPrices/FundPrices/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','FundCentreRedirectParams==tab\x3dproduct\x3d9/class\x3dEFGHJOY//','ShowRelResources==TRUE','xmlid==FC_4746');
g_navNode_12_6=g_navNode_12.addNode('2989','Support',ssUrlPrefix + 'Pensionsinvestmentonly/Support/index.htm','RedirectURL==3008','ShowRelResources==TRUE');
g_navNode_12_6_0=g_navNode_12_6.addNode('3008','Contact Us',ssUrlPrefix + 'Pensionsinvestmentonly/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_12_6_2=g_navNode_12_6.addNode('3010','Useful Links',ssUrlPrefix + 'Pensionsinvestmentonly/Support/UsefulLinks/index.htm','ShowRelResources==TRUE');
g_navNode_13=g_navNode_Root.addNode('2224','Pensions Member',ssUrlPrefix + 'Pensions-member/index.htm','Links==LINK1\x3d./FundPrices/\x7eFund Performance,LINK2\x3d./PensionsKnowledgeCentre/\x7ePensions Knowledge Centre,LINK3\x3d./WhyStartnow/CrystalBall/\x7eCrystal  Ball,LINK4\x3d./WhyApension?/\x7estep-by-step guide','ShowNavInTabs==FALSE','ShowRelResources==TRUE','SiloName==30','StartDivID==dc','TargetNodes==prices\x3d3469');
g_navNode_13_0=g_navNode_13.addNode('2916','Why A Pension?',ssUrlPrefix + 'Pensions-member/WhyaPension/index.htm','ShowRelResources==TRUE');
g_navNode_13_1=g_navNode_13.addNode('2917','Why Start Now?',ssUrlPrefix + 'Pensions-member/WhyStartNow/index.htm','Links==LINK1\x3d./CrystalBall/\x7eWhat does your future hold?,LINK2\x3d./WhyStartNowCalculator/\x7eWhy save now and not later?','ShowRelResources==TRUE');
g_navNode_13_1_0=g_navNode_13_1.addNode('11685','Crystal Ball',ssUrlPrefix + 'Pensions-member/WhyStartNow/CrystalBall/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_13_1_1=g_navNode_13_1.addNode('11693','Crystal Ball Results',ssUrlPrefix + 'Pensions-member/WhyStartNow/CrystalBallResults/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_13_1_2=g_navNode_13_1.addNode('11695','Crystal Ball Final Results',ssUrlPrefix + 'Pensions-member/WhyStartNow/CrystalBallFinalResults/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_13_1_4=g_navNode_13_1.addNode('11697','Why Start Now Calculator',ssUrlPrefix + 'Pensions-member/WhyStartNow/WhyStartNowCalculator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_13_1_5=g_navNode_13_1.addNode('11698','Why Start Now Results',ssUrlPrefix + 'Pensions-member/WhyStartNow/WhyStartNowResults/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_13_2=g_navNode_13.addNode('2918','What Are Your Options?',ssUrlPrefix + 'Pensions-member/WhatAreYourOptions/index.htm','Links==LINK1\x3d./WhatTypeofPension/\x7eWhat type of pension is right for you?,LINK2\x3d./WhichInvestmentOption/\x7eWhich investment option\x28s\x29 is/are right for you? ,LINK3\x3d./HowMuchtoContribute/\x7eHow much should you contribute a month? ','ShowRelResources==TRUE');
g_navNode_13_2_0=g_navNode_13_2.addNode('2925','What Type of Pension?',ssUrlPrefix + 'Pensions-member/WhatAreYourOptions/WhatTypeofPension/index.htm','ShowRelResources==TRUE');
g_navNode_13_2_1=g_navNode_13_2.addNode('2926','Which Investment Option?',ssUrlPrefix + 'Pensions-member/WhatAreYourOptions/WhichInvestmentOption/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_13_2_1_0=g_navNode_13_2_1.addNode('2929','Default Option',ssUrlPrefix + 'Pensions-member/WhatAreYourOptions/WhichInvestmentOption/DefaultOption/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_13_2_1_1=g_navNode_13_2_1.addNode('2930','Self Select',ssUrlPrefix + 'Pensions-member/WhatAreYourOptions/WhichInvestmentOption/SelfSelect/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_13_2_2=g_navNode_13_2.addNode('2927','How Much to Contribute?',ssUrlPrefix + 'Pensions-member/WhatAreYourOptions/HowMuchtoContribute/index.htm','ShowRelResources==TRUE');
g_navNode_13_2_3=g_navNode_13_2.addNode('2928','Stakeholder Decision Trees',ssUrlPrefix + 'Pensions-member/WhatAreYourOptions/StakeholderDecisionTrees/index.htm','ShowRelResources==TRUE');
g_navNode_13_3=g_navNode_13.addNode('2919','Apply Now',ssUrlPrefix + 'Pensions-member/ApplyNow/index.htm','ShowRelResources==TRUE');
g_navNode_13_3_0=g_navNode_13_3.addNode('2931','What Next?',ssUrlPrefix + 'Pensions-member/ApplyNow/WhatNext/index.htm','Links==LINK1\x3d../PensionsKnowledgeCentre/\x7elatest pension \x26 investment communications,LINK2\x3d./PensionsKnowledgeCentre/\x7ePensions Knowledge Centre ','ShowRelResources==TRUE');
g_navNode_13_4=g_navNode_13.addNode('2920','Pensions Knowledge Centre',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/index.htm','RedirectURL==2955','ShowRelResources==TRUE');
g_navNode_13_4_0=g_navNode_13_4.addNode('2955','Pension Education',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/PensionEducation/index.htm','RedirectURL==2951');
g_navNode_13_4_0_0=g_navNode_13_4_0.addNode('2951','Decision Guides',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/PensionEducation/DecisionGuides/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6079\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_13_4_0_1=g_navNode_13_4_0.addNode('2952','Educational Webcasts',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/PensionEducation/EducationalWebcasts/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_13_4_0_2=g_navNode_13_4_0.addNode('2953','Educational Literature',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/PensionEducation/EducationalLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_13_4_0_3=g_navNode_13_4_0.addNode('2954','Newsletters',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/PensionEducation/Newsletters/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6017\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6027\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_13_4_1=g_navNode_13_4.addNode('3005','Fund Factsheets',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/FundFactsheets/index.htm','RedirectURL==2921');
g_navNode_13_4_2=g_navNode_13_4.addNode('2959','Stakeholder Literature',ssUrlPrefix + 'Pensions-member/PensionsKnowledgeCentre/StakeholderLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60    \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6030\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Asc');
g_navNode_13_5=g_navNode_13.addNode('2921','Fund  Prices',ssUrlPrefix + 'Pensions-member/FundsPrices/index.htm','RedirectURL==3470','xmlid==FC_4746');
g_navNode_13_5_0=g_navNode_13_5.addNode('3470','Fund Prices',ssUrlPrefix + 'Pensions-member/FundsPrices/FundPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==product\x3d9/class\x3dABCDKLMNSTX//','secondaryUrlVariableField==region5','xmlid==FC_4746');
g_navNode_13_5_0_0=g_navNode_13_5_0.addNode('3671','eValuator',ssUrlPrefix + 'Pensions-member/FundsPrices/FundPrices/eValuator/index.htm','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_13_5_0_1=g_navNode_13_5_0.addNode('3672','eValuator Tool',ssUrlPrefix + 'Pensions-member/FundsPrices/FundPrices/eValuatorTool/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_13_5_0_2=g_navNode_13_5_0.addNode('3673','eValuator Results',ssUrlPrefix + 'Pensions-member/FundsPrices/FundPrices/eValuatorResults/index.htm','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==product\x3d9//','ShowRelResources==TRUE','xmlid==FC_4746 ');
g_navNode_13_5_0_3=g_navNode_13_5_0.addNode('3685','Historical Prices',ssUrlPrefix + 'Pensions-member/FundsPrices/FundPrices/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','FundCentreRedirectParams==product\x3d9/class\x3dABCDKLMNSTX//','ShowRelResources==TRUE','xmlid==FC_4746');
g_navNode_13_6=g_navNode_13.addNode('2922','Support',ssUrlPrefix + 'Pensions-member/Support/index.htm','RedirectURL==2939','ShowRelResources==TRUE');
g_navNode_13_6_0=g_navNode_13_6.addNode('2939','Contact Us',ssUrlPrefix + 'Pensions-member/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_13_6_1=g_navNode_13_6.addNode('2940','Questions and Answers',ssUrlPrefix + 'Pensions-member/Support/QuestionsandAnswers/index.htm','Links==LINK1\x3d./Questions1/\x7eAbout BlackRock,LINK2\x3d./Questions2/\x7eWhy when and how much?,LINK3\x3d./Questions3/\x7eTax relief,LINK4\x3d./Questions4/\x7eTypes of pensions,LINK5\x3d./Questions5/\x7eInvesting in funds,LINK6\x3d./Questions6/\x7eState Pension Benefits,LINK7\x3d./Questions7/\x7eContracting out of S2P,LINK8\x3d./Questions8/\x7eReaching Retirement,LINK9\x3d./Questions9/\x7eAlternative Investments,LINKX\x3d./Questions10/\x7eFinancial Advice','ShowRelResources==TRUE');
g_navNode_13_6_2=g_navNode_13_6.addNode('2941','Useful Links',ssUrlPrefix + 'Pensions-member/Support/UsefulLinks/index.htm','ShowRelResources==TRUE');
g_navNode_14=g_navNode_Root.addNode('5324','Public Pensions',ssUrlPrefix + 'PublicPensions/index.htm','ShowClientLogin==TRUE','SiloName==Public Pensions');
g_navNode_14_0=g_navNode_14.addNode('131370','Solutions and Capabilities',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0=g_navNode_14_0.addNode('131371','Investment Solutions and Services',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/index.htm','RedirectURL==131372');
g_navNode_14_0_0_0=g_navNode_14_0_0.addNode('131372','BMACS',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_0=g_navNode_14_0_0_0.addNode('131373','Advisory Services',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','RedirectURL==131374','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_0_0=g_navNode_14_0_0_0_0.addNode('131374','Strategic Advice ',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_0_1=g_navNode_14_0_0_0_0.addNode('131375','Liability-Driven Investing \x28LDI\x29 ',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_0_2=g_navNode_14_0_0_0_0.addNode('131376','Journey Management ',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_0_3=g_navNode_14_0_0_0_0.addNode('5839','Medium Term Asset Allocation',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/MediumTermAssetAllocation/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_1=g_navNode_14_0_0_0.addNode('131377','Solutions',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==131378','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_1_0=g_navNode_14_0_0_0_1.addNode('131378','Fiduciary Management',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/FiduciaryManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_1_1=g_navNode_14_0_0_0_1.addNode('131379','Liability Driven Invesment',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_1_2=g_navNode_14_0_0_0_1.addNode('5840','Custom Benchmarks',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/CustomBenchmarks/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2=g_navNode_14_0_0_0.addNode('131383','Investment Strategies',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==131384','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_0=g_navNode_14_0_0_0_2.addNode('131384','DDG',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_1=g_navNode_14_0_0_0_2.addNode('5841','Dynamic Multi-Asset',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicMulti-Asset/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_2=g_navNode_14_0_0_0_2.addNode('131385','Funds of Alternatives',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_3=g_navNode_14_0_0_0_2.addNode('131386','Global Macro Hedge Fund',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_4=g_navNode_14_0_0_0_2.addNode('131387','Hedged Equity',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_5=g_navNode_14_0_0_0_2.addNode('131388','Market Advantage',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_6=g_navNode_14_0_0_0_2.addNode('131389','MuSt',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/Multi-StrategyFundMuSt/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_7=g_navNode_14_0_0_0_2.addNode('131390','Target Date \x28LifePath\x29',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_0_2_8=g_navNode_14_0_0_0_2.addNode('131391','Target Risk and Relative Return',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_1=g_navNode_14_0_0.addNode('131392','Fiduciary Management',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/Fiduciary/index.htm','RedirectURL==131385','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_2=g_navNode_14_0_0.addNode('131393','BlackRock Solutions\xae',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_3=g_navNode_14_0_0.addNode('131394','Transition Management',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_3_0=g_navNode_14_0_0_3.addNode('131395','Products',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==131396');
g_navNode_14_0_0_3_0_0=g_navNode_14_0_0_3_0.addNode('131396','Service Offering',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_4=g_navNode_14_0_0.addNode('131397','Defined Contribution',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/DefinedContribution/index.htm','RedirectURL==1812','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_0_5=g_navNode_14_0_0.addNode('131398','Securities Lending',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_1=g_navNode_14_0.addNode('131399','Investment Capabilities',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/index.htm','RedirectURL==131400','ShowThirdLevelNav==TRUE');
g_navNode_14_0_1_0=g_navNode_14_0_1.addNode('131400','Equities',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_1_1=g_navNode_14_0_1.addNode('131401','Fixed Income',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_1_2=g_navNode_14_0_1.addNode('7581','Alternative Investments',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_2_0=g_navNode_14_0_1_2.addNode('7582','Hedge Funds',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/HedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_2_1=g_navNode_14_0_1_2.addNode('7583','Fund of Hedge Funds',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/FundofHedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_2_2=g_navNode_14_0_1_2.addNode('7584','Custom Hedge Fund Solutions',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CustomHedgeFundSolutions/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_2_3=g_navNode_14_0_1_2.addNode('7585','Private Equity - Direct \x26 Fund of Funds',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/PrivateEquity-DirectFundofFunds/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_2_4=g_navNode_14_0_1_2.addNode('7586','Real Estate',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RealEstate/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_2_5=g_navNode_14_0_1_2.addNode('7587','Capital Markets',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CapitalMarkets/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_2_6=g_navNode_14_0_1_2.addNode('7588','Risk Management for Alternative Investments',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RiskManagement/index.htm','ShowRelResources==TRUE');
g_navNode_14_0_1_3=g_navNode_14_0_1.addNode('131403','Cash Management',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/CashManagement/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_0_1_4=g_navNode_14_0_1.addNode('131404','Indexing',ssUrlPrefix + 'PublicPensions/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_14_1=g_navNode_14.addNode('5819','Fund Centre',ssUrlPrefix + 'PublicPensions/FundCentre/index.htm','RedirectURL==5818');
g_navNode_14_1_0=g_navNode_14_1.addNode('5818','Former BGI Funds',ssUrlPrefix + 'PublicPensions/FundCentre/FormerBGIFunds/index.htm');
g_navNode_14_1_1=g_navNode_14_1.addNode('5350','Fund Factsheets',ssUrlPrefix + 'PublicPensions/FundCentre/InstitutionalFundFactsheets/index.htm','RedirectURL==6687','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_14_1_1_2=g_navNode_14_1_1.addNode('6687','Equity',ssUrlPrefix + 'PublicPensions/FundCentre/InstitutionalFundFactsheets/equity/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x604\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xAppGenericText2','SubHeadingView==AppGenericText2');
g_navNode_14_1_1_3=g_navNode_14_1_1.addNode('6688','Fixed Income',ssUrlPrefix + 'PublicPensions/FundCentre/InstitutionalFundFactsheets/fixed-income/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x6012\x60','RedirectURL==xDocumentNickname Asc','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xAppGenericText2','SubHeadingView==AppGenericText2');
g_navNode_14_1_1_4=g_navNode_14_1_1.addNode('6689','Cash',ssUrlPrefix + 'PublicPensions/FundCentre/InstitutionalFundFactsheets/cash/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_14_1_1_5=g_navNode_14_1_1.addNode('6690','Alternatives',ssUrlPrefix + 'PublicPensions/FundCentre/InstitutionalFundFactsheets/alternatives/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x6022\x60','ShowRelResources==TRUE');
g_navNode_14_1_1_6=g_navNode_14_1_1.addNode('6691','Charities',ssUrlPrefix + 'PublicPensions/FundCentre/InstitutionalFundFactsheets/charities/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x6026\x60','ShowRelResources==TRUE');
g_navNode_14_1_1_7=g_navNode_14_1_1.addNode('6692','Balanced',ssUrlPrefix + 'PublicPensions/FundCentre/InstitutionalFundFactsheets/balanced/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6028\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6015\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x603\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE');
g_navNode_14_1_2=g_navNode_14_1.addNode('8040','Regulatory Documents',ssUrlPrefix + 'PublicPensions/FundCentre/Regulatory-Information/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_14_1_3=g_navNode_14_1.addNode('8240','Index Selection',ssUrlPrefix + 'PublicPensions/FundCentre/indexselection/index.htm','ShowRelResources==TRUE');
g_navNode_14_1_3_0=g_navNode_14_1_3.addNode('8244','Reporting Fund Status',ssUrlPrefix + 'PublicPensions/FundCentre/indexselection/reportingfundstatus/index.htm','ShowRelResources==TRUE');
g_navNode_14_2=g_navNode_14.addNode('5347','Market Insight',ssUrlPrefix + 'PublicPensions/MarketInsight/index.htm','RedirectURL==5362');
g_navNode_14_2_0=g_navNode_14_2.addNode('5362','Market View',ssUrlPrefix + 'PublicPensions/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_14_2_1=g_navNode_14_2.addNode('7861','Comment and Analysis',ssUrlPrefix + 'PublicPensions/MarketInsight/CommentandAnalysis/index.htm','DisplayDateFormat== ','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_14_3=g_navNode_14.addNode('5348','Knowledge Centre',ssUrlPrefix + 'PublicPensions/Literature/index.htm','RedirectURL==7723');
g_navNode_14_3_0=g_navNode_14_3.addNode('7723','Thought Leadership',ssUrlPrefix + 'PublicPensions/Literature/Currents/index.htm','ShowRelResources==TRUE');
g_navNode_14_3_1=g_navNode_14_3.addNode('7727','Investment Insights',ssUrlPrefix + 'PublicPensions/Literature/Investment-Insights/index.htm','ShowRelResources==TRUE');
g_navNode_14_3_2=g_navNode_14_3.addNode('7735','Education',ssUrlPrefix + 'PublicPensions/Literature/Education/index.htm','ShowRelResources==TRUE');
g_navNode_14_3_3=g_navNode_14_3.addNode('7731','Capability Brochures',ssUrlPrefix + 'PublicPensions/Literature/Capability-Brochures/index.htm','ShowRelResources==TRUE');
g_navNode_14_3_4=g_navNode_14_3.addNode('5358','Literature Request',ssUrlPrefix + 'PublicPensions/Literature/LiteratureRequest/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/litvalidation.js','NotComplianceProtected==TRUE','ShowRelResources==FALSE');
g_navNode_14_7=g_navNode_14.addNode('5360','Contact Us',ssUrlPrefix + 'PublicPensions/Support/index.htm','RedirectURL==5361');
g_navNode_14_7_0=g_navNode_14_7.addNode('5361','Contact Us',ssUrlPrefix + 'PublicPensions/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_14_8=g_navNode_14.addNode('5601','Client Login Popup Help',ssUrlPrefix + 'PublicPensions/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_15=g_navNode_Root.addNode('7264','pensions',ssUrlPrefix + 'pensions/index.htm','RedirectURL==http\x3a//www2.blackrock.com/pensions/uk/pensions/index.htm');
g_navNode_16=g_navNode_Root.addNode('8355','pension',ssUrlPrefix + 'pension/index.htm','RedirectURL==http\x3a//www2.blackrock.com/pensions/uk/pensions/index.htm');
g_navNode_16_0=g_navNode_16.addNode('8356','rwenpower',ssUrlPrefix + 'pension/rwenpower/index.htm','RedirectURL==http\x3a//www2.blackrock.com/pensions/uk/pensions/rwenpower/index.htm');
g_navNode_17=g_navNode_Root.addNode('5189','ukincome',ssUrlPrefix + 'ukincome/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_19=g_navNode_Root.addNode('6855','European Capabilities',ssUrlPrefix + 'EuropeanCapabilities/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_20=g_navNode_Root.addNode('6178','UKAlpha',ssUrlPrefix + 'UKAlpha/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_21=g_navNode_Root.addNode('6668','Gold \x26 General',ssUrlPrefix + 'GoldGeneral/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css','DoNotShowInNavigation==TRUE');
g_navNode_22=g_navNode_Root.addNode('6327','gold',ssUrlPrefix + 'gold/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6668');
g_navNode_23=g_navNode_Root.addNode('6573','UK Special Situations',ssUrlPrefix + 'SpecialSituations/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css','ComplianceNodeId==3705','DoNotShowInNavigation==FALSE','NotComplianceProtected==FALSE');
g_navNode_24=g_navNode_Root.addNode('6603','Special',ssUrlPrefix + 'special/index.htm','RedirectURL==6573');
g_navNode_25=g_navNode_Root.addNode('2776','Microsite',ssUrlPrefix + 'Microsite/index.htm');
g_navNode_25_0=g_navNode_25.addNode('4119','Barclays',ssUrlPrefix + 'Microsite/Barclays/index.htm','Language==en','SiloName==Barclays','SortFields==xDocumentNickname Asc');
g_navNode_25_0_0=g_navNode_25_0.addNode('4120','Literature',ssUrlPrefix + 'Microsite/Barclays/Literature/index.htm','RedirectURL==4121');
g_navNode_25_0_0_0=g_navNode_25_0_0.addNode('4121','Factsheets',ssUrlPrefix + 'Microsite/Barclays/Literature/Factsheets/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60290\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_0_0_1=g_navNode_25_0_0.addNode('4122','Fund Updates',ssUrlPrefix + 'Microsite/Barclays/Literature/FundUpdates/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60290\x60','ShowNavInTabs==TRUE');
g_navNode_25_0_0_2=g_navNode_25_0_0.addNode('4284','Investment Guides',ssUrlPrefix + 'Microsite/Barclays/Literature/InvestmentGuides/index.htm','DoNotShowInNavigation==TRUE','ShowNavInTabs==FALSE');
g_navNode_25_0_0_3=g_navNode_25_0_0.addNode('4123','Regulatory Documents',ssUrlPrefix + 'Microsite/Barclays/Literature/RegulatoryDocuments/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6026\x60  \x3cAND\x3e  xFirms \x3cmatches\x3e \x60290\x60','ShowNavInTabs==TRUE');
g_navNode_25_0_1=g_navNode_25_0.addNode('4690','Market Views',ssUrlPrefix + 'Microsite/Barclays/MarketViews/index.htm','RedirectURL==4696');
g_navNode_25_0_1_1=g_navNode_25_0_1.addNode('4696','Week in View',ssUrlPrefix + 'Microsite/Barclays/MarketViews/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_1_2=g_navNode_25_0_1.addNode('6167','Gold Update',ssUrlPrefix + 'Microsite/Barclays/MarketViews/GoldUpdate/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2=g_navNode_25_0.addNode('4124','Featured Funds',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/index.htm','RedirectURL==4137');
g_navNode_25_0_2_0=g_navNode_25_0_2.addNode('4126','UK Absolute Alpha ',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKAbsoluteAlpha/index.htm','RedirectURL==4137');
g_navNode_25_0_2_0_0=g_navNode_25_0_2_0.addNode('4137','Overview',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKAbsoluteAlpha/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_0_1=g_navNode_25_0_2_0.addNode('4138','Fund Insight',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKAbsoluteAlpha/FundInsight/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_0_2=g_navNode_25_0_2_0.addNode('4139','Literature',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKAbsoluteAlpha/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_0_3=g_navNode_25_0_2_0.addNode('4140','Fund Updates',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKAbsoluteAlpha/FundUpdates/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_1=g_navNode_25_0_2.addNode('4127','Gold \x26 General',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/GoldGeneral/index.htm','RedirectURL==4141');
g_navNode_25_0_2_1_0=g_navNode_25_0_2_1.addNode('4141','Overview',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/GoldGeneral/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_1_1=g_navNode_25_0_2_1.addNode('4142','Fund Insight',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/GoldGeneral/FundInsight/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_1_2=g_navNode_25_0_2_1.addNode('4143','Literature',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/GoldGeneral/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_4=g_navNode_25_0_2.addNode('4125','UK Special Situations',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKSpecialSituations/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4133');
g_navNode_25_0_2_4_0=g_navNode_25_0_2_4.addNode('4133','Overview',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKSpecialSituations/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_4_1=g_navNode_25_0_2_4.addNode('4134','Fund Insight',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKSpecialSituations/FundInsight/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_4_2=g_navNode_25_0_2_4.addNode('4135','Literature',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKSpecialSituations/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_2_4_3=g_navNode_25_0_2_4.addNode('4136','Fund Updates',ssUrlPrefix + 'Microsite/Barclays/FeaturedFunds/UKSpecialSituations/FundUpdates/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_3=g_navNode_25_0.addNode('4130','About Us',ssUrlPrefix + 'Microsite/Barclays/AboutUs/index.htm','RedirectURL==4131');
g_navNode_25_0_3_0=g_navNode_25_0_3.addNode('4131','Overview',ssUrlPrefix + 'Microsite/Barclays/AboutUs/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_3_1=g_navNode_25_0_3.addNode('4132','Gold Standard Awards',ssUrlPrefix + 'Microsite/Barclays/AboutUs/GoldStandardAwards/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_3_2=g_navNode_25_0_3.addNode('4799','Privacy Statement',ssUrlPrefix + 'Microsite/Barclays/AboutUs/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_25_0_3_3=g_navNode_25_0_3.addNode('4800','Legal Information',ssUrlPrefix + 'Microsite/Barclays/AboutUs/LegalInformation/index.htm','ShowRelResources==TRUE');
g_navNode_25_1=g_navNode_25.addNode('2358','Northern Capital',ssUrlPrefix + 'Microsite/NorthernCapital/index.htm','SiloName==Northern Capital');
g_navNode_25_1_0=g_navNode_25_1.addNode('3517','Market Watch',ssUrlPrefix + 'Microsite/NorthernCapital/MarketWatch/index.htm');
g_navNode_25_1_1=g_navNode_25_1.addNode('2359','Funds',ssUrlPrefix + 'Microsite/NorthernCapital/Funds/index.htm','RedirectURL==2403');
g_navNode_25_1_1_0=g_navNode_25_1_1.addNode('2403','Factsheets',ssUrlPrefix + 'Microsite/NorthernCapital/Funds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xApprovedFor \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60119\x60');
g_navNode_25_1_1_1=g_navNode_25_1_1.addNode('2404','Fund Literature',ssUrlPrefix + 'Microsite/NorthernCapital/Funds/FundLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  \x28\x28xSubType \x3csubstring\x3e \x6075\x60\x29  \x3cOR\x3e  \x28xSubType \x3csubstring\x3e \x6081\x60\x29 \x3cOR\x3e  \x28xSubType \x3csubstring\x3e \x6017\x60\x29\x29 \x3cAND\x3e  xFirms \x3csubstring\x3e \x60119\x60','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xSubType','SubHeadingView==SubType');
g_navNode_25_1_1_2=g_navNode_25_1_1.addNode('2405','Fund Manager Profiles',ssUrlPrefix + 'Microsite/NorthernCapital/Funds/FundManagerProfiles/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  \x28\x28xSubType \x3csubstring\x3e \x604\x60\x29  \x3cOR\x3e  \x28xSubType \x3csubstring\x3e \x6018\x60\x29\x29 \x3cAND\x3e  xFirms \x3csubstring\x3e \x60119\x60');
g_navNode_25_1_2=g_navNode_25_1.addNode('3991','Featured Fund',ssUrlPrefix + 'Microsite/NorthernCapital/FeaturedFund/index.htm','RedirectURL==3992');
g_navNode_25_1_2_0=g_navNode_25_1_2.addNode('3992','Overview',ssUrlPrefix + 'Microsite/NorthernCapital/FeaturedFund/Overview/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_25_1_2_1=g_navNode_25_1_2.addNode('3993','Fund Insight',ssUrlPrefix + 'Microsite/NorthernCapital/FeaturedFund/FundInsight/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_25_1_2_2=g_navNode_25_1_2.addNode('3994','Literature',ssUrlPrefix + 'Microsite/NorthernCapital/FeaturedFund/Literature/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_25_1_2_3=g_navNode_25_1_2.addNode('3995','Awards',ssUrlPrefix + 'Microsite/NorthernCapital/FeaturedFund/Awards/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_25_1_3=g_navNode_25_1.addNode('2360','Week In View',ssUrlPrefix + 'Microsite/NorthernCapital/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_25_1_4=g_navNode_25_1.addNode('2399','Support',ssUrlPrefix + 'Microsite/NorthernCapital/Support/index.htm','RedirectURL==2406');
g_navNode_25_1_4_0=g_navNode_25_1_4.addNode('2406','About Us',ssUrlPrefix + 'Microsite/NorthernCapital/Support/AboutUs/index.htm');
g_navNode_25_1_4_1=g_navNode_25_1_4.addNode('2417','Website Support',ssUrlPrefix + 'Microsite/NorthernCapital/Support/WebsiteSupport/index.htm');
g_navNode_25_1_4_2=g_navNode_25_1_4.addNode('2420','Contact Us',ssUrlPrefix + 'Microsite/NorthernCapital/Support/ContactUs/index.htm');
g_navNode_25_1_4_3=g_navNode_25_1_4.addNode('2423','Glossary',ssUrlPrefix + 'Microsite/NorthernCapital/Support/Glossary/index.htm','RedirectURL==2424');
g_navNode_25_1_4_3_0=g_navNode_25_1_4_3.addNode('2424','A-F',ssUrlPrefix + 'Microsite/NorthernCapital/Support/Glossary/A-F/index.htm');
g_navNode_25_1_4_3_1=g_navNode_25_1_4_3.addNode('2425','G-J',ssUrlPrefix + 'Microsite/NorthernCapital/Support/Glossary/G-J/index.htm');
g_navNode_25_1_4_3_2=g_navNode_25_1_4_3.addNode('2426','M-R',ssUrlPrefix + 'Microsite/NorthernCapital/Support/Glossary/M-R/index.htm');
g_navNode_25_1_4_3_3=g_navNode_25_1_4_3.addNode('2427','S-Z',ssUrlPrefix + 'Microsite/NorthernCapital/Support/Glossary/S-Z/index.htm');
g_navNode_25_2=g_navNode_25.addNode('2284','Emirates',ssUrlPrefix + 'Microsite/Emirates/index.htm','ComplianceNodeId==3996','DoNotShowInNavigation==FALSE','Language==en','SiloName==Emirates','StartDivID==dc');
g_navNode_25_2_0=g_navNode_25_2.addNode('2285','Funds',ssUrlPrefix + 'Microsite/Emirates/Funds/index.htm','ComplianceNodeId==3990','RedirectURL==2286');
g_navNode_25_2_0_0=g_navNode_25_2_0.addNode('2286','Factsheets',ssUrlPrefix + 'Microsite/Emirates/Funds/Factsheets/index.htm','ComplianceNodeId==3990','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xFirms \x3ccontains\x3e \x60120\x60');
g_navNode_25_2_1=g_navNode_25_2.addNode('2287','Week In View',ssUrlPrefix + 'Microsite/Emirates/WeekInView/index.htm','ComplianceNodeId==3990','ShowRelResources==TRUE');
g_navNode_25_2_2=g_navNode_25_2.addNode('2289','About Us',ssUrlPrefix + 'Microsite/Emirates/AboutUs/index.htm','ComplianceNodeId==3990');
g_navNode_25_2_3=g_navNode_25_2.addNode('2290','Support',ssUrlPrefix + 'Microsite/Emirates/Support/index.htm','ComplianceNodeId==3990','RedirectURL==2291','ShowRelResources==TRUE');
g_navNode_25_2_3_0=g_navNode_25_2_3.addNode('2291','WebsiteSupport',ssUrlPrefix + 'Microsite/Emirates/Support/WebsiteSupport/index.htm','ComplianceNodeId==3990');
g_navNode_25_2_3_1=g_navNode_25_2_3.addNode('2292','Contact',ssUrlPrefix + 'Microsite/Emirates/Support/Contact/index.htm','ComplianceNodeId==3990','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_25_2_3_2=g_navNode_25_2_3.addNode('2293','Glossary',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/index.htm','ComplianceNodeId==3990','RedirectURL==2294');
g_navNode_25_2_3_2_0=g_navNode_25_2_3_2.addNode('2294','A-F',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/A-F/index.htm');
g_navNode_25_2_3_2_1=g_navNode_25_2_3_2.addNode('2295','G-J',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/G-J/index.htm');
g_navNode_25_2_3_2_2=g_navNode_25_2_3_2.addNode('2296','L-R',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/L-R/index.htm');
g_navNode_25_2_3_2_3=g_navNode_25_2_3_2.addNode('2297','S-Z',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/S-Z/index.htm');
g_navNode_25_3=g_navNode_25.addNode('3374','Hansard',ssUrlPrefix + 'Microsite/Hansard/index.htm','Language==en','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==Hansard');
g_navNode_25_3_0=g_navNode_25_3.addNode('2777','Microsite1',ssUrlPrefix + 'Microsite/Hansard/Microsite1/index.htm','MicrositeName==Mirosite1');
g_navNode_25_3_0_0=g_navNode_25_3_0.addNode('2972','Funds',ssUrlPrefix + 'Microsite/Hansard/Microsite1/Funds/index.htm','RedirectURL==3352');
g_navNode_25_3_0_0_0=g_navNode_25_3_0_0.addNode('3352','Fund Updates',ssUrlPrefix + 'Microsite/Hansard/Microsite1/Funds/FundUpdates/index.htm','Query==xWebsites \x3ccontains\x3e \\x27uk\\x27 \x3cand\x3e xSubType \x3cmatches\x3e \\x2715\\x27 \x3cand\x3e xProductGroup \x3cmatches\x3e \\x271\\x27','ShowNavInTabs==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_25_3_0_0_1=g_navNode_25_3_0_0.addNode('3353','Factsheets',ssUrlPrefix + 'Microsite/Hansard/Microsite1/Funds/Factsheets/index.htm','ShowNavInTabs==TRUE');
g_navNode_25_3_0_1=g_navNode_25_3_0.addNode('2973','About Us',ssUrlPrefix + 'Microsite/Hansard/Microsite1/AboutUs/index.htm');
g_navNode_25_3_0_2=g_navNode_25_3_0.addNode('2974','Contact',ssUrlPrefix + 'Microsite/Hansard/Microsite1/Contact/index.htm');
g_navNode_25_3_1=g_navNode_25_3.addNode('3375','Funds',ssUrlPrefix + 'Microsite/Hansard/Funds/index.htm','RedirectURL==3377','ShowNavInTabs==TRUE');
g_navNode_25_3_1_0=g_navNode_25_3_1.addNode('3377','Factsheets',ssUrlPrefix + 'Microsite/Hansard/Funds/Factsheets/index.htm','DoNotShowInNavigation==TRUE','Query==dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6096\x60','ShowNavInTabs==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==FALSE','StartDivID==dc');
g_navNode_25_3_1_1=g_navNode_25_3_1.addNode('3376','Reasons to Buy',ssUrlPrefix + 'Microsite/Hansard/Funds/FundUpdates/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6096\x60','ShowNavInTabs==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==FALSE','StartDivID==dc');
g_navNode_25_3_1_3=g_navNode_25_3_1.addNode('3426','Other Literature',ssUrlPrefix + 'Microsite/Hansard/Funds/OtherLiterature/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e \x28\x28 xSubType \x3csubstring\x3e \x6081\x60\x29 \x3cOR\x3e \x28xSubType \x3csubstring\x3e \x6025\x60\x29\x29   \x3cAND\x3e  xFirms \x3csubstring\x3e \x6096\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_25_3_2=g_navNode_25_3.addNode('3640','Week in View',ssUrlPrefix + 'Microsite/Hansard/WeekInView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_3_3=g_navNode_25_3.addNode('3378','About Us',ssUrlPrefix + 'Microsite/Hansard/AboutUs/index.htm','StartDivID==dc');
g_navNode_25_3_4=g_navNode_25_3.addNode('3379','Contact',ssUrlPrefix + 'Microsite/Hansard/Contact/index.htm','StartDivID==dc');
g_navNode_25_3_5=g_navNode_25_3.addNode('3511','MarketWatch',ssUrlPrefix + 'Microsite/Hansard/MarketWatch/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==TRUE','RedirectURL==7173');
g_navNode_25_3_5_0=g_navNode_25_3_5.addNode('7173','House Views',ssUrlPrefix + 'Microsite/Hansard/MarketWatch/HouseViews/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_3_5_1=g_navNode_25_3_5.addNode('7174','Weathering Volatility',ssUrlPrefix + 'Microsite/Hansard/MarketWatch/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_3_5_2=g_navNode_25_3_5.addNode('7175','Videos',ssUrlPrefix + 'Microsite/Hansard/MarketWatch/Videos/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_25_5=g_navNode_25.addNode('3380','CoFunds',ssUrlPrefix + 'Microsite/cofunds/index.htm','SiloName==Co-Funds');
g_navNode_25_5_0=g_navNode_25_5.addNode('7526','Market Watch',ssUrlPrefix + 'Microsite/cofunds/marketwatch/index.htm','RedirectURL==7527','ShowNavInTabs==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_25_5_0_0=g_navNode_25_5_0.addNode('7527','House Views',ssUrlPrefix + 'Microsite/cofunds/marketwatch/HouseViews/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_5_0_1=g_navNode_25_5_0.addNode('7528','Weathering Volatility',ssUrlPrefix + 'Microsite/cofunds/marketwatch/weatheringvolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_5_0_2=g_navNode_25_5_0.addNode('7529','Videos',ssUrlPrefix + 'Microsite/cofunds/marketwatch/Videos/index.htm','ShowRelResources==TRUE');
g_navNode_25_5_2=g_navNode_25_5.addNode('3593','Funds',ssUrlPrefix + 'Microsite/cofunds/Funds/index.htm','RedirectURL==3381');
g_navNode_25_5_2_0=g_navNode_25_5_2.addNode('3381','Highlighted Funds',ssUrlPrefix + 'Microsite/cofunds/Funds/Funds/index.htm','RedirectURL==3383');
g_navNode_25_5_2_0_0=g_navNode_25_5_2_0.addNode('3383','Factsheets',ssUrlPrefix + 'Microsite/cofunds/Funds/Funds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3ccontains\x3e \x6093\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_5_2_0_1=g_navNode_25_5_2_0.addNode('3382','Fund Updates',ssUrlPrefix + 'Microsite/cofunds/Funds/Funds/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6093\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_5_2_0_2=g_navNode_25_5_2_0.addNode('3431','Reasons to Buy',ssUrlPrefix + 'Microsite/cofunds/Funds/Funds/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecuritygroup \x3ccontains\x3e\x60UKSite\x60   \x3cAND\x3e xProductGroup \x3ccontains\x3e \x601 \x60 \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60 \x3cAND\x3e  xFirms \x3csubstring\x3e \x6093\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_5_2_0_3=g_navNode_25_5_2_0.addNode('3430','Other Literature',ssUrlPrefix + 'Microsite/cofunds/Funds/Funds/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6081\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6093\x60 \x3cOR\x3e xAppGenericText1 \x3ccontains\x3e \x60CoFunds\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_5_2_1=g_navNode_25_5_2.addNode('3496','Other Funds',ssUrlPrefix + 'Microsite/cofunds/Funds/OtherFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60CoFundsHighlighted\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_5_3=g_navNode_25_5.addNode('3642','Week in View',ssUrlPrefix + 'Microsite/cofunds/WeekInView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_5_4=g_navNode_25_5.addNode('3384','About Us',ssUrlPrefix + 'Microsite/cofunds/AboutUs/index.htm');
g_navNode_25_5_5=g_navNode_25_5.addNode('3385','Contact',ssUrlPrefix + 'Microsite/cofunds/Contact/index.htm');
g_navNode_25_6=g_navNode_25.addNode('3386','Skandia',ssUrlPrefix + 'Microsite/Skandia/index.htm','SiloName==Skandia');
g_navNode_25_6_0=g_navNode_25_6.addNode('3489','MarketWatch',ssUrlPrefix + 'Microsite/Skandia/MarketWatch/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7886');
g_navNode_25_6_0_0=g_navNode_25_6_0.addNode('7886','House Views',ssUrlPrefix + 'Microsite/Skandia/MarketWatch/houseviews/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_0_1=g_navNode_25_6_0.addNode('7887','Weathering Volatility',ssUrlPrefix + 'Microsite/Skandia/MarketWatch/weatheringvolatility/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_0_2=g_navNode_25_6_0.addNode('7888','Videos',ssUrlPrefix + 'Microsite/Skandia/MarketWatch/videos/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_1=g_navNode_25_6.addNode('3387','Funds',ssUrlPrefix + 'Microsite/Skandia/Funds/index.htm','RedirectURL==3389');
g_navNode_25_6_1_0=g_navNode_25_6_1.addNode('3507','Focus Funds',ssUrlPrefix + 'Microsite/Skandia/Funds/home/index.htm','RedirectURL==3389');
g_navNode_25_6_1_0_0=g_navNode_25_6_1_0.addNode('3389','Factsheets',ssUrlPrefix + 'Microsite/Skandia/Funds/home/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6099\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_1_0_1=g_navNode_25_6_1_0.addNode('3388','Fund Updates',ssUrlPrefix + 'Microsite/Skandia/Funds/home/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6099\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_1_0_2=g_navNode_25_6_1_0.addNode('3433','Reasons to Buy',ssUrlPrefix + 'Microsite/Skandia/Funds/home/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6099\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_1_0_3=g_navNode_25_6_1_0.addNode('3432','Other Literature',ssUrlPrefix + 'Microsite/Skandia/Funds/home/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6081\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6099\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_1_1=g_navNode_25_6_1.addNode('3477','UK Absolute Alpha',ssUrlPrefix + 'Microsite/Skandia/Funds/UKAbsoluteAlpha/index.htm');
g_navNode_25_6_1_2=g_navNode_25_6_1.addNode('4195','Skandia Ireland',ssUrlPrefix + 'Microsite/Skandia/Funds/SkandiaIreland/index.htm','RedirectURL==3478');
g_navNode_25_6_1_2_0=g_navNode_25_6_1_2.addNode('3478','Factsheets',ssUrlPrefix + 'Microsite/Skandia/Funds/SkandiaIreland/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60SkandiaIrelandHighlighted\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3csubstring\x3e \x60A\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_6_1_3=g_navNode_25_6_1.addNode('4196','Skandia Multifunds',ssUrlPrefix + 'Microsite/Skandia/Funds/SkandiaMultifunds/index.htm','RedirectURL==3509');
g_navNode_25_6_1_3_0=g_navNode_25_6_1_3.addNode('3509','Factsheets',ssUrlPrefix + 'Microsite/Skandia/Funds/SkandiaMultifunds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60SkandiaMultiFunds\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_6_1_4=g_navNode_25_6_1.addNode('3515','Royal Skandia',ssUrlPrefix + 'Microsite/Skandia/Funds/RoyalSkandia/index.htm','RedirectURL==3480');
g_navNode_25_6_1_4_0=g_navNode_25_6_1_4.addNode('3480','Factsheets',ssUrlPrefix + 'Microsite/Skandia/Funds/RoyalSkandia/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60RoyalSkandia\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_6_1_5=g_navNode_25_6_1.addNode('3481','Skandia Life \x26 Pension',ssUrlPrefix + 'Microsite/Skandia/Funds/SkandiaLifePension/index.htm','RedirectURL==3512');
g_navNode_25_6_1_5_0=g_navNode_25_6_1_5.addNode('3512','Factsheets',ssUrlPrefix + 'Microsite/Skandia/Funds/SkandiaLifePension/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60SkandiaLife\x26Pension\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_6_2=g_navNode_25_6.addNode('3643','Week in View',ssUrlPrefix + 'Microsite/Skandia/WeekinView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_6_3=g_navNode_25_6.addNode('3390','About Us',ssUrlPrefix + 'Microsite/Skandia/AboutUs/index.htm','ShowRelResources==TRUE');
g_navNode_25_6_4=g_navNode_25_6.addNode('3391','Contact',ssUrlPrefix + 'Microsite/Skandia/Contact/index.htm');
g_navNode_25_7=g_navNode_25.addNode('3392','Zurich',ssUrlPrefix + 'Microsite/Zurich/index.htm','SiloName==Zurich');
g_navNode_25_7_0=g_navNode_25_7.addNode('3498','MarketWatch',ssUrlPrefix + 'Microsite/Zurich/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_25_7_1=g_navNode_25_7.addNode('3596','Funds',ssUrlPrefix + 'Microsite/Zurich/Funds/index.htm','RedirectURL==3393');
g_navNode_25_7_1_0=g_navNode_25_7_1.addNode('3393','UK Range',ssUrlPrefix + 'Microsite/Zurich/Funds/UKRange/index.htm','RedirectURL==3395');
g_navNode_25_7_1_0_0=g_navNode_25_7_1_0.addNode('3395','Factsheets',ssUrlPrefix + 'Microsite/Zurich/Funds/UKRange/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60101\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_7_1_0_1=g_navNode_25_7_1_0.addNode('3394','Fund Updates',ssUrlPrefix + 'Microsite/Zurich/Funds/UKRange/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60101\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_7_1_0_2=g_navNode_25_7_1_0.addNode('3435','Reasons to Buy',ssUrlPrefix + 'Microsite/Zurich/Funds/UKRange/ReasonstoBuy/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60101\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_25_7_1_0_3=g_navNode_25_7_1_0.addNode('3434','Other Literature',ssUrlPrefix + 'Microsite/Zurich/Funds/UKRange/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6081\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60101\x60 \x3cOR\x3e xAppGenericText1 \x3ccontains\x3e\x60z\x60 ','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_7_1_1=g_navNode_25_7_1.addNode('3628','Global Range',ssUrlPrefix + 'Microsite/Zurich/Funds/GlobalRange/index.htm','RedirectURL==3597');
g_navNode_25_7_1_1_0=g_navNode_25_7_1_1.addNode('3597','Factsheets',ssUrlPrefix + 'Microsite/Zurich/Funds/GlobalRange/Factsheets/index.htm');
g_navNode_25_7_1_1_1=g_navNode_25_7_1_1.addNode('3629','Fund Updates',ssUrlPrefix + 'Microsite/Zurich/Funds/GlobalRange/FundUpdates/index.htm');
g_navNode_25_7_1_1_2=g_navNode_25_7_1_1.addNode('3630','Reasons to Buy',ssUrlPrefix + 'Microsite/Zurich/Funds/GlobalRange/ReasonstoBuy/index.htm');
g_navNode_25_7_1_1_3=g_navNode_25_7_1_1.addNode('3631','Other Literature',ssUrlPrefix + 'Microsite/Zurich/Funds/GlobalRange/OtherLiterature/index.htm');
g_navNode_25_7_2=g_navNode_25_7.addNode('3644','Week in View',ssUrlPrefix + 'Microsite/Zurich/WeekinView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_7_3=g_navNode_25_7.addNode('3396','About Us',ssUrlPrefix + 'Microsite/Zurich/AboutUs/index.htm');
g_navNode_25_8=g_navNode_25.addNode('3398','AEGON Scottish Equitable',ssUrlPrefix + 'Microsite/scott_eq/index.htm','SiloName==AEGON Scottish Equitable');
g_navNode_25_8_0=g_navNode_25_8.addNode('3501','MarketWatch',ssUrlPrefix + 'Microsite/scott_eq/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_25_8_1=g_navNode_25_8.addNode('3399','Funds',ssUrlPrefix + 'Microsite/scott_eq/Funds/index.htm','RedirectURL==3401');
g_navNode_25_8_1_0=g_navNode_25_8_1.addNode('3463','Focus Funds',ssUrlPrefix + 'Microsite/scott_eq/Funds/FocusFunds/index.htm','RedirectURL==3401');
g_navNode_25_8_1_0_0=g_navNode_25_8_1_0.addNode('3401','Factsheets',ssUrlPrefix + 'Microsite/scott_eq/Funds/FocusFunds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6092\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_8_1_0_1=g_navNode_25_8_1_0.addNode('3400','Fund Updates',ssUrlPrefix + 'Microsite/scott_eq/Funds/FocusFunds/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6092\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_8_1_0_2=g_navNode_25_8_1_0.addNode('3437','Reasons to Buy',ssUrlPrefix + 'Microsite/scott_eq/Funds/FocusFunds/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6092\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_8_1_0_3=g_navNode_25_8_1_0.addNode('3436','Other Literature',ssUrlPrefix + 'Microsite/scott_eq/Funds/FocusFunds/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60Aegon\x60  ','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_8_1_1=g_navNode_25_8_1.addNode('3464','Aegon Scot Eq Supermarket - Equity Funds',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableEquity/index.htm','RedirectURL==3466','ShowNavInTabs==TRUE');
g_navNode_25_8_1_1_0=g_navNode_25_8_1_1.addNode('3466','Factsheets',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableEquity/Factsheets/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_25_8_1_1_1=g_navNode_25_8_1_1.addNode('3465','Fund Updates',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableEquity/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60ScottEq\x60','ShowNavInTabs==TRUE');
g_navNode_25_8_1_1_2=g_navNode_25_8_1_1.addNode('3468','Reasons to Buy',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableEquity/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6092\x60 \x3cOR\x3e  xAppGenericText1 \x3ccontains\x3e \x60ScottEqRTB\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_8_1_1_3=g_navNode_25_8_1_1.addNode('3467','Other Literature',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableEquity/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60ScottEqLit\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_8_1_2=g_navNode_25_8_1.addNode('3650','Aegon Scot Eq Supermarket - Mixed Asset/Bonds',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableMixedBonds/index.htm','RedirectURL==3651');
g_navNode_25_8_1_2_0=g_navNode_25_8_1_2.addNode('3651','Factsheets',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableMixedBonds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60ScottEqBondsFS\x60  \x3cAND\x3e  \x28\x28xAssetType \x3ccontains\x3e \x608\x60\x29 \x3cOR\x3e \x28xAssetType \x3ccontains\x3e \x602\x60\x29\x29','ShowNavInTabs==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xAssetType','SubHeadingView==AssetType');
g_navNode_25_8_1_2_3=g_navNode_25_8_1_2.addNode('3652','Other Literature',ssUrlPrefix + 'Microsite/scott_eq/Funds/AegonScottishEquitableMixedBonds/OtherLiterature/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_25_8_1_3=g_navNode_25_8_1.addNode('3661','Other Insured Funds',ssUrlPrefix + 'Microsite/scott_eq/Funds/OtherInsuredFunds/index.htm','RedirectURL==4215','ShowNavInTabs==FALSE');
g_navNode_25_8_1_3_0=g_navNode_25_8_1_3.addNode('4215','Factsheets',ssUrlPrefix + 'Microsite/scott_eq/Funds/OtherInsuredFunds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60ScottEqInsured\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_8_2=g_navNode_25_8.addNode('3645','Week in View',ssUrlPrefix + 'Microsite/scott_eq/WeekinView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_8_3=g_navNode_25_8.addNode('3402','About Us',ssUrlPrefix + 'Microsite/scott_eq/AboutUs/index.htm');
g_navNode_25_8_4=g_navNode_25_8.addNode('3403','Contact Us',ssUrlPrefix + 'Microsite/scott_eq/Contact/index.htm');
g_navNode_25_9=g_navNode_25.addNode('3404','Standard Life',ssUrlPrefix + 'Microsite/StandardLife/index.htm','SiloName==Standard Life');
g_navNode_25_9_0=g_navNode_25_9.addNode('3508','MarketWatch',ssUrlPrefix + 'Microsite/StandardLife/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_25_9_1=g_navNode_25_9.addNode('3405','Funds',ssUrlPrefix + 'Microsite/StandardLife/Funds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x604\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60100\x60','RedirectURL==3407');
g_navNode_25_9_1_0=g_navNode_25_9_1.addNode('3407','Factsheets',ssUrlPrefix + 'Microsite/StandardLife/Funds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60100\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_9_1_1=g_navNode_25_9_1.addNode('3406','Fund Updates',ssUrlPrefix + 'Microsite/StandardLife/Funds/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60100\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_9_1_2=g_navNode_25_9_1.addNode('3439','Reasons to Buy',ssUrlPrefix + 'Microsite/StandardLife/Funds/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e dSecuritygroup \x3ccontains\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x601 \x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60 \x3cAND\x3e xFirms \x3csubstring\x3e \x60100\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_9_1_3=g_navNode_25_9_1.addNode('3438','Other Literature',ssUrlPrefix + 'Microsite/StandardLife/Funds/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1\x3ccontains\x3e \x60sl\x60  ','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_9_2=g_navNode_25_9.addNode('3646','Week in View',ssUrlPrefix + 'Microsite/StandardLife/WeekinView/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_25_9_3=g_navNode_25_9.addNode('3408','About Us',ssUrlPrefix + 'Microsite/StandardLife/AboutUs/index.htm');
g_navNode_25_10=g_navNode_25.addNode('3606','Standard Life Wrap',ssUrlPrefix + 'Microsite/StandardLifeWrap/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowThirdLevelNav==TRUE','SiloName==Standard Life Wrap');
g_navNode_25_10_0=g_navNode_25_10.addNode('3510','MarketWatch',ssUrlPrefix + 'Microsite/StandardLifeWrap/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_25_10_1=g_navNode_25_10.addNode('3607','Funds',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/index.htm','RedirectURL==3608','ShowNavInTabs==FALSE','ShowThirdLevelNav==FALSE','contributorOnly==FALSE');
g_navNode_25_10_1_0=g_navNode_25_10_1.addNode('3608','BGF Funds',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BGFFunds/index.htm','RedirectURL==3609','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_10_1_0_0=g_navNode_25_10_1_0.addNode('3609','Factsheets',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BGFFunds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60103\x60  \x3cAND\x3e  xShareClass \x3csubstring\x3e \x60A\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_10_1_0_1=g_navNode_25_10_1_0.addNode('3610','Fund Updates',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BGFFunds/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60gb\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60103\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_10_1_0_2=g_navNode_25_10_1_0.addNode('3612','Reasons to Buy',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BGFFunds/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  \x28\x28dSecurityGroup \x3ccontains\x3e \x60InternationalSite\x60\x29 \x3cOR\x3e \x28dSecuritygroup \x3ccontains\x3e\x60UKSite\x60\x29\x29   \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60 \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60SLW\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60103\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_10_1_1=g_navNode_25_10_1.addNode('3613','Unit Trust - Equity',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/UnitTrustFunds/index.htm','RedirectURL==3614','ShowNavInTabs==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_25_10_1_1_0=g_navNode_25_10_1_1.addNode('3614','Unit Trust - Equity \x26 Unit Trust',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/UnitTrustFunds/EquityFunds/index.htm','RedirectURL==3615','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_10_1_1_0_0=g_navNode_25_10_1_1_0.addNode('3615','Factsheets',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/UnitTrustFunds/EquityFunds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60103\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x604\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_25_10_1_1_0_1=g_navNode_25_10_1_1_0.addNode('3616','Fund Updates',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/UnitTrustFunds/EquityFunds/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x604\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60103\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_25_10_1_1_0_2=g_navNode_25_10_1_1_0.addNode('3618','Reasons to Buy',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/UnitTrustFunds/EquityFunds/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e dSecuritygroup \x3ccontains\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x601 \x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60 \x3cAND\x3e xFirms \x3ccontains\x3e \x60103\x60\\x0a','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_10_1_1_0_3=g_navNode_25_10_1_1_0.addNode('3617','Other Literature',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/UnitTrustFunds/EquityFunds/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60slwrap\x60  ','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_10_1_2=g_navNode_25_10_1.addNode('3619','Unit Trust - Bond/Mixed Asset',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BondMixedAssetFunds/index.htm','RedirectURL==3620');
g_navNode_25_10_1_2_0=g_navNode_25_10_1_2.addNode('3620','Factsheets',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BondMixedAssetFunds/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  \x28\x28xAssetType \x3ccontains\x3e \x608\x60\x29 \x3cOR\x3e \x28xAssetType \x3ccontains\x3e \x602\x60\x29\x29 \x3cAND\x3e  xFirms \x3csubstring\x3e \x60103\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_25_10_1_2_1=g_navNode_25_10_1_2.addNode('3621','Fund Updates',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BondMixedAssetFunds/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60103\x60  \x3cAND\x3e  xShareClass \x3csubstring\x3e \x60A\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_25_10_1_2_3=g_navNode_25_10_1_2.addNode('3622','Other Literature',ssUrlPrefix + 'Microsite/StandardLifeWrap/Funds/BondMixedAssetFunds/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6081\x60  \x3cAND\x3e  xFirms \x3cmatches\x3e \x60103\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_10_2=g_navNode_25_10.addNode('3649','Week in View',ssUrlPrefix + 'Microsite/StandardLifeWrap/WeekinView/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_25_10_3=g_navNode_25_10.addNode('3625','About Us',ssUrlPrefix + 'Microsite/StandardLifeWrap/AboutUs/index.htm');
g_navNode_25_11=g_navNode_25.addNode('3410','Friends Provident',ssUrlPrefix + 'Microsite/fp/index.htm','SiloName==Friends Provident');
g_navNode_25_11_0=g_navNode_25_11.addNode('3479','MarketWatch',ssUrlPrefix + 'Microsite/fp/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_25_11_1=g_navNode_25_11.addNode('3411','Funds',ssUrlPrefix + 'Microsite/fp/Funds/index.htm','RedirectURL==3533');
g_navNode_25_11_1_0=g_navNode_25_11_1.addNode('3533','FRIENDS\xae Wealth Solutions Bond',ssUrlPrefix + 'Microsite/fp/Funds/FRIENDSWealthSolutionsBond/index.htm','RedirectURL==3413');
g_navNode_25_11_1_0_0=g_navNode_25_11_1_0.addNode('3413','Factsheets',ssUrlPrefix + 'Microsite/fp/Funds/FRIENDSWealthSolutionsBond/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e \x28\x28 xSubType \x3csubstring\x3e \x6015\x60\x29 \x3cOR\x3e \x28xSubType \x3csubstring\x3e \x6028\x60\x29\x29 \x3cAND\x3e  xFirms \x3csubstring\x3e \x6094\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_0_1=g_navNode_25_11_1_0.addNode('3412','Fund Update',ssUrlPrefix + 'Microsite/fp/Funds/FRIENDSWealthSolutionsBond/FundUpdate/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6094\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_0_2=g_navNode_25_11_1_0.addNode('3441','Reasons to Buy',ssUrlPrefix + 'Microsite/fp/Funds/FRIENDSWealthSolutionsBond/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x6094\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_0_3=g_navNode_25_11_1_0.addNode('3440','Other Literature',ssUrlPrefix + 'Microsite/fp/Funds/FRIENDSWealthSolutionsBond/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3exAppGenericText1\x3ccontains\x3e\x60fp\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_11_1_1=g_navNode_25_11_1.addNode('3504','Corporate Pensions',ssUrlPrefix + 'Microsite/fp/Funds/CorporatePensions/index.htm','RedirectURL==3545');
g_navNode_25_11_1_1_0=g_navNode_25_11_1_1.addNode('3545','Factsheets',ssUrlPrefix + 'Microsite/fp/Funds/CorporatePensions/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e   xAppGenericText1 \x3ccontains\x3e \x60FPCorpPensions\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_25_11_1_1_1=g_navNode_25_11_1_1.addNode('3546','Fund Updates',ssUrlPrefix + 'Microsite/fp/Funds/CorporatePensions/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPCorpFU\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_1_2=g_navNode_25_11_1_1.addNode('3543','Reasons to Buy',ssUrlPrefix + 'Microsite/fp/Funds/CorporatePensions/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPRTB\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_1_3=g_navNode_25_11_1_1.addNode('3544','Other Literature',ssUrlPrefix + 'Microsite/fp/Funds/CorporatePensions/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6081\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPCorpOther\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_2=g_navNode_25_11_1.addNode('3542','Individual Pensions',ssUrlPrefix + 'Microsite/fp/Funds/IndividualPensions/index.htm','RedirectURL==3518');
g_navNode_25_11_1_2_0=g_navNode_25_11_1_2.addNode('3518','Factsheets',ssUrlPrefix + 'Microsite/fp/Funds/IndividualPensions/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPIndPensions\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_2_1=g_navNode_25_11_1_2.addNode('3503','Fund Updates',ssUrlPrefix + 'Microsite/fp/Funds/IndividualPensions/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPIndFU\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_2_2=g_navNode_25_11_1_2.addNode('3520','Reasons to Buy',ssUrlPrefix + 'Microsite/fp/Funds/IndividualPensions/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPRTB\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_1_2_3=g_navNode_25_11_1_2.addNode('3519','Other Literature',ssUrlPrefix + 'Microsite/fp/Funds/IndividualPensions/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6081\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPIndOther\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_11_2=g_navNode_25_11.addNode('3647','Week in View',ssUrlPrefix + 'Microsite/fp/WeekinView/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_25_11_3=g_navNode_25_11.addNode('3414','About Us',ssUrlPrefix + 'Microsite/fp/AboutUs/index.htm');
g_navNode_25_11_4=g_navNode_25_11.addNode('3415','Contact',ssUrlPrefix + 'Microsite/fp/Contact/index.htm');
g_navNode_25_12=g_navNode_25.addNode('3416','Friends Provident International',ssUrlPrefix + 'Microsite/fpinternational/index.htm','SiloName==Friends Provident International');
g_navNode_25_12_0=g_navNode_25_12.addNode('3485','MarketWatch',ssUrlPrefix + 'Microsite/fpinternational/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_25_12_1=g_navNode_25_12.addNode('3703','Funds',ssUrlPrefix + 'Microsite/fpinternational/Funds/index.htm','RedirectURL==3707');
g_navNode_25_12_1_0=g_navNode_25_12_1.addNode('3707','Global Growth Protector',ssUrlPrefix + 'Microsite/fpinternational/Funds/GlobalGrowthProtector/index.htm','RedirectURL==3708');
g_navNode_25_12_1_0_1=g_navNode_25_12_1_0.addNode('3708','Fund Factsheets',ssUrlPrefix + 'Microsite/fpinternational/Funds/GlobalGrowthProtector/FundFactsheets/index.htm','HideTabs==TRUE','ShowNavInTabs==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_25_12_1_1=g_navNode_25_12_1.addNode('3417','BlackRock Global Funds',ssUrlPrefix + 'Microsite/fpinternational/Funds/BGF/index.htm','RedirectURL==3419');
g_navNode_25_12_1_1_0=g_navNode_25_12_1_1.addNode('3419','Factsheets',ssUrlPrefix + 'Microsite/fpinternational/Funds/BGF/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60InternationalSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60102\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_12_1_1_1=g_navNode_25_12_1_1.addNode('3418','Fund Update',ssUrlPrefix + 'Microsite/fpinternational/Funds/BGF/FundUpdate/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60102\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_12_1_1_2=g_navNode_25_12_1_1.addNode('3443','Reasons to Buy',ssUrlPrefix + 'Microsite/fpinternational/Funds/BGF/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  \x28\x28dSecurityGroup \x3ccontains\x3e \x60InternationalSite\x60\x29 \x3cOR\x3e \x28dSecuritygroup \x3ccontains\x3e\x60UKSite\x60\x29\x29 \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60 \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60FPint\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60102\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_12_2=g_navNode_25_12.addNode('3648','Week in View',ssUrlPrefix + 'Microsite/fpinternational/WeekinView/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_25_12_3=g_navNode_25_12.addNode('3420','About Us',ssUrlPrefix + 'Microsite/fpinternational/AboutUs/index.htm');
g_navNode_25_12_4=g_navNode_25_12.addNode('3421','Contact',ssUrlPrefix + 'Microsite/fpinternational/Contact/index.htm');
g_navNode_25_14=g_navNode_25.addNode('2760','Canada Life - Absolute Alpha',ssUrlPrefix + 'Microsite/CanadaLife-AbsoluteAlpha/index.htm','RedirectURL==2761');
g_navNode_25_14_0=g_navNode_25_14.addNode('2761','Overview',ssUrlPrefix + 'Microsite/CanadaLife-AbsoluteAlpha/Overview/index.htm','AlternateLogo==blk053677.jpg','ShowRelResources==TRUE');
g_navNode_25_14_1=g_navNode_25_14.addNode('2775','Resons to Invest',ssUrlPrefix + 'Microsite/CanadaLife-AbsoluteAlpha/ResonsToInvest/index.htm','AlternateLogo==blk053677.jpg','ShowRelResources==TRUE');
g_navNode_25_14_2=g_navNode_25_14.addNode('2778','Investment Options',ssUrlPrefix + 'Microsite/CanadaLife-AbsoluteAlpha/InvestmentOptions/index.htm','AlternateLogo==blk053677.jpg','ShowRelResources==TRUE');
g_navNode_25_15=g_navNode_25.addNode('2869','Canada Life',ssUrlPrefix + 'Microsite/CanadaLife/index.htm','DoNotShowInNavigation==FALSE','SiloName==Canada Life');
g_navNode_25_15_0=g_navNode_25_15.addNode('2872','Funds',ssUrlPrefix + 'Microsite/CanadaLife/Funds/index.htm','RedirectURL==3763');
g_navNode_25_15_0_1=g_navNode_25_15_0.addNode('3763','Canada Life UK',ssUrlPrefix + 'Microsite/CanadaLife/Funds/CanadaLifeUK/index.htm','RedirectURL==3781','ShowThirdLevelNav==TRUE');
g_navNode_25_15_0_1_0=g_navNode_25_15_0_1.addNode('3781','Unit Trusts',ssUrlPrefix + 'Microsite/CanadaLife/Funds/CanadaLifeUK/UnitTrusts/index.htm','RedirectURL==3770','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_15_0_1_0_0=g_navNode_25_15_0_1_0.addNode('3770','Factsheets',ssUrlPrefix + 'Microsite/CanadaLife/Funds/CanadaLifeUK/UnitTrusts/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60121\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_15_0_1_0_1=g_navNode_25_15_0_1_0.addNode('3771','Fund Updates',ssUrlPrefix + 'Microsite/CanadaLife/Funds/CanadaLifeUK/UnitTrusts/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60121\x60','ShowNavInTabs==TRUE');
g_navNode_25_15_0_1_0_2=g_navNode_25_15_0_1_0.addNode('3772','Reasons to Buy',ssUrlPrefix + 'Microsite/CanadaLife/Funds/CanadaLifeUK/UnitTrusts/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60121\x60','ShowNavInTabs==TRUE');
g_navNode_25_15_0_1_0_3=g_navNode_25_15_0_1_0.addNode('3773','Other Literature',ssUrlPrefix + 'Microsite/CanadaLife/Funds/CanadaLifeUK/UnitTrusts/OtherLiterature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60CL\x60','ShowNavInTabs==TRUE');
g_navNode_25_15_1=g_navNode_25_15.addNode('4414','Market Views',ssUrlPrefix + 'Microsite/CanadaLife/MarketViews/index.htm','RedirectURL==3941');
g_navNode_25_15_1_0=g_navNode_25_15_1.addNode('3941','Market Watch',ssUrlPrefix + 'Microsite/CanadaLife/MarketViews/MarketWatch/index.htm');
g_navNode_25_15_1_1=g_navNode_25_15_1.addNode('2873','Week In View',ssUrlPrefix + 'Microsite/CanadaLife/MarketViews/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_25_15_1_2=g_navNode_25_15_1.addNode('4415','Gold Report',ssUrlPrefix + 'Microsite/CanadaLife/MarketViews/GoldReport/index.htm','ShowRelResources==TRUE');
g_navNode_25_15_2=g_navNode_25_15.addNode('4411','Support',ssUrlPrefix + 'Microsite/CanadaLife/Support/index.htm','RedirectURL==4412');
g_navNode_25_15_2_0=g_navNode_25_15_2.addNode('4412','Investment Guides',ssUrlPrefix + 'Microsite/CanadaLife/Support/InvestmentGuides/index.htm','ShowRelResources==TRUE');
g_navNode_25_15_2_1=g_navNode_25_15_2.addNode('4413','Gold Standard Award',ssUrlPrefix + 'Microsite/CanadaLife/Support/GoldStandardAward/index.htm','ShowRelResources==TRUE');
g_navNode_25_15_2_2=g_navNode_25_15_2.addNode('2874','About Us',ssUrlPrefix + 'Microsite/CanadaLife/Support/AboutUs/index.htm');
g_navNode_25_15_2_3=g_navNode_25_15_2.addNode('2900','Contact Us',ssUrlPrefix + 'Microsite/CanadaLife/Support/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_25_17=g_navNode_25.addNode('4356','Scottish Widows',ssUrlPrefix + 'Microsite/ScottishWidowsx/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==1641','SiloName==Scottish Widows');
g_navNode_25_17_0=g_navNode_25_17.addNode('4357','Insured Range',ssUrlPrefix + 'Microsite/ScottishWidowsx/InsuredRange/index.htm','RedirectURL==4358');
g_navNode_25_17_0_0=g_navNode_25_17_0.addNode('4358','Factsheets',ssUrlPrefix + 'Microsite/ScottishWidowsx/InsuredRange/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3ccontains\x3e \x60300\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_17_0_1=g_navNode_25_17_0.addNode('4359','Fund Updates',ssUrlPrefix + 'Microsite/ScottishWidowsx/InsuredRange/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6075\x60\x29 \x3cOR\x3e \x28xSubType  \x3ccontains\x3e \x6017\x60\x29\x29  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60300\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_17_0_2=g_navNode_25_17_0.addNode('4360','Reasons to Buy',ssUrlPrefix + 'Microsite/ScottishWidowsx/InsuredRange/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x60125\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60SW\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_17_0_3=g_navNode_25_17_0.addNode('4361','Other',ssUrlPrefix + 'Microsite/ScottishWidowsx/InsuredRange/Other/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6081\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60300\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_17_1=g_navNode_25_17.addNode('4362','Retirement Account',ssUrlPrefix + 'Microsite/ScottishWidowsx/RetirementAccount/index.htm','RedirectURL==4363');
g_navNode_25_17_1_0=g_navNode_25_17_1.addNode('4363','Factsheets',ssUrlPrefix + 'Microsite/ScottishWidowsx/RetirementAccount/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60SW\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_25_17_1_1=g_navNode_25_17_1.addNode('4367','Fund Updates',ssUrlPrefix + 'Microsite/ScottishWidowsx/RetirementAccount/FundUpdates/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6075\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60SW\x60','ShowNavInTabs==TRUE');
g_navNode_25_17_1_2=g_navNode_25_17_1.addNode('4368','Reasons to Buy',ssUrlPrefix + 'Microsite/ScottishWidowsx/RetirementAccount/ReasonstoBuy/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60300\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentnickname Asc');
g_navNode_25_17_1_3=g_navNode_25_17_1.addNode('4369','Other',ssUrlPrefix + 'Microsite/ScottishWidowsx/RetirementAccount/Other/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60    \x3cAND\x3e \x28\x28 xSubType \x3ccontains\x3e \x605\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6067\x60\x29\x29 \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60SW\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60300\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_17_2=g_navNode_25_17.addNode('4370','Market Views',ssUrlPrefix + 'Microsite/ScottishWidowsx/MarketViews/index.htm','RedirectURL==4371');
g_navNode_25_17_2_0=g_navNode_25_17_2.addNode('4371','Market Watch',ssUrlPrefix + 'Microsite/ScottishWidowsx/MarketViews/MarketWatch/index.htm');
g_navNode_25_17_2_1=g_navNode_25_17_2.addNode('4372','Week in View',ssUrlPrefix + 'Microsite/ScottishWidowsx/MarketViews/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_25_17_2_2=g_navNode_25_17_2.addNode('4373','Gold Report',ssUrlPrefix + 'Microsite/ScottishWidowsx/MarketViews/GoldReport/index.htm','ShowRelResources==TRUE');
g_navNode_25_17_3=g_navNode_25_17.addNode('4374','Support',ssUrlPrefix + 'Microsite/ScottishWidowsx/Support/index.htm','RedirectURL==4375');
g_navNode_25_17_3_0=g_navNode_25_17_3.addNode('4375','Investment Guides',ssUrlPrefix + 'Microsite/ScottishWidowsx/Support/InvestmentGuides/index.htm','ShowRelResources==TRUE');
g_navNode_25_17_3_1=g_navNode_25_17_3.addNode('4376','Gold Standard Awards',ssUrlPrefix + 'Microsite/ScottishWidowsx/Support/GoldStandardAward/index.htm','ShowRelResources==TRUE');
g_navNode_25_17_3_2=g_navNode_25_17_3.addNode('4377','About Us',ssUrlPrefix + 'Microsite/ScottishWidowsx/Support/AboutUs/index.htm','ShowRelResources==TRUE');
g_navNode_25_17_3_3=g_navNode_25_17_3.addNode('4378','Contact Us',ssUrlPrefix + 'Microsite/ScottishWidowsx/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_25_18=g_navNode_25.addNode('5921','MetLife',ssUrlPrefix + 'Microsite/MetLife/index.htm','DoNotShowInNavigation==FALSE','MicrositeName==Met Life');
g_navNode_25_18_0=g_navNode_25_18.addNode('7619','Market Watch',ssUrlPrefix + 'Microsite/MetLife/marketwatch/index.htm','RedirectURL==7620');
g_navNode_25_18_0_0=g_navNode_25_18_0.addNode('7620','House Views',ssUrlPrefix + 'Microsite/MetLife/marketwatch/houseviews/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_18_0_1=g_navNode_25_18_0.addNode('7621','Weathering Volatility',ssUrlPrefix + 'Microsite/MetLife/marketwatch/weatheringvolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_18_1=g_navNode_25_18.addNode('6042','Factsheets',ssUrlPrefix + 'Microsite/MetLife/Factsheets/index.htm');
g_navNode_25_18_3=g_navNode_25_18.addNode('5931','Literature',ssUrlPrefix + 'Microsite/MetLife/Literature/index.htm','RedirectURL==5932');
g_navNode_25_18_3_0=g_navNode_25_18_3.addNode('5932','Investment Guides',ssUrlPrefix + 'Microsite/MetLife/Literature/InvestmentGuides/index.htm');
g_navNode_25_18_4=g_navNode_25_18.addNode('5926','Support',ssUrlPrefix + 'Microsite/MetLife/Support/index.htm','RedirectURL==5927');
g_navNode_25_18_4_0=g_navNode_25_18_4.addNode('5927','Gold Standard Award',ssUrlPrefix + 'Microsite/MetLife/Support/GoldStandardAwards/index.htm','ShowRelResources==TRUE');
g_navNode_25_18_4_1=g_navNode_25_18_4.addNode('5928','About Us',ssUrlPrefix + 'Microsite/MetLife/Support/AboutUs/index.htm');
g_navNode_25_18_4_2=g_navNode_25_18_4.addNode('5929','Contact Us',ssUrlPrefix + 'Microsite/MetLife/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_25_19=g_navNode_25.addNode('5871','2010 Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5872','ShowThirdLevelNav==TRUE','SiloName==2010 Views');
g_navNode_25_19_0=g_navNode_25_19.addNode('5872','2010 Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/index.htm');
g_navNode_25_19_0_0=g_navNode_25_19_0.addNode('5873','After the Rally',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/AftertheRally/index.htm','Language==en','RedirectURL==5876','ShowThirdLevelNav==TRUE');
g_navNode_25_19_0_1=g_navNode_25_19_0.addNode('5874','Perspectives on 2010',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Perspectives2010/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_19_0_2=g_navNode_25_19_0.addNode('5875','10 Key Trends and Issues',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/10for2010/index.htm','Language==en','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_19_0_3=g_navNode_25_19_0.addNode('5876','Executive Summary',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Summary/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_19_0_4=g_navNode_25_19_0.addNode('5877','Understaning the Bigger Picture',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/BiggerPicture/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_19_0_5=g_navNode_25_19_0.addNode('5878','BlackRock Asset Class Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/AssetClassViews/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_19_0_6=g_navNode_25_19_0.addNode('5879','Richard Urwin\'s Biography',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Biography/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_25_20=g_navNode_25.addNode('6745','Scottish Widows',ssUrlPrefix + 'Microsite/ScottishWidows/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==1641');
g_navNode_26=g_navNode_Root.addNode('4478','absolutealpha',ssUrlPrefix + 'absolutealpha/index.htm','RedirectURL==3078');
g_navNode_27=g_navNode_Root.addNode('2470','alpha',ssUrlPrefix + 'alpha/index.htm','RedirectURL==6178');
g_navNode_28=g_navNode_Root.addNode('3697','bars',ssUrlPrefix + 'bars/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinternational.com/bars');
g_navNode_29=g_navNode_Root.addNode('5196','bgfequalisation',ssUrlPrefix + 'bgfequalisation/index.htm','RedirectURL==5136');
g_navNode_30=g_navNode_Root.addNode('5152','bsfequalisation',ssUrlPrefix + 'bsfequalisation/index.htm','RedirectURL==5098');
g_navNode_31=g_navNode_Root.addNode('4519','cash',ssUrlPrefix + 'cash/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802');
g_navNode_31_0=g_navNode_31.addNode('6086','AccountAccess',ssUrlPrefix + 'cash/AccountAccess/index.htm','RedirectURL==http\x3a//emea.blackrockcash.com/user/login.do');
g_navNode_32=g_navNode_Root.addNode('1774','cofunds',ssUrlPrefix + 'cofunds/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3380');
g_navNode_33=g_navNode_Root.addNode('5779','DB Redirect',ssUrlPrefix + 'DB/index.htm','RedirectURL==1787');
g_navNode_34=g_navNode_Root.addNode('5777','DC Redirect',ssUrlPrefix + 'DC/index.htm','RedirectURL==1812');
g_navNode_35=g_navNode_Root.addNode('4524','euroalpha',ssUrlPrefix + 'euroalpha/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4459');
g_navNode_36=g_navNode_Root.addNode('5820','Europe',ssUrlPrefix + 'Europe/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6855');
g_navNode_37=g_navNode_Root.addNode('1870','fp',ssUrlPrefix + 'fp/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3410');
g_navNode_38=g_navNode_Root.addNode('6048','MetLife',ssUrlPrefix + 'MetLife/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5921');
g_navNode_39=g_navNode_Root.addNode('1872','fpinternational',ssUrlPrefix + 'fpinternational/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3416');
g_navNode_40=g_navNode_Root.addNode('1765','hansard',ssUrlPrefix + 'hansard/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3374');
g_navNode_41=g_navNode_Root.addNode('5190','income-old',ssUrlPrefix + 'income-old/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5189');
g_navNode_42=g_navNode_Root.addNode('4242','Institutional Investors',ssUrlPrefix + 'InstitutionalInvestors/index.htm');
g_navNode_42_0=g_navNode_42.addNode('4243','Market Watch',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/index.htm','RedirectURL==6601');
g_navNode_42_0_0=g_navNode_42_0.addNode('6601','Videos',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/Videos/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_42_0_1=g_navNode_42_0.addNode('6592','Special Commentary',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/SpecialCommentary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_42_0_2=g_navNode_42_0.addNode('6596','Weekly Commentary',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/WeeklyCommentary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_43=g_navNode_Root.addNode('1890','its',ssUrlPrefix + 'its/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.co.uk/individual/products/investment-trust/index-its');
g_navNode_44=g_navNode_Root.addNode('3333','Market Watch',ssUrlPrefix + 'MarketWatch/index.htm','RedirectURL==4238');
g_navNode_45=g_navNode_Root.addNode('4238','Market Watch Individual',ssUrlPrefix + 'MarketWatchIndividual/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4236','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_45_0=g_navNode_45.addNode('4236','Market Watch',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/index.htm','MicrositeName==Market Watch','RedirectURL==6565');
g_navNode_45_0_0=g_navNode_45_0.addNode('6565','Weathering Volatility',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_45_0_1=g_navNode_45_0.addNode('6586','Market Views',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/MarketViews/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_45_0_2=g_navNode_45_0.addNode('4053','Staying Invested',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/StayingInvested/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_45_0_3=g_navNode_45_0.addNode('4056','Glossary',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/Glossary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_45_1=g_navNode_45.addNode('4237','Week in View',ssUrlPrefix + 'MarketWatchIndividual/WeekinView/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_46=g_navNode_Root.addNode('4621','MultiMedia',ssUrlPrefix + 'MultiMedia/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4620');
g_navNode_46_0=g_navNode_46.addNode('4620','Player',ssUrlPrefix + 'MultiMedia/Player/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_47=g_navNode_Root.addNode('5785','Pensions-io',ssUrlPrefix + 'Pensions-io/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==2225');
g_navNode_49=g_navNode_Root.addNode('5742','scania',ssUrlPrefix + 'scania/index.htm','RedirectURL==131249');
g_navNode_50=g_navNode_Root.addNode('1808','scott_eq',ssUrlPrefix + 'scott_eq/index.htm','RedirectURL==3398');
g_navNode_51=g_navNode_Root.addNode('1775','skandia',ssUrlPrefix + 'skandia/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3386');
g_navNode_52=g_navNode_Root.addNode('1811','standardlife',ssUrlPrefix + 'standardlife/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3404');
g_navNode_52_0=g_navNode_52.addNode('1871','Wrap',ssUrlPrefix + 'standardlife/wrap/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3606');
g_navNode_53=g_navNode_Root.addNode('1992','trustees-dc',ssUrlPrefix + 'trustees-dc/index.htm','RedirectURL==1812');
g_navNode_54=g_navNode_Root.addNode('4477','ukabsolutealpha',ssUrlPrefix + 'ukabsolutealpha/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3078');
g_navNode_55=g_navNode_Root.addNode('1905','UKConference',ssUrlPrefix + 'UKConference/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinternational.com/UKInvestmentConference/index.htm');
g_navNode_56=g_navNode_Root.addNode('2756','ukdynamic',ssUrlPrefix + 'ukdynamic/index.htm','RedirectURL==2856');
g_navNode_57=g_navNode_Root.addNode('5780','WM Index Funds',ssUrlPrefix + 'WMIndexFunds/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==363');
g_navNode_58=g_navNode_Root.addNode('1846','zurich',ssUrlPrefix + 'zurich/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==3392');
g_navNode_63=g_navNode_Root.addNode('5211','BRHS',ssUrlPrefix + 'BRHS/index.htm','DoNotShowInNavigation==FALSE','MicrositeName==BlackRock Hedge Fund Selector','SiloName==BlackRock Hedge Fund Selector','StartDivID==dc');
g_navNode_63_0=g_navNode_63.addNode('5212','The Company',ssUrlPrefix + 'BRHS/TheCompany/index.htm','ShowRelResources==TRUE');
g_navNode_63_2=g_navNode_63.addNode('5225','Library',ssUrlPrefix + 'BRHS/Library/index.htm','RedirectURL==5226','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_63_2_0=g_navNode_63_2.addNode('5226','Press Releases',ssUrlPrefix + 'BRHS/Library/PressReleases/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6023\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60BRHSPress\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_63_2_1=g_navNode_63_2.addNode('5227','Prospectus',ssUrlPrefix + 'BRHS/Library/Prospectus/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3cmatches\x3e \x60BRHS\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6026\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_63_2_2=g_navNode_63_2.addNode('5228','Updates',ssUrlPrefix + 'BRHS/Library/Newsletters/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3cmatches\x3e \x60BRHS\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6015\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_63_2_3=g_navNode_63_2.addNode('5229','Reports \x26 Forms',ssUrlPrefix + 'BRHS/Library/ReportsForms/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xAppGenericText1 \x3cmatches\x3e \x60BRHS\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x609\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_63_2_4=g_navNode_63_2.addNode('5230','NAV Announcements',ssUrlPrefix + 'BRHS/Library/NAVAnnouncements/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xAppGenericText1 \x3cmatches\x3e \x60BRHSNAV\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_63_3=g_navNode_63.addNode('5216','Key Terms \x26 Parties',ssUrlPrefix + 'BRHS/KeyTerms/index.htm','ShowRelResources==TRUE');
g_navNode_63_4=g_navNode_63.addNode('5217','Contact Us',ssUrlPrefix + 'BRHS/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_63_5=g_navNode_63.addNode('5218','Important Information',ssUrlPrefix + 'BRHS/ImportantInformation/index.htm','ShowRelResources==TRUE');
g_navNode_64=g_navNode_Root.addNode('2723','Events',ssUrlPrefix + 'Events/index.htm');
g_navNode_65=g_navNode_Root.addNode('2334','Hedge Funds Seminar',ssUrlPrefix + 'HedgeFundsSeminar/index.htm','DoNotShowInBreadcrumb==TRUE','Language==en','MicrositeName==Hedge Funds Conference');
g_navNode_65_0=g_navNode_65.addNode('2337','Agenda',ssUrlPrefix + 'HedgeFundsSeminar/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_65_1=g_navNode_65.addNode('2336','Venue',ssUrlPrefix + 'HedgeFundsSeminar/Venue/index.htm','ShowRelResources==TRUE');
g_navNode_65_2=g_navNode_65.addNode('2347','Speakers',ssUrlPrefix + 'HedgeFundsSeminar/Speakers/index.htm','ShowRelResources==TRUE');
g_navNode_65_3=g_navNode_65.addNode('2339','Register',ssUrlPrefix + 'HedgeFundsSeminar/Register/index.htm','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg44b01 ','ShowRelResources==TRUE');
g_navNode_65_4=g_navNode_65.addNode('5154','Fund Information',ssUrlPrefix + 'HedgeFundsSeminar/FundInformation/index.htm','RedirectURL==2335');
g_navNode_65_4_0=g_navNode_65_4.addNode('2335','Factsheets',ssUrlPrefix + 'HedgeFundsSeminar/FundInformation/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e xAppGenericText1 \x3cmatches\x3e \x60UKConf2010\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_65_5=g_navNode_65.addNode('2338','Contact',ssUrlPrefix + 'HedgeFundsSeminar/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_65_6=g_navNode_65.addNode('5186','Presentations',ssUrlPrefix + 'HedgeFundsSeminar/Presentations/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5187');
g_navNode_65_6_0=g_navNode_65_6.addNode('5187','Presentations',ssUrlPrefix + 'HedgeFundsSeminar/Presentations/Presentations/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_65_7=g_navNode_65.addNode('6181','Thank You',ssUrlPrefix + 'HedgeFundsSeminar/ThankYou/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_66=g_navNode_Root.addNode('7258','Pensions Conference 2011',ssUrlPrefix + 'PensionsConference2011/index.htm','DoNotShowInBreadcrumb==TRUE','Language==en','MicrositeName==PensionsConference2011','NotComplianceProtected==TRUE','StartDivID==dc');
g_navNode_66_0=g_navNode_66.addNode('7288','Workshops',ssUrlPrefix + 'PensionsConference2011/Workshops/index.htm','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg4aae3');
g_navNode_66_1=g_navNode_66.addNode('7260','Location',ssUrlPrefix + 'PensionsConference2011/Location/index.htm','ShowRelResources==TRUE');
g_navNode_66_2=g_navNode_66.addNode('7259','Agenda',ssUrlPrefix + 'PensionsConference2011/Agenda/index.htm');
g_navNode_66_3=g_navNode_66.addNode('7262','Biographies',ssUrlPrefix + 'PensionsConference2011/Biographies/index.htm','ShowRelResources==TRUE');
g_navNode_66_4=g_navNode_66.addNode('6746','Presentations',ssUrlPrefix + 'PensionsConference2011/Presentations/index.htm','DoNotShowInNavigation==FALSE','StartDivID==dc');
g_navNode_67=g_navNode_Root.addNode('8268','Alternatives2012',ssUrlPrefix + 'Alternatives2012/index.htm','DoNotShowInBreadcrumb==FALSE','DoNotShowInSitemap==TRUE','Language==en','MicrositeName==Alternatives2012','StartDivID==dc');
g_navNode_67_0=g_navNode_67.addNode('8371','Registration',ssUrlPrefix + 'Alternatives2012/registration/index.htm','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_67_3=g_navNode_67.addNode('8271','Agenda',ssUrlPrefix + 'Alternatives2012/Agenda/index.htm','DoNotShowInBreadcrumb==FALSE','DoNotShowInSitemap==TRUE');
g_navNode_67_4=g_navNode_67.addNode('8274','Breakout Sessions',ssUrlPrefix + 'Alternatives2012/BreakoutSessions/index.htm','DoNotShowInBreadcrumb==FALSE','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_67_5=g_navNode_67.addNode('8272','Speakers',ssUrlPrefix + 'Alternatives2012/Speakers/index.htm','DoNotShowInBreadcrumb==FALSE','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_67_7=g_navNode_67.addNode('8275','Thank You',ssUrlPrefix + 'Alternatives2012/ThankYou/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_68=g_navNode_Root.addNode('7374','Seminar 2011',ssUrlPrefix + 'CentralBankSeminar2011/index.htm','MicrositeName==CentralBankSeminar2011','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_68_0=g_navNode_68.addNode('7379','Course Objectives',ssUrlPrefix + 'CentralBankSeminar2011/Objectives/index.htm','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_68_1=g_navNode_68.addNode('7375','Training Agenda',ssUrlPrefix + 'CentralBankSeminar2011/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_68_2=g_navNode_68.addNode('7629','Social Events',ssUrlPrefix + 'CentralBankSeminar2011/socialevents/index.htm','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_68_3=g_navNode_68.addNode('7376','Speakers',ssUrlPrefix + 'CentralBankSeminar2011/Speakers/index.htm','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_68_4=g_navNode_68.addNode('7377','Event Information',ssUrlPrefix + 'CentralBankSeminar2011/Locations/index.htm','ShowRelResources==TRUE');
g_navNode_68_5=g_navNode_68.addNode('7610','Registration',ssUrlPrefix + 'CentralBankSeminar2011/Register/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_68_6=g_navNode_68.addNode('7378','RegisterF',ssUrlPrefix + 'CentralBankSeminar2011/RegisterF/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==TRUE','RedirectURL==7637','ShowRelResources==TRUE');
g_navNode_68_6_0=g_navNode_68_6.addNode('7637','ThankYou',ssUrlPrefix + 'CentralBankSeminar2011/RegisterF/ThankYou/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==FALSE');
g_navNode_68_7=g_navNode_68.addNode('7702','Facebook',ssUrlPrefix + 'CentralBankSeminar2011/facebook/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg4bd51');
g_navNode_68_7_0=g_navNode_68_7.addNode('7705','Central Banks Thank You',ssUrlPrefix + 'CentralBankSeminar2011/facebook/central-banks-thank-you/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','HideTabs==TRUE');
g_navNode_69=g_navNode_Root.addNode('8164','Sovereign Forum',ssUrlPrefix + 'sovereignforum/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg4d3dd');
g_navNode_69_0=g_navNode_69.addNode('8166','Thank You',ssUrlPrefix + 'sovereignforum/thankyou/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','HideTabs==TRUE');
g_navNode_70=g_navNode_Root.addNode('7898','UK Investment Conference 2011',ssUrlPrefix + 'ukinvestment2011/index.htm','DoNotShowInSitemap==TRUE','MicrositeName==UK Investment 2011','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_70_0=g_navNode_70.addNode('7899','Location',ssUrlPrefix + 'ukinvestment2011/location/index.htm','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_70_1=g_navNode_70.addNode('7900','Speakers',ssUrlPrefix + 'ukinvestment2011/speakers/index.htm','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_70_2=g_navNode_70.addNode('7901','Agenda',ssUrlPrefix + 'ukinvestment2011/agenda/index.htm','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_70_3=g_navNode_70.addNode('7914','Useful Material',ssUrlPrefix + 'ukinvestment2011/usefulmaterial/index.htm','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_70_4=g_navNode_70.addNode('8213','Presentations',ssUrlPrefix + 'ukinvestment2011/presentations/index.htm','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_70_7=g_navNode_70.addNode('8211','Feedback',ssUrlPrefix + 'ukinvestment2011/feedback/index.htm','DoNotShowInSitemap==TRUE','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg4d8bc','ShowThirdLevelNav==FALSE');
g_navNode_70_7_0=g_navNode_70_7.addNode('8212','Thank You',ssUrlPrefix + 'ukinvestment2011/feedback/thankyou/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_71=g_navNode_Root.addNode('1879','romeplatinumevent',ssUrlPrefix + 'romeplatinumevent/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_71_0=g_navNode_71.addNode('1885','register',ssUrlPrefix + 'romeplatinumevent/register/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_72=g_navNode_Root.addNode('2103','sdiconference',ssUrlPrefix + 'sdiconference/index.htm','MicrositeName==sdiconference','ShowRelResources==TRUE');
g_navNode_72_0=g_navNode_72.addNode('2283','Presentations',ssUrlPrefix + 'sdiconference/presentations/index.htm','ShowRelResources==TRUE');
g_navNode_72_1=g_navNode_72.addNode('2114','Online Registration',ssUrlPrefix + 'sdiconference/OnlineRegistration/index.htm','RedirectURL==https\x3a//vovici.com/wsb.dll/s/11d6dg35b37');
g_navNode_72_2=g_navNode_72.addNode('2106','Conference Venue',ssUrlPrefix + 'sdiconference/ConferenceVenue/index.htm','ShowRelResources==TRUE');
g_navNode_72_3=g_navNode_72.addNode('2110','Evening Venue',ssUrlPrefix + 'sdiconference/EveningVenue/index.htm','ShowRelResources==TRUE');
g_navNode_72_4=g_navNode_72.addNode('2112','Local Hotels',ssUrlPrefix + 'sdiconference/LocalHotels/index.htm','ShowRelResources==TRUE');
g_navNode_72_5=g_navNode_72.addNode('2113','Contact Us',ssUrlPrefix + 'sdiconference/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_73=g_navNode_Root.addNode('2736','Thank You',ssUrlPrefix + 'ThankYou/index.htm','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE','SiloName==Thank You');
g_navNode_74=g_navNode_Root.addNode('5856','Thanks',ssUrlPrefix + 'Thanks/ ','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_74_0=g_navNode_74.addNode('6173','Thank You',ssUrlPrefix + 'Thanks/lawAndComp/index.htm','DoNotShowInBreadcrumb==TRUE','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_76=g_navNode_Root.addNode('3968','VPF',ssUrlPrefix + 'VPF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/vpf.css','MicrositeName==VPF','NotComplianceProtected==FALSE','ShowRelResources==FALSE','SiloName==VPF');
g_navNode_76_0=g_navNode_76.addNode('3978','The Challenge',ssUrlPrefix + 'VPF/ClientPage/index.htm','SecurePage==FALSE','ShowRelResources==TRUE');
g_navNode_76_1=g_navNode_76.addNode('4021','Guidelines and Rules',ssUrlPrefix + 'VPF/TheGuidelinesandRules/index.htm','ShowRelResources==TRUE');
g_navNode_76_2=g_navNode_76.addNode('3969','Login',ssUrlPrefix + 'VPF/Login/index.htm','AdditionalCSS==groups/uksite/documents/web_asset/vpf.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_76_2_0=g_navNode_76_2.addNode('3982','LoginConfirmation',ssUrlPrefix + 'VPF/Login/LoginConfirmation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_76_3=g_navNode_76.addNode('4198','The Results',ssUrlPrefix + 'VPF/TheResults/index.htm','DoNotShowInNavigation==FALSE','SecurePage==TRUE','ShowRelResources==TRUE');
g_navNode_76_3_0=g_navNode_76_3.addNode('4214','League Table',ssUrlPrefix + 'VPF/TheResults/LeagueTable/index.htm','SecurePage==TRUE','ShowRelResources==TRUE');
g_navNode_76_5=g_navNode_76.addNode('3973','Learning Zone',ssUrlPrefix + 'VPF/LearningZone/index.htm','ShowRelResources==TRUE');
g_navNode_76_5_0=g_navNode_76_5.addNode('3979','Factsheets',ssUrlPrefix + 'VPF/LearningZone/Factsheets/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6028\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','SecurePage==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_76_5_1=g_navNode_76_5.addNode('3980','Educational Literature and Thought Pieces',ssUrlPrefix + 'VPF/LearningZone/EducationalBrochures/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6043\x60','SecurePage==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_76_5_2=g_navNode_76_5.addNode('3756','Trustee MasterClass Reference Guides ',ssUrlPrefix + 'VPF/LearningZone/TrusteeMasterClassReferenceGuides/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6019\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x6043\x60','SecurePage==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Desc');
g_navNode_76_6=g_navNode_76.addNode('3975','Jargon Buster',ssUrlPrefix + 'VPF/JargonBuster/index.htm','AdditionalCSS==groups/uksite/documents/web_asset/vpf.css','ShowRelResources==TRUE');
g_navNode_76_6_0=g_navNode_76_6.addNode('3977','Search',ssUrlPrefix + 'VPF/JargonBuster/Search/index.htm','AdditionalCSS==groups/uksite/documents/web_asset/vpf.css','ShowRelResources==TRUE');
g_navNode_76_7=g_navNode_76.addNode('3976','Contact Us',ssUrlPrefix + 'VPF/ContactUs/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_76_8=g_navNode_76.addNode('5168','Support',ssUrlPrefix + 'VPF/Support/index.htm','ShowRelResources==TRUE');
g_navNode_78=g_navNode_Root.addNode('2720','test',ssUrlPrefix + 'Events/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_78_1=g_navNode_78.addNode('6330','location',ssUrlPrefix + 'Events/location/index.htm');
g_navNode_79=g_navNode_Root.addNode('4222','SiloLocalContent',ssUrlPrefix + 'LocalContent/index.htm','NotComplianceProtected==TRUE','StartDivID==LandingPage');
g_navNode_80=g_navNode_Root.addNode('4107','MediaPlayer',ssUrlPrefix + 'MediaPlayer/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','DoNotShowInNavigation==TRUE','StartDivID==landingpage');
g_navNode_80_0=g_navNode_80.addNode('5919','Individual Investor',ssUrlPrefix + 'MediaPlayer/IndividualInvestor/index.htm');
g_navNode_80_1=g_navNode_80.addNode('6060','assets',ssUrlPrefix + 'MediaPlayer/assets/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_80_1_0=g_navNode_80_1.addNode('6268','absalpha',ssUrlPrefix + 'MediaPlayer/assets/absalpha/index.htm');
g_navNode_80_1_0_0=g_navNode_80_1_0.addNode('6269','full',ssUrlPrefix + 'MediaPlayer/assets/absalpha/full/index.htm');
g_navNode_80_1_0_1=g_navNode_80_1_0.addNode('6270','lyttleton-osborne',ssUrlPrefix + 'MediaPlayer/assets/absalpha/lyttleton-osborne/index.htm');
g_navNode_80_1_0_2=g_navNode_80_1_0.addNode('6271','robertson',ssUrlPrefix + 'MediaPlayer/assets/absalpha/robertson/index.htm');
g_navNode_80_1_0_3=g_navNode_80_1_0.addNode('6272','hollis',ssUrlPrefix + 'MediaPlayer/assets/absalpha/hollis/index.htm');
g_navNode_80_1_0_4=g_navNode_80_1_0.addNode('6273','mcdermott',ssUrlPrefix + 'MediaPlayer/assets/absalpha/mcdermott/index.htm');
g_navNode_80_1_0_5=g_navNode_80_1_0.addNode('6274','toogood',ssUrlPrefix + 'MediaPlayer/assets/absalpha/toogood/index.htm');
g_navNode_80_1_1=g_navNode_80_1.addNode('6672','UK Small Comp',ssUrlPrefix + 'MediaPlayer/assets/uk-small-companies/index.htm');
g_navNode_80_1_1_0=g_navNode_80_1_1.addNode('6673','Ralph Cox',ssUrlPrefix + 'MediaPlayer/assets/uk-small-companies/ralph-cox/index.htm');
g_navNode_80_1_2=g_navNode_80_1.addNode('6719','special-sits',ssUrlPrefix + 'MediaPlayer/assets/special-situations/index.htm');
g_navNode_80_1_2_0=g_navNode_80_1_2.addNode('6720','plackett',ssUrlPrefix + 'MediaPlayer/assets/special-situations/plackett/index.htm');
g_navNode_80_1_3=g_navNode_80_1.addNode('6721','small-mid-cap',ssUrlPrefix + 'MediaPlayer/assets/small-mid-cap/index.htm');
g_navNode_80_1_3_0=g_navNode_80_1_3.addNode('6718','plackett-cox',ssUrlPrefix + 'MediaPlayer/assets/small-mid-cap/plackett-cox/index.htm');
g_navNode_80_1_4=g_navNode_80_1.addNode('6867','blk-smaller-cos-throgmorthon-trust-jan-2011',ssUrlPrefix + 'MediaPlayer/assets/blk-smaller-cos-throgmorthon-trust-jan-2011/index.htm');
g_navNode_82=g_navNode_Root.addNode('4944','News',ssUrlPrefix + 'News/index.htm');
g_navNode_82_0=g_navNode_82.addNode('4945','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','ShowRelResources==TRUE');
g_navNode_84=g_navNode_Root.addNode('5093','pdf',ssUrlPrefix + 'pdf/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_84_0=g_navNode_84.addNode('5094','elephant',ssUrlPrefix + 'pdf/elephant/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/content/groups/uksite/documents/literature/1111089344.pdf');
g_navNode_84_1=g_navNode_84.addNode('5095','flip',ssUrlPrefix + 'pdf/flip/index.htm');
g_navNode_84_1_0=g_navNode_84_1.addNode('5096','Strategic Solutions ',ssUrlPrefix + 'pdf/flip/StrategicSolutions/index.htm');
g_navNode_85=g_navNode_Root.addNode('5243','incomefund',ssUrlPrefix + 'incomefund/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css','NotComplianceProtected==FALSE','RedirectURL==http\x3a//www.blackrock.co.uk/income/index.htm','SiloName==1');
g_navNode_86=g_navNode_Root.addNode('1848','Cash Management-old',ssUrlPrefix + 'Cash/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4802','SiloName==4');
g_navNode_86_0=g_navNode_86.addNode('4515','Fund Centre',ssUrlPrefix + 'Cash/FundCentre/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_86_0_0=g_navNode_86_0.addNode('4516','Prices',ssUrlPrefix + 'Cash/FundCentre/Prices/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d5000026/','xmlid==FC_4746');
g_navNode_86_1=g_navNode_86.addNode('4472','SolutionsandProducts1',ssUrlPrefix + 'Cash/Products/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_86_1_0=g_navNode_86_1.addNode('4473','Fund Range',ssUrlPrefix + 'Cash/Products/FundRange/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_86_2=g_navNode_86.addNode('1849','Solutions and Products',ssUrlPrefix + 'Cash/Solutions/index.htm');
g_navNode_86_2_0=g_navNode_86_2.addNode('1852','ILF Profiles',ssUrlPrefix + 'Cash/Solutions/ILFProfiles/index.htm','HideTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_2_0_0=g_navNode_86_2_0.addNode('1850','Institutional Euro Fund',ssUrlPrefix + 'Cash/Solutions/ILFProfiles/InstitutionalEuroFund/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_2_0_1=g_navNode_86_2_0.addNode('1851','Institutional Sterling Fund',ssUrlPrefix + 'Cash/Solutions/ILFProfiles/InstitutionalSterlingFund/index.htm','HideTabs==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_2_0_2=g_navNode_86_2_0.addNode('1855','Institutional US Dollar Fund',ssUrlPrefix + 'Cash/Solutions/ILFProfiles/InstitutionalUSDollarFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_2_1=g_navNode_86_2.addNode('1853','Cash Plus Fund Profiles',ssUrlPrefix + 'Cash/Solutions/CashPlusFundProfiles/index.htm','HideTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_2_1_0=g_navNode_86_2_1.addNode('1854','Institutional Euro Plus Fund',ssUrlPrefix + 'Cash/Solutions/CashPlusFundProfiles/InstitutionalEuroPlusFund/index.htm','HideTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_2_1_1=g_navNode_86_2_1.addNode('1856','Institutional Sterling Plus Fund',ssUrlPrefix + 'Cash/Solutions/CashPlusFundProfiles/InstitutionalSterlingPlusFund/index.htm','HideTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_2_1_2=g_navNode_86_2_1.addNode('1857','Institutional US Dollar Plus Fund',ssUrlPrefix + 'Cash/Solutions/CashPlusFundProfiles/InstitutionalUSDollarPlusFund/index.htm','HideTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_3=g_navNode_86.addNode('4381','Why Cash?',ssUrlPrefix + 'Cash/WhyCash/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4382');
g_navNode_86_3_0=g_navNode_86_3.addNode('4382','Why BlackRock',ssUrlPrefix + 'Cash/WhyCash/WhyBlackRock/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_3_1=g_navNode_86_3.addNode('4383','Cash or Bank',ssUrlPrefix + 'Cash/WhyCash/CashorBank/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_86_4=g_navNode_86.addNode('1858','Market Insight',ssUrlPrefix + 'Cash/MarketInsight/index.htm','RedirectURL==1859');
g_navNode_86_4_0=g_navNode_86_4.addNode('1859','Market View',ssUrlPrefix + 'Cash/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_86_4_1=g_navNode_86_4.addNode('4466','Liquidity Fund',ssUrlPrefix + 'Cash/MarketInsight/LiquidityFund/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4467');
g_navNode_86_4_1_0=g_navNode_86_4_1.addNode('4467','US Dollar',ssUrlPrefix + 'Cash/MarketInsight/LiquidityFund/USDollar/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_86_4_1_1=g_navNode_86_4_1.addNode('4468','Euro',ssUrlPrefix + 'Cash/MarketInsight/LiquidityFund/Euro/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_86_4_1_2=g_navNode_86_4_1.addNode('4469','Sterling',ssUrlPrefix + 'Cash/MarketInsight/LiquidityFund/Sterling/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_86_5=g_navNode_86.addNode('1860','Literature',ssUrlPrefix + 'Cash/Literature/index.htm','RedirectURL==1861');
g_navNode_86_5_0=g_navNode_86_5.addNode('1888','Brochures \x26 Support Material',ssUrlPrefix + 'Cash/Literature/BrochuresSupportMaterial/index.htm','RedirectURL==1861');
g_navNode_86_5_0_0=g_navNode_86_5_0.addNode('1861','Fund Factsheets',ssUrlPrefix + 'Cash/Literature/BrochuresSupportMaterial/FundFactsheets/index.htm','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6028\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_86_5_0_1=g_navNode_86_5_0.addNode('1862','Fund Range',ssUrlPrefix + 'Cash/Literature/BrochuresSupportMaterial/Brochures/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_86_5_0_2=g_navNode_86_5_0.addNode('1980','Education',ssUrlPrefix + 'Cash/Literature/BrochuresSupportMaterial/Education/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_86_5_0_3=g_navNode_86_5_0.addNode('5810','Corporate',ssUrlPrefix + 'Cash/Literature/BrochuresSupportMaterial/Corporate/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6071\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_86_5_0_5=g_navNode_86_5_0.addNode('1864','Account Opening',ssUrlPrefix + 'Cash/Literature/BrochuresSupportMaterial/PolicyDocuments/index.htm','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x6044\x60  \x3cAND\x3e \x28\x28xSubType \x3ccontains\x3e \x609\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6090\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x60109\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x603\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_86_5_1=g_navNode_86_5.addNode('1978','Legal Documents',ssUrlPrefix + 'Cash/Literature/LegalDocuments/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==2841');
g_navNode_86_5_1_0=g_navNode_86_5_1.addNode('2841','Prospectus',ssUrlPrefix + 'Cash/Literature/LegalDocuments/Prospectus/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6090\x60\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowRelResources==TRUE');
g_navNode_86_5_1_2=g_navNode_86_5_1.addNode('1979','Report and Accounts',ssUrlPrefix + 'Cash/Literature/LegalDocuments/ReportandAccounts/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x603\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_86_5_2=g_navNode_86_5.addNode('1865','Literature Request',ssUrlPrefix + 'Cash/Literature/LiteratureRequest/index.htm','HideTabs==TRUE','ShowRelResources==TRUE');
g_navNode_86_7=g_navNode_86.addNode('1866','Support',ssUrlPrefix + 'Cash/Support/index.htm','RedirectURL==1869');
g_navNode_86_7_0=g_navNode_86_7.addNode('1868','FAQ',ssUrlPrefix + 'Cash/Support/FAQ/index.htm','ShowRelResources==TRUE');
g_navNode_86_7_1=g_navNode_86_7.addNode('4470','Fund Holidays',ssUrlPrefix + 'Cash/Support/FundHolidays/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_86_7_2=g_navNode_86_7.addNode('1869','Contact Us',ssUrlPrefix + 'Cash/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_86_7_3=g_navNode_86_7.addNode('1867','Search',ssUrlPrefix + 'Cash/Support/Search/index.htm','ShowRelResources==TRUE');
g_navNode_86_9=g_navNode_86.addNode('4511','Cash Home',ssUrlPrefix + 'Cash/CashHome/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_87=g_navNode_Root.addNode('6052','Award',ssUrlPrefix + 'Award/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','ShowRelResources==TRUE');
g_navNode_88=g_navNode_Root.addNode('6337','ETFLandscape',ssUrlPrefix + 'ETFLandscape/index.htm','RedirectURL==6264');
g_navNode_89=g_navNode_Root.addNode('3662','globalRedirect',ssUrlPrefix + 'globalRedirect/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinternational.com/weekly-market-update');
g_navNode_90=g_navNode_Root.addNode('6551','Reporting Fund Status',ssUrlPrefix + 'ReportingFundStatus/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6552');
g_navNode_91=g_navNode_Root.addNode('6644','prices',ssUrlPrefix + 'prices/index.htm','RedirectURL==132199');
g_navNode_92=g_navNode_Root.addNode('7091','brci',ssUrlPrefix + 'brci/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/0qlu8t99c0/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DF000000EYO\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_1071\x2526Id\x253DF000000EYO\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency\x253D');
g_navNode_93=g_navNode_Root.addNode('7092','brwm',ssUrlPrefix + 'brwm/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/s17q99wo84/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DE0GBR01OPI\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_959\x2526Id\x253DE0GBR01OPI\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency\x253D');
g_navNode_94=g_navNode_Root.addNode('7093','brfi',ssUrlPrefix + 'brfi/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm');
g_navNode_95=g_navNode_Root.addNode('7094','brge',ssUrlPrefix + 'brge/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/s17q99wo84/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DF000000EYP\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_959\x2526Id\x253DF000000EYP\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency\x253D');
g_navNode_96=g_navNode_Root.addNode('7095','brla',ssUrlPrefix + 'brla/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/s17q99wo84/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DE0GBR01OGY\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_959\x2526Id\x253DE0GBR01OGY\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency\x253D');
g_navNode_97=g_navNode_Root.addNode('7096','brne',ssUrlPrefix + 'brne/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/s17q99wo84/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DE0GBR01D2D\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_959\x2526Id\x253DE0GBR01D2D\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency\x253D');
g_navNode_98=g_navNode_Root.addNode('7097','brsc',ssUrlPrefix + 'brsc/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/s17q99wo84/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DE0GBR01ORG\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_959\x2526Id\x253DE0GBR01ORG\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency\x253D');
g_navNode_99=g_navNode_Root.addNode('7098','est',ssUrlPrefix + 'est/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/s17q99wo84/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DE0GBR00Y04\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_959\x2526Id\x253DE0GBR00Y04\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency\x253D');
g_navNode_100=g_navNode_Root.addNode('7099','thrg',ssUrlPrefix + 'thrg/index.htm','RedirectURL==http\x3a//www.blackrock.co.uk/IndividualInvestors/FundCentre/InvestmentTrusts/Prices/index.htm?appURL\x3dhttp\x253A//lt.morningstar.com/s17q99wo84/cefreport/default.aspx\x253Ftab\x253D0\x2526SecurityToken\x253DE0GBR00J8Y\x255D2\x255D1\x255DFCGBR\x2524\x2524ALL_959\x2526Id\x253DE0GBR00J8Y\x2526lang\x253Den-GB\x2526LanguageId\x253Den-GB\x2526CurrencyId\x253DGBP\x2526ClientFund\x253D1\x2526lastPageURL\x253D\x2526IndexOverrideId\x253D\x2526IndexOverrideInvestmentType\x253D\x2526IndexOverrideLocalCategoryBaseCurrency');
g_navNode_101=g_navNode_Root.addNode('7552','alternatives',ssUrlPrefix + 'alternatives/index.htm','RedirectURL==7565');
g_navNode_102=g_navNode_Root.addNode('7749','BPL Transfer',ssUrlPrefix + 'BPLtransfer/index.htm','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','MicrositeName==BPL Transfer','RedirectURL==7748','SiloName==BPL Transfer');
g_navNode_102_0=g_navNode_102.addNode('7748','Main',ssUrlPrefix + 'BPLtransfer/main/index.htm','DoNotShowInNavigation==FALSE','DoNotShowInSitemap==TRUE','MicrositeName==BPL Transfer','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_103=g_navNode_Root.addNode('7881','Fiduciary',ssUrlPrefix + 'fiduciary/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==131333');

