/////////////////////////////////////////////////////////////////////////////
// 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('1','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DisplayDateFormat==dd/MM/yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"Y6r8C-3Yk0TwKfnH366ohxwmDtZvWdLpwUeulZDCLiI\" /\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==5055','NotComplianceProtected==TRUE','OmnitureID==blksg-prod','ShowLeftColumn==FALSE','StartDivID==LandingPage','UnicaID==blk\x3asg','WideColumnMiddle==FALSE','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('95','About Us',ssUrlPrefix + 'AboutUs/index.htm','ComplianceNodeId==1597','RedirectURL==4','ShowLeftColumn==FALSE','SiloName==AboutUs');
g_navNode_0_1=g_navNode_0.addNode('4','Investor Relations',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_2=g_navNode_0.addNode('5','Press',ssUrlPrefix + 'AboutUs/Press/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_3=g_navNode_0.addNode('200','Contact Us',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowLeftColumn==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4=g_navNode_0.addNode('201','Important Information',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','AdditionalCSS==/content02/groups/globaltemplates/documents/web_asset/blkinternet_new.css','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_5=g_navNode_0.addNode('202','Privacy Statement',ssUrlPrefix + 'AboutUs/PrivacyStatement/index.htm','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1=g_navNode_Root.addNode('48','Individual Investors',ssUrlPrefix + 'IndividualInvestors/index.htm','ComplianceNodeId==1597','HideLiteratureFinder==TRUE','IsSiloHome==TRUE','SearchNodeId==98','ShowFundFinder==TRUE','SiloName==6','TargetNodes==eValuator\x3d76,prices\x3d175','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_1_0=g_navNode_1.addNode('50','Fund Centre',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm');
g_navNode_1_0_0=g_navNode_1_0.addNode('5685','ETFs',ssUrlPrefix + 'IndividualInvestors/FundCentre/ETF/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_1=g_navNode_1_0.addNode('175','Prices',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/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','RedirectURL==1201','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('1201','BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/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','ExtraLanguage==cn_sm','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','OverrideTargetAudienceOrVenue==284','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_15035702');
g_navNode_1_0_1_2=g_navNode_1_0_1.addNode('5690','iShares Exchange Traded Funds',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/ETF/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_2=g_navNode_1_0.addNode('196','Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_1_0_2_0=g_navNode_1_0_2.addNode('268','Fund Finder',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_8837');
g_navNode_1_0_2_1=g_navNode_1_0_2.addNode('273','Historical Prices',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/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','ShowLeftColumn==TRUE','TargetNodes==tool\x3d273','xmlid==FC_15035701');
g_navNode_1_1=g_navNode_1.addNode('49','Literature',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm','RedirectURL==56');
g_navNode_1_1_1=g_navNode_1_1.addNode('5966','Factsheets',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/index.htm','RedirectURL==5967');
g_navNode_1_1_1_0=g_navNode_1_1_1.addNode('5967','English Factsheets',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/EN/index.htm','RedirectURL==5968');
g_navNode_1_1_1_0_0=g_navNode_1_1_1_0.addNode('5968','Equity Funds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/EN/EquityFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x604\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_1_1_0_1=g_navNode_1_1_1_0.addNode('5969','Bond Funds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/EN/BondFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x602\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_1_1_0_2=g_navNode_1_1_1_0.addNode('5970','Mixed Funds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/EN/MixedFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x608\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_1_1_1=g_navNode_1_1_1.addNode('5971','Chinese Factsheets',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/ChineseFactsheets/index.htm','RedirectURL==5978');
g_navNode_1_1_1_1_0=g_navNode_1_1_1_1.addNode('5978','Equity Funds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/ChineseFactsheets/EquityFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh-Hans\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60sg\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x604\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_1_1_1_1=g_navNode_1_1_1_1.addNode('5979','Bond Funds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/ChineseFactsheets/BondFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh-Hans\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x602\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_1_1_1_2=g_navNode_1_1_1_1.addNode('5980','Mixed Funds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/ChineseFactsheets/MixedFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh-Hans\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x608\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_1_2=g_navNode_1_1.addNode('56','Legal Documents',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','NotComplianceProtected==FALSE','RedirectURL==57','ShowLeftColumn==TRUE');
g_navNode_1_1_2_0=g_navNode_1_1_2.addNode('57','Prospectuses',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60\x3cOR\x3e xSubType \x3ccontains\x3e \x60109\x60\x29   \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x60284\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_1_2_1=g_navNode_1_1_2.addNode('66','Reports',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_2=g_navNode_1.addNode('51','Investment Insight',ssUrlPrefix + 'IndividualInvestors/InvestmentInsight/index.htm','RedirectURL==116');
g_navNode_1_2_0=g_navNode_1_2.addNode('116','Week In View',ssUrlPrefix + 'IndividualInvestors/InvestmentInsight/WeekInView/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1_3=g_navNode_1.addNode('6058','Multimedia',ssUrlPrefix + 'IndividualInvestors/Multimedia/index.htm','RedirectURL==6059');
g_navNode_1_3_0=g_navNode_1_3.addNode('6059','Web Casts',ssUrlPrefix + 'IndividualInvestors/Multimedia/WebCasts/index.htm');
g_navNode_1_4=g_navNode_1.addNode('97','Support',ssUrlPrefix + 'IndividualInvestors/Support/index.htm');
g_navNode_1_4_0=g_navNode_1_4.addNode('99','FAQ',ssUrlPrefix + 'IndividualInvestors/Support/FAQs/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_1=g_navNode_1_4.addNode('100','Glossary',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/index.htm','RedirectURL==171','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_1_0=g_navNode_1_4_1.addNode('171','A-F',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/A-F/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_1_1=g_navNode_1_4_1.addNode('172','G-L',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_1_2=g_navNode_1_4_1.addNode('173','M-R',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_1_3=g_navNode_1_4_1.addNode('174','S-Z',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2=g_navNode_1_4.addNode('102','About Us',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/index.htm','RedirectURL==103');
g_navNode_1_4_2_0=g_navNode_1_4_2.addNode('103','Investor Relations',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/InvestorRelations/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_4_2_1=g_navNode_1_4_2.addNode('104','Press',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Press/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_4_2_3=g_navNode_1_4_2.addNode('106','Contact Us',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/ContactUs/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_4_3=g_navNode_1_4.addNode('1594','Website Support',ssUrlPrefix + 'IndividualInvestors/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_4=g_navNode_1_4.addNode('98','Search',ssUrlPrefix + 'IndividualInvestors/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60SingaporeSite\x60','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_1_4_4_0=g_navNode_1_4_4.addNode('71','Search help',ssUrlPrefix + 'IndividualInvestors/Support/Search/Searchhelp/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_2=g_navNode_Root.addNode('59','Institutional Investors',ssUrlPrefix + 'InstitutionalInvestors/index.htm','ComplianceNodeId==1597','IsSiloHome==TRUE','ShowClientLogin==TRUE','ShowFundFinder==FALSE','ShowRelResources==FALSE','SiloName==7','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_2_0=g_navNode_2.addNode('5368','Solutions and Capabilities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0=g_navNode_2_0.addNode('5369','Investment Solutions and Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/index.htm','RedirectURL==5370');
g_navNode_2_0_0_0=g_navNode_2_0_0.addNode('5370','BMACS',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_0=g_navNode_2_0_0_0.addNode('5371','Advisory Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','RedirectURL==5372','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_0_0=g_navNode_2_0_0_0_0.addNode('5372','Strategic Advice ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_0_1=g_navNode_2_0_0_0_0.addNode('5373','Liability-Driven Investing \x28LDI\x29 ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_0_2=g_navNode_2_0_0_0_0.addNode('5374','Journey Management ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_1=g_navNode_2_0_0_0.addNode('5375','Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==5378','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_1_0=g_navNode_2_0_0_0_1.addNode('5378','Fiduciary Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/FiduciaryManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_1_1=g_navNode_2_0_0_0_1.addNode('5379','Liability-Driven Investing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_2=g_navNode_2_0_0_0.addNode('5383','Investment Strategies',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==5384','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_0_2_0=g_navNode_2_0_0_0_2.addNode('5384','DDG',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_0_2_1=g_navNode_2_0_0_0_2.addNode('5385','Funds of Alternatives',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_0_2_2=g_navNode_2_0_0_0_2.addNode('5386','Global Macro Hedge Fund',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_0_2_3=g_navNode_2_0_0_0_2.addNode('5388','Hedged Equity',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_0_2_4=g_navNode_2_0_0_0_2.addNode('5389','Market Advantage',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_0_2_5=g_navNode_2_0_0_0_2.addNode('5390','MuSt',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_0_2_6=g_navNode_2_0_0_0_2.addNode('5391','Target Date \x28LifePath\x29',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_0_2_7=g_navNode_2_0_0_0_2.addNode('5392','Target Risk and Relative Return',ssUrlPrefix + 'InstitutionalInvestors/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_2_0_0_1=g_navNode_2_0_0.addNode('5393','Fiduciary Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/Fiduciary/index.htm','RedirectURL==5569','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_2=g_navNode_2_0_0.addNode('5394','BlackRock Solutions\xae',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_3=g_navNode_2_0_0.addNode('5395','Transition Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_3_0=g_navNode_2_0_0_3.addNode('5396','Products',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5397');
g_navNode_2_0_0_3_0_0=g_navNode_2_0_0_3_0.addNode('5397','Service Offering',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_4=g_navNode_2_0_0.addNode('5398','Defined Contribution',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/DefinedContribution/index.htm','RedirectURL==1812','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_5=g_navNode_2_0_0.addNode('5399','Securities Lending',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1=g_navNode_2_0.addNode('5400','Investment Capabilities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/index.htm','RedirectURL==5401','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_0=g_navNode_2_0_1.addNode('5401','Equities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_1=g_navNode_2_0_1.addNode('5402','Fixed Income',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_2=g_navNode_2_0_1.addNode('5332','Alternative Investments',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_4=g_navNode_2_0_1.addNode('5404','Indexing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2=g_navNode_2.addNode('208','Investment Insight',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/index.htm','RedirectURL==209');
g_navNode_2_2_0=g_navNode_2_2.addNode('209','Investment Week',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/InvestmentWeek/index.htm','ShowRelResources==TRUE');
g_navNode_2_4=g_navNode_2.addNode('214','Contact Us',ssUrlPrefix + 'InstitutionalInvestors/Support/index.htm','RedirectURL==185');
g_navNode_2_4_1=g_navNode_2_4.addNode('185','Investor Relations',ssUrlPrefix + 'InstitutionalInvestors/Support/InvestorRelations/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_2_4_2=g_navNode_2_4.addNode('186','Press',ssUrlPrefix + 'InstitutionalInvestors/Support/Press/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_2_4_4=g_navNode_2_4.addNode('215','Contact Us',ssUrlPrefix + 'InstitutionalInvestors/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_2_6=g_navNode_2.addNode('5675','Client Login Popup Help',ssUrlPrefix + 'InstitutionalInvestors/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_3=g_navNode_Root.addNode('96','Intermediaries',ssUrlPrefix + 'Intermediaries/index.htm','ComplianceNodeId==5988','HideLiteratureFinder==FALSE','SearchNodeId==127','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d76,prices\x3d191','xmlid==FC_10022023');
g_navNode_3_0=g_navNode_3.addNode('124','Fund Centre',ssUrlPrefix + 'Intermediaries/FundCentre/index.htm','ComplianceNodeId==5988');
g_navNode_3_0_0=g_navNode_3_0.addNode('191','Prices',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/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','ComplianceNodeId==5988','RedirectURL==1612','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_3_0_0_0=g_navNode_3_0_0.addNode('1612','Recognised Funds \x28Retail Investors\x29',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/RecognisedFundsRetailInvestors/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','ComplianceNodeId==5988','ExtraLanguage==cn_sm','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','OverrideTargetAudienceOrVenue==284','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingView==175','secondaryUrlVariableField==region5','xmlid==FC_15035702');
g_navNode_3_0_0_1=g_navNode_3_0_0.addNode('5909','Full BGF Range',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/FullBGFRange/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','ComplianceNodeId==5988','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022023');
g_navNode_3_0_0_3=g_navNode_3_0_0.addNode('5689','iShares Exchange Traded Funds',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/ETF/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_0_4=g_navNode_3_0_0.addNode('192','Tools',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/Tools/index.htm','ComplianceNodeId==5988');
g_navNode_3_0_0_4_0=g_navNode_3_0_0_4.addNode('193','Fund Finder',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/Tools/FundFinder/index.htm','ComplianceNodeId==5988','HideTabs==TRUE','ShowLeftColumn==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_8837');
g_navNode_3_0_0_4_1=g_navNode_3_0_0_4.addNode('194','Historical Prices',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/Tools/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','ComplianceNodeId==5988','ShowLeftColumn==TRUE','TargetNodes==tool\x3d194','xmlid==FC_10022022');
g_navNode_3_0_1=g_navNode_3_0.addNode('5684','iShares ETFs',ssUrlPrefix + 'Intermediaries/FundCentre/ETF/index.htm','ComplianceNodeId==5988','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_3_1=g_navNode_3.addNode('123','Literature',ssUrlPrefix + 'Intermediaries/Literature/index.htm','ComplianceNodeId==5988','RedirectURL==5961');
g_navNode_3_1_0=g_navNode_3_1.addNode('137','Factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/index.htm','RedirectURL==5962','ShowRelResources==TRUE');
g_navNode_3_1_0_0=g_navNode_3_1_0.addNode('5961','Recognised Funds - English factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/RecognisedFundsRetailInvestors/index.htm','ExtraLanguage==cn_sm','RedirectURL==5962','ShowThirdLevelNav==TRUE');
g_navNode_3_1_0_0_0=g_navNode_3_1_0_0.addNode('5962','Equity Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/RecognisedFundsRetailInvestors/Equityfunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x604\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_3_1_0_0_1=g_navNode_3_1_0_0.addNode('5963','Bond Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/RecognisedFundsRetailInvestors/Bondfunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x602\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency','xmlid==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60sg\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 AND xLanguage \x3csubstring\x3e \x60en-gb\x60 ');
g_navNode_3_1_0_0_2=g_navNode_3_1_0_0.addNode('5964','Mixed Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/RecognisedFundsRetailInvestors/MixedFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x608\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_1_0_1=g_navNode_3_1_0.addNode('2468','Recognised Funds - Chinese factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/Chinese/index.htm','Language==en','RedirectURL==2466','ShowThirdLevelNav==TRUE');
g_navNode_3_1_0_1_0=g_navNode_3_1_0_1.addNode('2466','Equity Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/Chinese/EquityFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh-Hans\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60sg\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x604\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xTitle Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_3_1_0_1_1=g_navNode_3_1_0_1.addNode('2535','Bonds Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/Chinese/BondFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh-Hans\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x602\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xTitle Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_1_0_1_2=g_navNode_3_1_0_1.addNode('2536','Mixed Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/Chinese/MixedFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SingaporeSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh-Hans\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x608\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==dTitle Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_1_0_2=g_navNode_3_1_0.addNode('2467','Full BGF Range',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/FullBGFfunds/index.htm','ComplianceNodeId==5988','RedirectURL==140','ShowThirdLevelNav==TRUE');
g_navNode_3_1_0_2_0=g_navNode_3_1_0_2.addNode('140','Equity Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/FullBGFfunds/Equityfunds/index.htm','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 AND xLanguage \x3csubstring\x3e \x60en-gb\x60 ','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_3_1_0_2_1=g_navNode_3_1_0_2.addNode('139','Bond Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/FullBGFfunds/Bondfunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60sg\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 AND xLanguage \x3csubstring\x3e \x60en-gb\x60 ','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_1_0_2_2=g_navNode_3_1_0_2.addNode('141','Mixed Funds',ssUrlPrefix + 'Intermediaries/Literature/Factssheets/FullBGFfunds/Mixedfunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60sg\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 AND xLanguage \x3csubstring\x3e \x60en-gb\x60 ','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_1_2=g_navNode_3_1.addNode('138','Legal Documents',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/index.htm','ComplianceNodeId==5988','RedirectURL==86');
g_navNode_3_1_2_0=g_navNode_3_1_2.addNode('86','Prospectuses',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','ComplianceNodeId==5988','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60\x3cOR\x3e xSubType \x3ccontains\x3e \x60109\x60\x29   \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x60284\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_1_2_1=g_navNode_3_1_2.addNode('89','Reports',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Reports/index.htm','ComplianceNodeId==5988','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_1_2_2=g_navNode_3_1_2.addNode('90','Forms',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Forms/index.htm','ComplianceNodeId==5988','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sg\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_2=g_navNode_3.addNode('4291','Featured Funds',ssUrlPrefix + 'Intermediaries/FeaturedFund/index.htm','ComplianceNodeId==5988','DoNotShowInNavigation==FALSE','RedirectURL==4292');
g_navNode_3_2_0=g_navNode_3_2.addNode('4292','Global Allocation Fund',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/index.htm','ComplianceNodeId==5988','RedirectURL==4293');
g_navNode_3_2_0_0=g_navNode_3_2_0.addNode('4293','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Overview/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_0_1=g_navNode_3_2_0.addNode('4294','Fund Insight',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/FundInsight/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_0_2=g_navNode_3_2_0.addNode('4295','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Literature/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_0_3=g_navNode_3_2_0.addNode('4296','Awards',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Awards/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_1=g_navNode_3_2.addNode('5170','Asia Pacific Equity Income Fund ',ssUrlPrefix + 'Intermediaries/FeaturedFund/BGFAsiaPacificEquityIncomeFund/index.htm','ComplianceNodeId==5988','DoNotShowInNavigation==FALSE','RedirectURL==5171');
g_navNode_3_2_1_0=g_navNode_3_2_1.addNode('5171','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/BGFAsiaPacificEquityIncomeFund/Overview/index.htm','ComplianceNodeId==5988','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_3_2_2=g_navNode_3_2.addNode('5952','Natural Resources',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/index.htm','ComplianceNodeId==5988','RedirectURL==5953');
g_navNode_3_2_2_0=g_navNode_3_2_2.addNode('5953','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/Overview/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_2_1=g_navNode_3_2_2.addNode('5954','Team',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/Team/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_2_2=g_navNode_3_2_2.addNode('5957','Fund Range',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/FundRange/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_2_3=g_navNode_3_2_2.addNode('5955','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/Literature/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_2_2_4=g_navNode_3_2_2.addNode('5956','Awards',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/Awards/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_3=g_navNode_3.addNode('125','Investment Insight',ssUrlPrefix + 'Intermediaries/InvestmentInsight/index.htm','ComplianceNodeId==5988');
g_navNode_3_3_0=g_navNode_3_3.addNode('91','Market Views',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketViews/index.htm','ComplianceNodeId==5988','RedirectURL==115','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_0_0=g_navNode_3_3_0.addNode('115','Week in View',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketViews/WeekinView/index.htm','ComplianceNodeId==5988','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_0_2=g_navNode_3_3_0.addNode('144','Global Strategic Framework',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketViews/GlobalStrategicFramework/index.htm','ComplianceNodeId==5988','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_1=g_navNode_3_3.addNode('149','BlackRock Bullets',ssUrlPrefix + 'Intermediaries/InvestmentInsight/BlackRockBullets/index.htm','ComplianceNodeId==5988','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_3_4=g_navNode_3.addNode('126','Multimedia',ssUrlPrefix + 'Intermediaries/Multi-media/index.htm','ComplianceNodeId==5988','RedirectURL==148');
g_navNode_3_4_0=g_navNode_3_4.addNode('148','Web Casts',ssUrlPrefix + 'Intermediaries/Multi-media/WebCasts/index.htm','ComplianceNodeId==5988','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_3_5=g_navNode_3.addNode('122','Support',ssUrlPrefix + 'Intermediaries/Support/index.htm','ComplianceNodeId==5988');
g_navNode_3_5_0=g_navNode_3_5.addNode('128','FAQ',ssUrlPrefix + 'Intermediaries/Support/FAQs/index.htm','ComplianceNodeId==5988','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_3_5_1=g_navNode_3_5.addNode('1484','Glossary',ssUrlPrefix + 'Intermediaries/Support/Glossary/index.htm','ComplianceNodeId==5988','RedirectURL==1485');
g_navNode_3_5_1_0=g_navNode_3_5_1.addNode('1485','A-F',ssUrlPrefix + 'Intermediaries/Support/Glossary/A-F/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_5_1_1=g_navNode_3_5_1.addNode('1486','G-L',ssUrlPrefix + 'Intermediaries/Support/Glossary/G-L/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_5_1_2=g_navNode_3_5_1.addNode('1487','M-R',ssUrlPrefix + 'Intermediaries/Support/Glossary/M-R/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_5_1_3=g_navNode_3_5_1.addNode('1488','S-Z',ssUrlPrefix + 'Intermediaries/Support/Glossary/S-Z/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_5_2=g_navNode_3_5.addNode('131','About Us',ssUrlPrefix + 'Intermediaries/Support/AboutUs/index.htm','ComplianceNodeId==5988','RedirectURL==132','ShowLeftColumn==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_5_2_1=g_navNode_3_5_2.addNode('132','Investor Relations',ssUrlPrefix + 'Intermediaries/Support/AboutUs/InvestorRelations/index.htm','ComplianceNodeId==5988','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_3_5_2_2=g_navNode_3_5_2.addNode('133','Press',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/index.htm','ComplianceNodeId==5988','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_3_5_2_3=g_navNode_3_5_2.addNode('135','Contact Us',ssUrlPrefix + 'Intermediaries/Support/AboutUs/ContactUs/index.htm','ComplianceNodeId==5988','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_3_5_3=g_navNode_3_5.addNode('1600','Website Support',ssUrlPrefix + 'Intermediaries/Support/WebsiteSupport/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_3_5_4=g_navNode_3_5.addNode('127','Search',ssUrlPrefix + 'Intermediaries/Support/Search/index.htm','ComplianceNodeId==5988','Query==dSecurityGroup \x3cmatches\x3e \x60SingaporeSite\x60','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_3_5_4_0=g_navNode_3_5_4.addNode('199','Search Help',ssUrlPrefix + 'Intermediaries/Support/Search/SearchHelp/index.htm','ComplianceNodeId==5988','ShowRelResources==TRUE');
g_navNode_7=g_navNode_Root.addNode('4221','SiloLocalContent',ssUrlPrefix + 'LocalContent/index.htm','NotComplianceProtected==TRUE','iShareHome==Y');
