/////////////////////////////////////////////////////////////////////////////
// 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','Hong Kong',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/hk-type.css','AdditionalJavaScript==http\x3a//www.blackrock.com/include/common/js/ebiz/common.js,http\x3a//www.blackrock.com/include/common/js/ebiz/typeface.js,http\x3a//www.blackrock.com/include/common/js/ebiz/corporate_e_regular.typeface.js','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','AnalyticsCode==UA-11734993-1','DisplayDateFormat==dd/MM/yyyy','DoNotShowInSitemap==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"vpWFDbXMCOdwJKnPThYSOks0e7iFybD9pJAOk20WJOA\" /\x3e','Language==en','NotComplianceProtected==TRUE','RedirectURL==2469','ShowLeftColumn==FALSE','StartDivID==LandingPage','UnicaID==blk\x3ahk','WideColumnMiddle==FALSE','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('2469','English',ssUrlPrefix + 'en/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AdditionalJavaScript==groups/globaltemplates/international/js/common.js','AlternateLogoHeight==140','ComplianceNodeId==2596','DisplayDateFormat==dd/MM/yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"vpWFDbXMCOdwJKnPThYSOks0e7iFybD9pJAOk20WJOA\" /\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==5044','NotComplianceProtected==TRUE','ShowClientLogin==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_0_0=g_navNode_0.addNode('95','About Us',ssUrlPrefix + 'en/AboutUs/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','RedirectURL==4489','ShowLeftColumn==FALSE','ShowThirdLevelNav==TRUE','SiloName==AboutUs');
g_navNode_0_0_0=g_navNode_0_0.addNode('4489','Overview',ssUrlPrefix + 'en/AboutUs/Overview/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','RedirectURL==95','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_0_0_0=g_navNode_0_0_0.addNode('2','Awards',ssUrlPrefix + 'en/AboutUs/Overview/Awards/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','ShowLeftColumn==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','StartDivIDStartDivID==Steve','WideColumnMiddle==FALSE');
g_navNode_0_0_1=g_navNode_0_0.addNode('4','Investor Relations',ssUrlPrefix + 'en/AboutUs/InvestorRelations/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInSitemap==TRUE','ShowLeftColumn==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_3=g_navNode_0_0.addNode('5904','Press Centre',ssUrlPrefix + 'en/AboutUs/Press/index.htm','DoNotShowInNavigation==FALSE','DoNotShowInSitemap==TRUE','FundCentreRedirectParams==oldestPressRelease\x3d2010','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60\x3cAND\x3e xLanguage \x3ccontains\x3e \\x27en-gb\\x27','RedirectURL==5903','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_3_1=g_navNode_0_0_3.addNode('8367','mark-mccombe-on-financial-times',ssUrlPrefix + 'en/AboutUs/Press/mark-mccombe-on-financial-times/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','DoNotShowInNavigation==TRUE');
g_navNode_0_0_5=g_navNode_0_0.addNode('200','Contact Us',ssUrlPrefix + 'en/AboutUs/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInSitemap==TRUE','ShowLeftColumn==FALSE','ShowNavInTabs==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_0_6=g_navNode_0_0.addNode('201','Terms of Use',ssUrlPrefix + 'en/AboutUs/LegalInformation/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_7=g_navNode_0_0.addNode('202','Privacy Statements',ssUrlPrefix + 'en/AboutUs/PrivacyStatement/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_1=g_navNode_0.addNode('48','Individual Investors',ssUrlPrefix + 'en/IndividualInvestors/index.htm','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','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','HideLiteratureFinder==TRUE','IsSiloHome==TRUE','SearchNodeId==98','ShowFundFinder==TRUE','SiloName==6','StartDivID==hkSiloHome','TargetNodes==eValuator\x3d75,prices\x3d175','WideColumnMiddle==TRUE','xmlid==FC_10022005');
g_navNode_0_1_0=g_navNode_0_1.addNode('49','Literature',ssUrlPrefix + 'en/IndividualInvestors/Literature/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==3949');
g_navNode_0_1_0_0=g_navNode_0_1_0.addNode('3948','Factsheets',ssUrlPrefix + 'en/IndividualInvestors/Literature/Factsheets/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3949');
g_navNode_0_1_0_0_0=g_navNode_0_1_0_0.addNode('3949','Equity Funds',ssUrlPrefix + 'en/IndividualInvestors/Literature/Factsheets/EquityFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_1_0_0_1=g_navNode_0_1_0_0.addNode('3950','Bond Funds',ssUrlPrefix + 'en/IndividualInvestors/Literature/Factsheets/BondFunds/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_1_0_0_2=g_navNode_0_1_0_0.addNode('3951','Mixed Funds',ssUrlPrefix + 'en/IndividualInvestors/Literature/Factsheets/MixedFunds/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e   dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_1_0_1=g_navNode_0_1_0.addNode('237','Brochures and Support Material',ssUrlPrefix + 'en/IndividualInvestors/Literature/BrochuresAndSupportMaterial/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','RedirectURL==3983','ShowRelResources==TRUE');
g_navNode_0_1_0_1_0=g_navNode_0_1_0_1.addNode('3983','Fund Materials',ssUrlPrefix + 'en/IndividualInvestors/Literature/BrochuresAndSupportMaterial/FundMaterials/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  \x28xSubType \x3cmatches\x3e \x605\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6070\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6073\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentDate Desc');
g_navNode_0_1_0_1_1=g_navNode_0_1_0_1.addNode('1481','Corporate Materials',ssUrlPrefix + 'en/IndividualInvestors/Literature/BrochuresAndSupportMaterial/CorporateMaterials/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e   xSubType \x3cmatches\x3e \x6076\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_0_1_0_2=g_navNode_0_1_0.addNode('56','Legal Documents',ssUrlPrefix + 'en/IndividualInvestors/Literature/LegalDocuments/index.htm','AlternateLogo==blkcnlogo.gif','NotComplianceProtected==FALSE','RedirectURL==66','ShowLeftColumn==TRUE');
g_navNode_0_1_0_2_1=g_navNode_0_1_0_2.addNode('66','Legal Documentation',ssUrlPrefix + 'en/IndividualInvestors/Literature/LegalDocuments/LegalDocumentation/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x609\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x60109\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentDate Desc','SubHeadingMetadataField==xSubType','SubHeadingView==SubType');
g_navNode_0_1_0_2_2=g_navNode_0_1_0_2.addNode('7402','Key Fact Statements',ssUrlPrefix + 'en/IndividualInvestors/Literature/LegalDocuments/KeyFactStatements/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7404');
g_navNode_0_1_0_2_2_0=g_navNode_0_1_0_2_2.addNode('7404','Equity Funds',ssUrlPrefix + 'en/IndividualInvestors/Literature/LegalDocuments/KeyFactStatements/EquityFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60en-gb\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_1_0_2_2_1=g_navNode_0_1_0_2_2.addNode('7405','Bond Funds',ssUrlPrefix + 'en/IndividualInvestors/Literature/LegalDocuments/KeyFactStatements/BondFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60en-gb\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_1_0_2_2_2=g_navNode_0_1_0_2_2.addNode('7406','Mixed Funds',ssUrlPrefix + 'en/IndividualInvestors/Literature/LegalDocuments/KeyFactStatements/MixedFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60en-gb\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_1_1=g_navNode_0_1.addNode('50','Fund Centre',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_0_1_1_0=g_navNode_0_1_1.addNode('175','Prices',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/Prices/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','AlternateLogo==blkcnlogo.gif','RedirectURL==1201','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022005');
g_navNode_0_1_1_0_0=g_navNode_0_1_1_0.addNode('1201','BGF',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/Prices/BGF/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','AlternateLogo==blkcnlogo.gif','AlternatePageTitle==BlackRock Global Funds - Prices - Fund Centre - Individual Investors - BlackRock Hong Kong','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','HTTPMetaText==\x3cmeta name\x3d\"description\" content\x3d\"BlackRock Global Funds \x28BGF\x29 is BlackRock\\x27s flagship fund range offering clients a choice of over 50 products with differing fund objectives. To access more detailed information on our funds, including performance, breakdown and holdings and literature, please select the highlighted fund name.\"\x3e','RedirectURL==175','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022005');
g_navNode_0_1_1_0_1=g_navNode_0_1_1_0.addNode('5661','iShares Exchange Traded Funds',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/Prices/ETFs/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_0_1_1_1=g_navNode_0_1_1.addNode('8247','UK Reporting Funds',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/BGFReportingFundStatus/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY//','ShowRelResources==TRUE','xmlid==FC_10022005');
g_navNode_0_1_1_2=g_navNode_0_1_1.addNode('196','Tools',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/Tools/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_0_1_1_2_0=g_navNode_0_1_1_2.addNode('268','Fund Finder',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10022005');
g_navNode_0_1_1_2_1=g_navNode_0_1_1_2.addNode('273','Historical Prices',ssUrlPrefix + 'en/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','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','TargetNodes==tool\x3d273','xmlid==FC_10022004');
g_navNode_0_1_1_2_3=g_navNode_0_1_1_2.addNode('74','Performance Tool',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/Tools/PerformanceTool/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','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowRelResources==TRUE','TargetNodes==tool\x3d74','xmlid==FC_10022004');
g_navNode_0_1_1_2_4=g_navNode_0_1_1_2.addNode('75','eValuator',ssUrlPrefix + 'en/IndividualInvestors/FundCentre/Tools/eValuator/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10022005');
g_navNode_0_1_2=g_navNode_0_1.addNode('2936','Featured Funds',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8173','SubHeadingView== ','WideColumnMiddle==FALSE');
g_navNode_0_1_2_1=g_navNode_0_1_2.addNode('8173','Global Allocation Fund',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/GA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8174','ShowRelResources==TRUE');
g_navNode_0_1_2_1_0=g_navNode_0_1_2_1.addNode('8174','Overview',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/GA/overview/index.htm','DoNotShowInSitemap==FALSE','HideRelResourcesTitle==TRUE','ShowRelResources==TRUE');
g_navNode_0_1_2_2=g_navNode_0_1_2.addNode('7772','Latin American Fund',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/LA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5233');
g_navNode_0_1_2_2_0=g_navNode_0_1_2_2.addNode('5233','Overview',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/LA/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_2_1=g_navNode_0_1_2_2.addNode('7675','Demographics',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/LA/Demographics/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_2_2=g_navNode_0_1_2_2.addNode('7676','Market Updates',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/LA/MarketUpdates/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_3=g_navNode_0_1_2.addNode('7206','World Energy Fund',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WE/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7207','SubHeadingView== ');
g_navNode_0_1_2_3_0=g_navNode_0_1_2_3.addNode('7207','Overview',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_3_1=g_navNode_0_1_2_3.addNode('7208','Literature',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_3_2=g_navNode_0_1_2_3.addNode('7230','Contact Us',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WE/contact_uS/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_4=g_navNode_0_1_2.addNode('7103','World Agriculture Fund ',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7104');
g_navNode_0_1_2_4_0=g_navNode_0_1_2_4.addNode('7104','Overview',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WA/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_2_4_1=g_navNode_0_1_2_4.addNode('7299','Population Growth',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WA/PopulationGrowth/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_2_4_2=g_navNode_0_1_2_4.addNode('7300','Urbanisation',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WA/Urbanisation/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_2_4_3=g_navNode_0_1_2_4.addNode('7301','Wealth Effect',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WA/WealthEffect/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_2_4_4=g_navNode_0_1_2_4.addNode('7302','Biofuel Production',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/WA/BiofuelProduction/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_2_5=g_navNode_0_1_2.addNode('7130','Emerging Europe Fund',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/EE/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7131');
g_navNode_0_1_2_5_0=g_navNode_0_1_2_5.addNode('7131','Overview',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/EE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_5_1=g_navNode_0_1_2_5.addNode('7132','Literature',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/EE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2_6=g_navNode_0_1_2.addNode('8316','Equity Income',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/Equity-Income/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==8317');
g_navNode_0_1_2_6_0=g_navNode_0_1_2_6.addNode('8317','overview',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/Equity-Income/overview/index.htm');
g_navNode_0_1_2_7=g_navNode_0_1_2.addNode('8375','US High Yield Bond Fund',ssUrlPrefix + 'en/IndividualInvestors/FeaturedFunds/USHY/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_0_1_3=g_navNode_0_1.addNode('51','Investment Insight',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==4062');
g_navNode_0_1_3_0=g_navNode_0_1_3.addNode('4062','Market Watch',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/MarketWatch/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6758');
g_navNode_0_1_3_0_1=g_navNode_0_1_3_0.addNode('6758','Weekly Commentary',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/MarketWatch/WeeklyCommentary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_1_3_0_2=g_navNode_0_1_3_0.addNode('6759','Weathering Volatility',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/MarketWatch/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_1_3_1=g_navNode_0_1_3.addNode('116','Week In View',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/WeekInView/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_1_3_2=g_navNode_0_1_3.addNode('5262','Gold Weekly',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/GoldWeekly/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_3_3=g_navNode_0_1_3.addNode('5263','Bob Doll Weekly',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/BobDollWeekly/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_3_4=g_navNode_0_1_3.addNode('6417','Hot Topics',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/HotTopics/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_3_5=g_navNode_0_1_3.addNode('7754','Market Volatility',ssUrlPrefix + 'en/IndividualInvestors/InvestmentInsight/MarketVolatility/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_4=g_navNode_0_1.addNode('4072','Education',ssUrlPrefix + 'en/IndividualInvestors/Education/index.htm','DoNotShowInNavigation==FALSE','HideLiteratureFinder==FALSE','RedirectURL==4073');
g_navNode_0_1_4_0=g_navNode_0_1_4.addNode('4073','Investment Encyclopedia',ssUrlPrefix + 'en/IndividualInvestors/Education/InvestmentEncyclopedia/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_4_1=g_navNode_0_1_4.addNode('4074','Investment Q\x26A',ssUrlPrefix + 'en/IndividualInvestors/Education/InvestmentQA/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_4_1_0=g_navNode_0_1_4_1.addNode('4521','Q\x26A',ssUrlPrefix + 'en/IndividualInvestors/Education/InvestmentQA/QA/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_5=g_navNode_0_1.addNode('97','Support',ssUrlPrefix + 'en/IndividualInvestors/Support/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_0_1_5_3=g_navNode_0_1_5.addNode('102','About Us',ssUrlPrefix + 'en/IndividualInvestors/Support/AboutUs/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==176');
g_navNode_0_1_5_3_0=g_navNode_0_1_5_3.addNode('176','Overview',ssUrlPrefix + 'en/IndividualInvestors/Support/AboutUs/Overview/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_3_1=g_navNode_0_1_5_3.addNode('103','Investor Relations',ssUrlPrefix + 'en/IndividualInvestors/Support/AboutUs/InvestorRelations/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_3_2=g_navNode_0_1_5_3.addNode('104','Press',ssUrlPrefix + 'en/IndividualInvestors/Support/AboutUs/Press/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_3_3=g_navNode_0_1_5_3.addNode('106','Contact Us',ssUrlPrefix + 'en/IndividualInvestors/Support/AboutUs/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_4=g_navNode_0_1_5.addNode('105','Awards',ssUrlPrefix + 'en/IndividualInvestors/Support/Awards/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_5=g_navNode_0_1_5.addNode('1594','Website Support',ssUrlPrefix + 'en/IndividualInvestors/Support/WebsiteSupport/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_1_5_6=g_navNode_0_1_5.addNode('98','Search',ssUrlPrefix + 'en/IndividualInvestors/Support/Search/index.htm','AlternateLogo==blkcnlogo.gif','Query==dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60InternationalSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60UKSite\x60','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_0_1_5_6_0=g_navNode_0_1_5_6.addNode('71','Search help',ssUrlPrefix + 'en/IndividualInvestors/Support/Search/Searchhelp/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_1_6=g_navNode_0_1.addNode('8281','CashLanguageSwitch',ssUrlPrefix + 'en/IndividualInvestors/CashLanguageSwitch/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_0_2=g_navNode_0.addNode('96','Intermediaries',ssUrlPrefix + 'en/Intermediaries/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','HideLiteratureFinder==FALSE','SearchNodeId==127','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d76,prices\x3d191','xmlid==FC_10022005');
g_navNode_0_2_0=g_navNode_0_2.addNode('123','Literature',ssUrlPrefix + 'en/Intermediaries/Literature/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_0_2_0_0=g_navNode_0_2_0.addNode('137','Factsheets',ssUrlPrefix + 'en/Intermediaries/Literature/Factssheets/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==140','ShowRelResources==TRUE');
g_navNode_0_2_0_0_0=g_navNode_0_2_0_0.addNode('140','Equity funds',ssUrlPrefix + 'en/Intermediaries/Literature/Factssheets/Equityfunds/index.htm','AlternateLogo==blkcnlogo.gif','FundCentreRedirectParams==8,1,2,3,4,5,6,7','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_2_0_0_1=g_navNode_0_2_0_0.addNode('139','Bond funds',ssUrlPrefix + 'en/Intermediaries/Literature/Factssheets/Bondfunds/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60 \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_2_0_0_2=g_navNode_0_2_0_0.addNode('141','Mixed funds',ssUrlPrefix + 'en/Intermediaries/Literature/Factssheets/Mixedfunds/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60 \x3cAND\x3e   dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_2_0_1=g_navNode_0_2_0.addNode('79','Brochures and Support Material',ssUrlPrefix + 'en/Intermediaries/Literature/BrochuresandSupportMaterial/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','RedirectURL==82');
g_navNode_0_2_0_1_0=g_navNode_0_2_0_1.addNode('82',' Fund Materials',ssUrlPrefix + 'en/Intermediaries/Literature/BrochuresandSupportMaterial/FundMaterials/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  \x28xSubType \x3cmatches\x3e \x605\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6070\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6073\x60\x3cOR\x3e xSubType \x3cmatches\x3e \x6076\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_0_2_0_1_1=g_navNode_0_2_0_1.addNode('1482','Corporate Materials',ssUrlPrefix + 'en/Intermediaries/Literature/BrochuresandSupportMaterial/CorporateMaterials/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6071\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_2_0_2=g_navNode_0_2_0.addNode('138','Legal Documents',ssUrlPrefix + 'en/Intermediaries/Literature/LegalDocuments/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==86');
g_navNode_0_2_0_2_0=g_navNode_0_2_0_2.addNode('86','Legal Documentation',ssUrlPrefix + 'en/Intermediaries/Literature/LegalDocuments/LegalDocumentation/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x609\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x60109\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentDate Desc','SubHeadingMetadataField==xSubType','SubHeadingView==SubType');
g_navNode_0_2_0_2_1=g_navNode_0_2_0_2.addNode('7398','Key Fact Statements',ssUrlPrefix + 'en/Intermediaries/Literature/LegalDocuments/KeyFactStatements/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7399');
g_navNode_0_2_0_2_1_0=g_navNode_0_2_0_2_1.addNode('7399','Equity Funds',ssUrlPrefix + 'en/Intermediaries/Literature/LegalDocuments/KeyFactStatements/EquityFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60en-gb\x60','ShowNavInTabs==FALSE','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_2_0_2_1_1=g_navNode_0_2_0_2_1.addNode('7400','Bond Funds',ssUrlPrefix + 'en/Intermediaries/Literature/LegalDocuments/KeyFactStatements/BondFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60en-gb\x60','ShowNavInTabs==FALSE','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_2_0_2_1_2=g_navNode_0_2_0_2_1.addNode('7401','Mixed Funds',ssUrlPrefix + 'en/Intermediaries/Literature/LegalDocuments/KeyFactStatements/MixedFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60en-gb\x60','ShowNavInTabs==FALSE','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_2_1=g_navNode_0_2.addNode('124','Fund Centre',ssUrlPrefix + 'en/Intermediaries/FundCentre/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_0_2_1_1=g_navNode_0_2_1.addNode('191','Prices',ssUrlPrefix + 'en/Intermediaries/FundCentre/Prices/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','AlternateLogo==blkcnlogo.gif','RedirectURL==1612','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022005');
g_navNode_0_2_1_1_0=g_navNode_0_2_1_1.addNode('1612','BGF',ssUrlPrefix + 'en/Intermediaries/FundCentre/Prices/BGF/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','AlternateLogo==blkcnlogo.gif','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022005');
g_navNode_0_2_1_1_1=g_navNode_0_2_1_1.addNode('5664','iShares Exchange Traded Funds',ssUrlPrefix + 'en/Intermediaries/FundCentre/Prices/ETFs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_2_1_2=g_navNode_0_2_1.addNode('8241','UK Reporting Funds',ssUrlPrefix + 'en/Intermediaries/FundCentre/BGFReportingFundStatus/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY//','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022005');
g_navNode_0_2_1_3=g_navNode_0_2_1.addNode('192','Tools',ssUrlPrefix + 'en/Intermediaries/FundCentre/Tools/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_0_2_1_3_0=g_navNode_0_2_1_3.addNode('193','Fund Finder',ssUrlPrefix + 'en/Intermediaries/FundCentre/Tools/FundFinder/index.htm','AlternateLogo==blkcnlogo.gif','HideTabs==TRUE','ShowLeftColumn==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_8837');
g_navNode_0_2_1_3_1=g_navNode_0_2_1_3.addNode('194','Historical Prices',ssUrlPrefix + 'en/Intermediaries/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','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','TargetNodes==tool\x3d194','xmlid==FC_10022004');
g_navNode_0_2_1_3_3=g_navNode_0_2_1_3.addNode('197','Performance Tool',ssUrlPrefix + 'en/Intermediaries/FundCentre/Tools/PerformanceTool/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','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','TargetNodes==tool\x3d197','xmlid==FC_10022004');
g_navNode_0_2_1_3_4=g_navNode_0_2_1_3.addNode('198','eValuator',ssUrlPrefix + 'en/Intermediaries/FundCentre/Tools/eValuator/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10022005');
g_navNode_0_2_2=g_navNode_0_2.addNode('2902','Featured Funds',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8185');
g_navNode_0_2_2_0=g_navNode_0_2_2.addNode('8185','Global Allocation Fund',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/GA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8186');
g_navNode_0_2_2_0_0=g_navNode_0_2_2_0.addNode('8186','Overview',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/GA/Overview/index.htm','DoNotShowInNavigation==FALSE','HideRelResourcesTitle==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_2_2=g_navNode_0_2_2.addNode('7688','Latin American Fund',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/LA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7689');
g_navNode_0_2_2_2_0=g_navNode_0_2_2_2.addNode('7689','Overview',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/LA/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_2_2_1=g_navNode_0_2_2_2.addNode('7692','Demographics',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/LA/Demographics/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_2_2_2=g_navNode_0_2_2_2.addNode('7693','Market Updates',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/LA/MarketUpdates/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_2_3=g_navNode_0_2_2.addNode('7209','World Energy Fund',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WE/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7210');
g_navNode_0_2_2_3_0=g_navNode_0_2_2_3.addNode('7210','Overview',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_2_3_1=g_navNode_0_2_2_3.addNode('7211','Literature',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_2_3_2=g_navNode_0_2_2_3.addNode('7231','Contact Us',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WE/contact_us/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_2_4=g_navNode_0_2_2.addNode('7108','World Agriculture Fund',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7110');
g_navNode_0_2_2_4_0=g_navNode_0_2_2_4.addNode('7110','Overview',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WA/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_2_4_2=g_navNode_0_2_2_4.addNode('7289','Population Growth',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WA/PopulationGrowth/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_2_4_3=g_navNode_0_2_2_4.addNode('7290','Urbanisation',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WA/Urbanisation/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_2_4_4=g_navNode_0_2_2_4.addNode('7291','Wealth Effect',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WA/WealthEffect/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_2_4_5=g_navNode_0_2_2_4.addNode('7292','Biofuel Production',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/WA/BiofuelProduction/index.htm','ShowFundFinder==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_2_5=g_navNode_0_2_2.addNode('7137','Emerging Europe Fund',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/EE/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7138');
g_navNode_0_2_2_5_0=g_navNode_0_2_2_5.addNode('7138','Overview',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/EE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_2_5_1=g_navNode_0_2_2_5.addNode('7139','Literature',ssUrlPrefix + 'en/Intermediaries/FeaturedFunds/EE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3=g_navNode_0_2.addNode('4022','Investment Insight',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/index.htm','RedirectURL==6606');
g_navNode_0_2_3_0=g_navNode_0_2_3.addNode('4060','Market Watch',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_0_2_3_0_0=g_navNode_0_2_3_0.addNode('6606','Videos',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/MarketWatch/Videos/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_3_0_1=g_navNode_0_2_3_0.addNode('6609','Special Reports',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/MarketWatch/SpecialReports/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_3_0_2=g_navNode_0_2_3_0.addNode('6656','Weekly Commentary',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/MarketWatch/WeeklyCommentary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_3_0_3=g_navNode_0_2_3_0.addNode('6665','Weathering Volatility',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/MarketWatch/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_3_1=g_navNode_0_2_3.addNode('91','Week In View',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/WeekInView/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==115','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_2_3_1_0=g_navNode_0_2_3_1.addNode('115','Week in View',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/WeekInView/WeekinView/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_2_3_1_1=g_navNode_0_2_3_1.addNode('143','Strategy Framework',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/WeekInView/StrategyFramework/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_2_3_1_2=g_navNode_0_2_3_1.addNode('144','Global Strategic Framework',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/WeekInView/GlobalStrategicFramework/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_2_3_1_3=g_navNode_0_2_3_1.addNode('145','Global Sector \x26 Style Analysis',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/WeekInView/GlobalSectorStyleAnalysis/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_2_3_1_4=g_navNode_0_2_3_1.addNode('146','Bob Doll\'s Outlook',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/WeekInView/BobDollOutlooks/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_2_3_2=g_navNode_0_2_3.addNode('5264','Gold Weekly',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/GoldWeekly/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_2_3_3=g_navNode_0_2_3.addNode('5265','Bob Doll Weekly',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/BobDollWeekly/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_3_4=g_navNode_0_2_3.addNode('6433','Hot Topics',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/HotTopics/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3_5=g_navNode_0_2_3.addNode('149','BlackRock Bullets',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/BlackRockBullets/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_2_3_6=g_navNode_0_2_3.addNode('92','Market Update',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/MarketUpdate/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_3_7=g_navNode_0_2_3.addNode('7980','Market Volatility',ssUrlPrefix + 'en/Intermediaries/InvestmentInsight/MarketVolatility/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_2_4=g_navNode_0_2.addNode('4069','Education',ssUrlPrefix + 'en/Intermediaries/Education/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4070');
g_navNode_0_2_4_0=g_navNode_0_2_4.addNode('4070','Investment Encyclopedia',ssUrlPrefix + 'en/Intermediaries/Education/InvestmentEncyclopedia/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_4_1=g_navNode_0_2_4.addNode('4071','Investment Q\x26A',ssUrlPrefix + 'en/Intermediaries/Education/InvestmentQA/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_2_4_1_0=g_navNode_0_2_4_1.addNode('4520','Q\x26A',ssUrlPrefix + 'en/Intermediaries/Education/InvestmentQA/QA/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_5=g_navNode_0_2.addNode('126','Multimedia',ssUrlPrefix + 'en/Intermediaries/Multi-media/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','HideTabs==TRUE','RedirectURL==148');
g_navNode_0_2_5_0=g_navNode_0_2_5.addNode('148','Web Casts',ssUrlPrefix + 'en/Intermediaries/Multi-media/WebCasts/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','HideTabs==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_2_6=g_navNode_0_2.addNode('122','Support',ssUrlPrefix + 'en/Intermediaries/Support/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_0_2_6_1=g_navNode_0_2_6.addNode('1484','Glossary',ssUrlPrefix + 'en/Intermediaries/Support/Glossary/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==1485');
g_navNode_0_2_6_1_0=g_navNode_0_2_6_1.addNode('1485','A-F',ssUrlPrefix + 'en/Intermediaries/Support/Glossary/A-F/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_2_6_1_1=g_navNode_0_2_6_1.addNode('1486','G-L',ssUrlPrefix + 'en/Intermediaries/Support/Glossary/G-L/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_2_6_1_2=g_navNode_0_2_6_1.addNode('1487','M-R',ssUrlPrefix + 'en/Intermediaries/Support/Glossary/M-R/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_2_6_1_3=g_navNode_0_2_6_1.addNode('1488','S-Z',ssUrlPrefix + 'en/Intermediaries/Support/Glossary/S-Z/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_2_6_3=g_navNode_0_2_6.addNode('131','About Us',ssUrlPrefix + 'en/Intermediaries/Support/AboutUs/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==189','ShowLeftColumn==TRUE','ShowThirdLevelNav==FALSE','SubHeadingView== ');
g_navNode_0_2_6_3_0=g_navNode_0_2_6_3.addNode('189','Overview',ssUrlPrefix + 'en/Intermediaries/Support/AboutUs/Overview/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_2_6_3_1=g_navNode_0_2_6_3.addNode('132','Investor Relations',ssUrlPrefix + 'en/Intermediaries/Support/AboutUs/InvestorRelations/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_2_6_3_2=g_navNode_0_2_6_3.addNode('133','Press',ssUrlPrefix + 'en/Intermediaries/Support/AboutUs/Press/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_2_6_3_3=g_navNode_0_2_6_3.addNode('135','Contact Us',ssUrlPrefix + 'en/Intermediaries/Support/AboutUs/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_0_2_6_4=g_navNode_0_2_6.addNode('134','Awards',ssUrlPrefix + 'en/Intermediaries/Support/Awards/index.htm','DoNotShowInNavigation==FALSE','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_2_6_5=g_navNode_0_2_6.addNode('1600','Website Support',ssUrlPrefix + 'en/Intermediaries/Support/WebsiteSupport/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_2_6_6=g_navNode_0_2_6.addNode('127','Search',ssUrlPrefix + 'en/Intermediaries/Support/Search/index.htm','AlternateLogo==blkcnlogo.gif','Query==dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60InternationalSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60UKSite\x60','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_0_2_6_6_0=g_navNode_0_2_6_6.addNode('199','Search Help',ssUrlPrefix + 'en/Intermediaries/Support/Search/SearchHelp/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_3=g_navNode_0.addNode('59','Institutional Investors',ssUrlPrefix + 'en/InstitutionalInvestorsOld/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','IsSiloHome==TRUE','ShowClientLogin==TRUE','ShowFundFinder==FALSE','ShowRelResources==FALSE','SiloName==7','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_0_3_0=g_navNode_0_3.addNode('207','Solutions and Capabilities',ssUrlPrefix + 'en/InstitutionalInvestorsOld/SolutionsandCapabilities/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_3_1=g_navNode_0_3.addNode('7979','Market Insight',ssUrlPrefix + 'en/InstitutionalInvestorsOld/MarketInsight/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_3_2=g_navNode_0_3.addNode('214','Contact Us',ssUrlPrefix + 'en/InstitutionalInvestorsOld/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==183');
g_navNode_0_3_3=g_navNode_0_3.addNode('5450','Client Login Popup Help',ssUrlPrefix + 'en/InstitutionalInvestorsOld/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_0_4=g_navNode_0.addNode('6970','Institutional',ssUrlPrefix + 'en/InstitutionalInvestors/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==FALSE','HTTPMetaText==\x3cmeta name\x3d\"robots\" content\x3d\"noindex, nofollow\" /\x3e','ShowClientLogin==TRUE','SiloName==7','xmlid==FC_8837');
g_navNode_0_4_0=g_navNode_0_4.addNode('6971','Solutions and Capabilities',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE');
g_navNode_0_4_0_0=g_navNode_0_4_0.addNode('2738','Solutions and Services',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==1926','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_0_0=g_navNode_0_4_0_0.addNode('1926','BMACS',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_0_0_0=g_navNode_0_4_0_0_0.addNode('6871','Strategic Advice',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/StrategicAdvice/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_0_0_1=g_navNode_0_4_0_0_0.addNode('2281','Portfolio Solutions Management',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/portfolio-solutions-management/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_0_0_2=g_navNode_0_4_0_0_0.addNode('7561','Active Asset Allocation Strategies',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/active-asset-allocation-strategies/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_0_1=g_navNode_0_4_0_0.addNode('2327','BlackRock Solutions',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_0_2=g_navNode_0_4_0_0.addNode('2598','Transition Management',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/transition-management/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_0_4=g_navNode_0_4_0_0.addNode('7611','Global Financial Insitutions Group',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/financial-institutions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1=g_navNode_0_4_0.addNode('1873','Investment Capabilities',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2739','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_0=g_navNode_0_4_0_1.addNode('2739','Equities',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_0_0=g_navNode_0_4_0_1_0.addNode('7616','Fundamental Equity',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/fundamental-equity/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_0_1=g_navNode_0_4_0_1_0.addNode('7617','Scientific Active Equity',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/scientific-active-equity/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_0_2=g_navNode_0_4_0_1_0.addNode('7618','Index Equity',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index-equity/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_1=g_navNode_0_4_0_1.addNode('2740','Fixed Income',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveFixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2=g_navNode_0_4_0_1.addNode('7486','Alternative Investments',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/index.htm','Links==LINK1\x3d./Hedge-Funds\x7eHedge Funds,LINK2\x3d./Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d./Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d./Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d./Real-Estate\x7eReal estate,LINK6\x3d./Capital-markets\x7eCapital markets,LINK7\x3d./Risk-Management\x7eRisk management for alternative Investments','QuarterToShow==0','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2_0=g_navNode_0_4_0_1_2.addNode('7487','HedgeFunds',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/Hedge-Funds/index.htm','Links==LINK1\x3d../Hedge-Funds\x7eHedge Funds,LINK2\x3d../Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d../Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d../Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d../Real-Estate\x7eReal estate,LINK6\x3d../Capital-markets\x7eCapital markets,LINK7\x3d../Risk-Management\x7eRisk management for alternative Investments','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2_1=g_navNode_0_4_0_1_2.addNode('7488','Funds of Hedge Funds',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/Funds-of-Hedge-Funds/index.htm','Links==LINK1\x3d../Hedge-Funds\x7eHedge Funds,LINK2\x3d../Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d../Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d../Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d../Real-Estate\x7eReal estate,LINK6\x3d../Capital-markets\x7eCapital markets,LINK7\x3d../Risk-Management\x7eRisk management for alternative Investments','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2_2=g_navNode_0_4_0_1_2.addNode('7489','Custom Hedge Fund',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/Custom-Hedge-Fund/index.htm','Links==LINK1\x3d../Hedge-Funds\x7eHedge Funds,LINK2\x3d../Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d../Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d../Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d../Real-Estate\x7eReal estate,LINK6\x3d../Capital-markets\x7eCapital markets,LINK7\x3d../Risk-Management\x7eRisk management for alternative Investments','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2_3=g_navNode_0_4_0_1_2.addNode('7490','Private Equity',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/Private-Equity/index.htm','Links==LINK1\x3d../Hedge-Funds\x7eHedge Funds,LINK2\x3d../Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d../Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d../Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d../Real-Estate\x7eReal estate,LINK6\x3d../Capital-markets\x7eCapital markets,LINK7\x3d../Risk-Management\x7eRisk management for alternative Investments','OmnitureID== ','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2_4=g_navNode_0_4_0_1_2.addNode('7491','Real Estate',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/Real-Estate/index.htm','Links==LINK1\x3d../Hedge-Funds\x7eHedge Funds,LINK2\x3d../Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d../Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d../Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d../Real-Estate\x7eReal estate,LINK6\x3d../Capital-markets\x7eCapital markets,LINK7\x3d../Risk-Management\x7eRisk management for alternative Investments','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2_5=g_navNode_0_4_0_1_2.addNode('7492','Capital markets',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/Capital-markets/index.htm','Links==LINK1\x3d../Hedge-Funds\x7eHedge Funds,LINK2\x3d../Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d../Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d../Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d../Real-Estate\x7eReal estate,LINK6\x3d../Capital-markets\x7eCapital markets,LINK7\x3d../Risk-Management\x7eRisk management for alternative Investments','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_2_6=g_navNode_0_4_0_1_2.addNode('7502','Risk Management',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Alternative-Investments/Risk-Management/index.htm','Links==LINK1\x3d../Hedge-Funds\x7eHedge Funds,LINK2\x3d../Funds-of-Hedge-Funds\x7eFund of hedge funds,LINK3\x3d../Custom-Hedge-Fund\x7eCustom hedge fund solutions,LINK4\x3d../Private-Equity\x7ePrivate equity - direct \x26 funds of funds,LINK5\x3d../Real-Estate\x7eReal estate,LINK6\x3d../Capital-markets\x7eCapital markets,LINK7\x3d../Risk-Management\x7eRisk management for alternative Investments','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_0_1_4=g_navNode_0_4_0_1.addNode('2743','Indexing',ssUrlPrefix + 'en/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_1=g_navNode_0_4.addNode('208','Market Insight',ssUrlPrefix + 'en/InstitutionalInvestors/MarketInsight/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','RedirectURL==209');
g_navNode_0_4_1_0=g_navNode_0_4_1.addNode('209','Week In View',ssUrlPrefix + 'en/InstitutionalInvestors/MarketInsight/WeekInView/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_0_4_1_1=g_navNode_0_4_1.addNode('6968','Bob Doll Weekly',ssUrlPrefix + 'en/InstitutionalInvestors/MarketInsight/BobDollWeekly/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_0_4_1_2=g_navNode_0_4_1.addNode('8058','Market Volatility',ssUrlPrefix + 'en/InstitutionalInvestors/MarketInsight/MarketVolatility/index.htm','DoNotShowInNavigation==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_2=g_navNode_0_4.addNode('211','Knowledge Centre',ssUrlPrefix + 'en/InstitutionalInvestors/KnowledgeCentre/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','RedirectURL==6969');
g_navNode_0_4_2_0=g_navNode_0_4_2.addNode('6969','Quarterly Investment News',ssUrlPrefix + 'en/InstitutionalInvestors/KnowledgeCentre/QuarterlyInvestmentNews/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6017\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60 \x3cAND\x3e xAppGenericText1 \x3cmatches\x3e \\x27currents\\x27 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE');
g_navNode_0_4_2_1=g_navNode_0_4_2.addNode('7828','Investment Insights',ssUrlPrefix + 'en/InstitutionalInvestors/KnowledgeCentre/InvestmentInsights/index.htm','ShowRelResources==TRUE');
g_navNode_0_4_2_2=g_navNode_0_4_2.addNode('7562','Market Commentary',ssUrlPrefix + 'en/InstitutionalInvestors/KnowledgeCentre/MarketCommentary/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6014\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE');
g_navNode_0_4_2_3=g_navNode_0_4_2.addNode('7563','Portfolio Research',ssUrlPrefix + 'en/InstitutionalInvestors/KnowledgeCentre/PortfolioResearch/index.htm','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6068\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE');
g_navNode_0_4_2_4=g_navNode_0_4_2.addNode('7564','Special Reports',ssUrlPrefix + 'en/InstitutionalInvestors/KnowledgeCentre/SpecialReports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x60112\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60\x3cAND\x3e xLanguage \x3csubstring\x3e \x60en-gb\x60','ShowRelResources==TRUE');
g_navNode_0_4_3=g_navNode_0_4.addNode('210','Events',ssUrlPrefix + 'en/InstitutionalInvestors/Events/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4_4=g_navNode_0_4.addNode('7551','Contact Us',ssUrlPrefix + 'en/InstitutionalInvestors/contact-us/index.htm','ShowRelResources==TRUE');
g_navNode_0_5=g_navNode_0.addNode('6989','Cash Management',ssUrlPrefix + 'en/Cash/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==FALSE','SiloName==Cash');
g_navNode_0_5_0=g_navNode_0_5.addNode('6990','Solutions and Products',ssUrlPrefix + 'en/Cash/SolutionsandProducts/index.htm','RedirectURL==6992');
g_navNode_0_5_0_0=g_navNode_0_5_0.addNode('6992','Government/Treasury Funds ',ssUrlPrefix + 'en/Cash/SolutionsandProducts/GovernmentTreasuryFunds/index.htm','ShowRelResources==TRUE');
g_navNode_0_5_0_1=g_navNode_0_5_0.addNode('6991','Institutional Liquidity Funds',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/index.htm','RedirectURL==6995','ShowRelResources==TRUE');
g_navNode_0_5_0_1_0=g_navNode_0_5_0_1.addNode('7010','Institutional Euro Fund',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalEuroFund/index.htm');
g_navNode_0_5_0_1_1=g_navNode_0_5_0_1.addNode('7011','Institutional Sterling Fund',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalSterlingFund/index.htm');
g_navNode_0_5_0_1_2=g_navNode_0_5_0_1.addNode('7012','Institutional US Dollar Fund',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalUSDollarFund/index.htm');
g_navNode_0_5_0_2=g_navNode_0_5_0.addNode('7001','Institutional Ultra Short Bond Funds ',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/index.htm','ShowRelResources==TRUE');
g_navNode_0_5_0_2_0=g_navNode_0_5_0_2.addNode('7013','Institutional Euro Plus Fund',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/InstitutionalEuroPlusFund/index.htm');
g_navNode_0_5_0_2_1=g_navNode_0_5_0_2.addNode('7014','Institutional Sterling Plus Fund',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/InstitutionalSterlingPlusFund/index.htm');
g_navNode_0_5_0_2_2=g_navNode_0_5_0_2.addNode('7015','Institutional US Dollar Plus Fund',ssUrlPrefix + 'en/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/InstitutionalUSDollarPlusFund/index.htm');
g_navNode_0_5_0_3=g_navNode_0_5_0.addNode('7002','Fund Holidays ',ssUrlPrefix + 'en/Cash/SolutionsandProducts/FundHolidays/index.htm','ShowRelResources==TRUE');
g_navNode_0_5_0_4=g_navNode_0_5_0.addNode('7005','Document Library',ssUrlPrefix + 'en/Cash/SolutionsandProducts/DocumentLibrary/index.htm','RedirectURL==7018');
g_navNode_0_5_0_4_0=g_navNode_0_5_0_4.addNode('7018','Fund Factsheets',ssUrlPrefix + 'en/Cash/SolutionsandProducts/DocumentLibrary/FundFactsheets/index.htm','HideTabs==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x606\x60','SearchNodeId== ','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_5_1=g_navNode_0_5.addNode('7019','Knowledge Centre',ssUrlPrefix + 'en/Cash/KnowledgeCentre/index.htm','HideTabs==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6084\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_5_3=g_navNode_0_5.addNode('8095','Contact Us',ssUrlPrefix + 'en/Cash/ContactUs/index.htm');
g_navNode_0_5_5=g_navNode_0_5.addNode('7465','Terms-of-use',ssUrlPrefix + 'en/Cash/Terms-of-use/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_0_6=g_navNode_0.addNode('2596','Compliance Page',ssUrlPrefix + 'en/CompliancePageEn/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_0_7=g_navNode_0.addNode('7450','Compliance Page Cash',ssUrlPrefix + 'en/CompliancePageCash/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_0_10=g_navNode_0.addNode('3319','em-short-duration-bond',ssUrlPrefix + 'en/em-short-duration-bond/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE');
g_navNode_0_11=g_navNode_0.addNode('4244','Local Content',ssUrlPrefix + 'en/LocalContent/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_0_12=g_navNode_0.addNode('5677','Local Content2',ssUrlPrefix + 'en/LocalContent2/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_1=g_navNode_Root.addNode('3000','\u6f22\u8a9e',ssUrlPrefix + 'ch/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AdditionalJavaScript==groups/globaltemplates/international/js/common.js','AlternateLogoHeight==140','ComplianceNodeId==1597','DisplayDateFormat==dd/MM/yyyy','HTTPMetaText==\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27\u8c9d\u840a\u5fb7\u662f\u4e00\u5bb6\u4e16\u754c\u5353\u8d8a\u7684\u74b0\u7403\u8cc7\u7522\u7ba1\u7406\u516c\u53f8\uff0c\u70ba\u5168\u7403\u5404\u5730\u7684\u6a5f\u69cb\u6295\u8cc7\u8005\u3001\u4e2d\u4ecb\u4eba\u53ca\u500b\u4eba\u6295\u8cc7\u8005\u63d0\u4f9b\u512a\u8cea\u7684\u6295\u8cc7\u7ba1\u7406\u3001\u98a8\u96aa\u7ba1\u7406\u8207\u9867\u554f\u670d\u52d9\u3002\\x27/\x3e','Language==cn_hk','NoCookiesNodeId==5045','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y','xmlid==FC_10022009');
g_navNode_1_0=g_navNode_1.addNode('2299','\u95dc\u65bc\u8c9d\u840a\u5fb7',ssUrlPrefix + 'ch/AboutUs/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','RedirectURL==2303','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==AboutUs');
g_navNode_1_0_0=g_navNode_1_0.addNode('2303','\u516c\u53f8\u6982\u89bd',ssUrlPrefix + 'ch/AboutUs/Overview/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','RedirectURL==2299','ShowLeftColumn==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_0_0=g_navNode_1_0_0.addNode('4490','Awards',ssUrlPrefix + 'ch/AboutUs/Overview/Awards/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_1=g_navNode_1_0.addNode('2304','\u6295\u8cc7\u8005\u95dc\u4fc2',ssUrlPrefix + 'ch/AboutUs/InvestorRelations/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInSitemap==TRUE','ShowLeftColumn==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2=g_navNode_1_0.addNode('2305','\u65b0\u805e\u4e2d\u5fc3',ssUrlPrefix + 'ch/AboutUs/Press/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInSitemap==TRUE','FundCentreRedirectParams==oldestPressRelease\x3d2010','Links==0','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60\x3cAND\x3e xLanguage \x3ccontains\x3e \\x27zh-Hant\\x27','RedirectURL==1952','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_1=g_navNode_1_0_2.addNode('8368','mark-mccombe-on-financial-times',ssUrlPrefix + 'ch/AboutUs/Press/mark-mccombe-on-financial-times/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','DoNotShowInNavigation==TRUE');
g_navNode_1_0_3=g_navNode_1_0.addNode('527','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/AboutUs/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInSitemap==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_4=g_navNode_1_0.addNode('2572','\u4f7f\u7528\u689d\u6b3e',ssUrlPrefix + 'ch/AboutUs/LegalInformation/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','NotComplianceProtected==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_5=g_navNode_1_0.addNode('2573','\u79c1\u96b1\u8072\u660e',ssUrlPrefix + 'ch/AboutUs/PrivacyStatement/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE','NotComplianceProtected==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_1=g_navNode_1.addNode('2300','\u500b\u4eba\u6295\u8cc7\u8005',ssUrlPrefix + 'ch/IndividualInvestors/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','ShowFundFinder==TRUE','SiloName==6','StartDivID==hkSiloHome','TargetNodes==eValuator\x3d617,prices\x3d2439','xmlid==FC_10022009');
g_navNode_1_1_0=g_navNode_1_1.addNode('2306','\u57fa\u91d1\u520a\u7269',ssUrlPrefix + 'ch/IndividualInvestors/Literature/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2362');
g_navNode_1_1_0_0=g_navNode_1_1_0.addNode('2361','\u57fa\u91d1\u6708\u5831',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Factsheets/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','RedirectURL==2365');
g_navNode_1_1_0_0_0=g_navNode_1_1_0_0.addNode('2365','\u80a1\u7968\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Factsheets/Equityfunds/index.htm','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_1_0_0_1=g_navNode_1_1_0_0.addNode('2366','\u50b5\u5238\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Factsheets/Bondfunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60 \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_1_0_0_2=g_navNode_1_1_0_0.addNode('2367','\u6df7\u5408\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Factsheets/Mixedfunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60 \x3cAND\x3e   dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_1_0_1=g_navNode_1_1_0.addNode('2362','\u57fa\u91d1\u5c0f\u518a\u5b50\u53ca\u8cc7\u6599',ssUrlPrefix + 'ch/IndividualInvestors/Literature/BrochuresandSupportMaterial/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','RedirectURL==4020');
g_navNode_1_1_0_1_0=g_navNode_1_1_0_1.addNode('4020','\u57fa\u91d1\u8cc7\u6599',ssUrlPrefix + 'ch/IndividualInvestors/Literature/BrochuresandSupportMaterial/FundMaterials/index.htm','AlternateLogo==blkcnlogo.gif','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  \x28xSubType \x3cmatches\x3e \x605\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6070\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6073\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_1_1_0_1_1=g_navNode_1_1_0_1.addNode('2368','\u4f01\u696d\u6587\u4ef6',ssUrlPrefix + 'ch/IndividualInvestors/Literature/BrochuresandSupportMaterial/Corporate/index.htm','AlternateLogo==blkcnlogo.gif','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6071\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowLeftColumn==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_1_1_0_2=g_navNode_1_1_0.addNode('2363','\u6cd5\u5f8b\u6587\u4ef6',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Legaldocuments/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2373');
g_navNode_1_1_0_2_1=g_navNode_1_1_0_2.addNode('2373','\u6cd5\u5f8b\u6587\u4ef6',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Legaldocuments/LegalDocumentation/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x609\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x60109\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60zh-Hant\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentDate Desc','SubHeadingMetadataField==xSubType','SubHeadingView==SubType');
g_navNode_1_1_0_2_2=g_navNode_1_1_0_2.addNode('7408','\u7522\u54c1\u8cc7\u6599\u6982\u8981',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Legaldocuments/KeyFactStatements/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7409','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_2_2_0=g_navNode_1_1_0_2_2.addNode('7409','\u80a1\u7968\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Legaldocuments/KeyFactStatements/EquityFunds/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60zh-Hant\x60','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_1_0_2_2_1=g_navNode_1_1_0_2_2.addNode('7410','\u50b5\u5238\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Legaldocuments/KeyFactStatements/BondFunds/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60zh-Hant\x60','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_1_0_2_2_2=g_navNode_1_1_0_2_2.addNode('7411','\u6df7\u5408\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/Literature/Legaldocuments/KeyFactStatements/MixedFunds/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60zh-Hant\x60','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_1_1=g_navNode_1_1.addNode('2307','\u57fa\u91d1\u8cc7\u6599\u5eab',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/index.htm','AlternateLogo==blkcnlogo.gif','ShowThirdLevelNav==FALSE');
g_navNode_1_1_1_0=g_navNode_1_1_1.addNode('2439','\u57fa\u91d1\u50f9\u683c',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/Prices/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','AlternateLogo==blkcnlogo.gif','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','TargetNodes==tool\x3d','WideColumnMiddle==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022009');
g_navNode_1_1_1_1=g_navNode_1_1_1.addNode('8249','\u300c\u82f1\u570b\u7533\u5831\u57fa\u91d1\u300d\u8cc7\u683c',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/BGFReportingFundStatus/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY//','ShowRelResources==TRUE','xmlid==FC_10022009');
g_navNode_1_1_1_2=g_navNode_1_1_1.addNode('5665','iShares\u4ea4\u6613\u6240\u8cb7\u8ce3\u57fa\u91d1\x28ETFs\x29 ',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/ETFs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1_3=g_navNode_1_1_1.addNode('521','\u5de5\u5177',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/Tools/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_1_1_1_3_0=g_navNode_1_1_1_3.addNode('581','\u57fa\u91d1\u641c\u5c0b\u5668',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','AlternateLogo==blkcnlogo.gif','ShowFundFinder==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10022009');
g_navNode_1_1_1_3_1=g_navNode_1_1_1_3.addNode('582','\u904e\u5f80\u57fa\u91d1\u50f9\u683c',ssUrlPrefix + 'ch/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','AlternateLogo==blkcnlogo.gif','xmlid==FC_10022008');
g_navNode_1_1_1_3_2=g_navNode_1_1_1_3.addNode('586','\u8868\u73fe\u5716\u8868\u5de5\u5177',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/Tools/PerformanceTool/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','AlternateLogo==blkcnlogo.gif','xmlid==FC_10022008');
g_navNode_1_1_1_3_3=g_navNode_1_1_1_3.addNode('592','\u6295\u8cc7\u8a08\u7b97\u6a5f',ssUrlPrefix + 'ch/IndividualInvestors/FundCentre/Tools/eValuator/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','xmlid==FC_10022009');
g_navNode_1_1_2=g_navNode_1_1.addNode('2975','\u7cbe\u9078\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8175');
g_navNode_1_1_2_1=g_navNode_1_1_2.addNode('8175','\u8c9d\u840a\u5fb7\u74b0\u7403\u8cc7\u7522\u914d\u7f6e\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/GA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8176');
g_navNode_1_1_2_1_0=g_navNode_1_1_2_1.addNode('8176','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/GA/overview/index.htm','HideRelResourcesTitle==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_2_2=g_navNode_1_1_2.addNode('7695','\u8c9d\u840a\u5fb7\u62c9\u4e01\u7f8e\u6d32\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/LA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7696');
g_navNode_1_1_2_2_0=g_navNode_1_1_2_2.addNode('7696','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/LA/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_2_1=g_navNode_1_1_2_2.addNode('7697','\u5229\u597d\u7684\u4eba\u53e3\u7d50\u69cb',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/LA/Demographics/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_2_2=g_navNode_1_1_2_2.addNode('7698','\u5e02\u5834\u5feb\u8a0a',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/LA/MarketUpdates/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_3=g_navNode_1_1_2.addNode('7219','\u8c9d\u840a\u5fb7\u4e16\u754c\u80fd\u6e90\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WE/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7220');
g_navNode_1_1_2_3_0=g_navNode_1_1_2_3.addNode('7220','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_3_1=g_navNode_1_1_2_3.addNode('7232','\u6709\u95dc\u520b\u7269',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_3_2=g_navNode_1_1_2_3.addNode('7233','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WE/DistributorsInsuranceCompanies/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_4=g_navNode_1_1_2.addNode('7111','\u8c9d\u840a\u5fb7\u4e16\u754c\u8fb2\u696d\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7112');
g_navNode_1_1_2_4_0=g_navNode_1_1_2_4.addNode('7112','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WA/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_4_2=g_navNode_1_1_2_4.addNode('7304','\u4eba\u53e3\u589e\u9577',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WA/PopulationGrowth/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_2_4_3=g_navNode_1_1_2_4.addNode('7305','\u57ce\u5e02\u5316',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WA/Urbanisation/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_2_4_4=g_navNode_1_1_2_4.addNode('7306','\u8ca1\u5bcc\u6548\u61c9',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WA/WealthEffect/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_2_4_5=g_navNode_1_1_2_4.addNode('7307','\u751f\u7269\u71c3\u6599\u751f\u7522',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/WA/BiofuelProduction/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_2_5=g_navNode_1_1_2.addNode('7140','\u8c9d\u840a\u5fb7\u65b0\u8208\u6b50\u6d32\u57fa\u91d1',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/EE/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7141');
g_navNode_1_1_2_5_0=g_navNode_1_1_2_5.addNode('7141','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/EE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_5_1=g_navNode_1_1_2_5.addNode('7142','\u6709\u95dc\u520b\u7269',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/EE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2_6=g_navNode_1_1_2.addNode('8318','Equity-Income',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/Equity-Income/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==8319');
g_navNode_1_1_2_6_0=g_navNode_1_1_2_6.addNode('8319','overview',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/Equity-Income/overview/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_1_1_2_7=g_navNode_1_1_2.addNode('8376','US High Yield Bond Fund',ssUrlPrefix + 'ch/IndividualInvestors/FeaturedFunds/USHY/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_1_1_3=g_navNode_1_1.addNode('2308','\u6295\u8cc7\u900f\u8996',ssUrlPrefix + 'ch/IndividualInvestors/InvestmentInsight/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2309');
g_navNode_1_1_3_0=g_navNode_1_1_3.addNode('4101','\u6e96\u5099\u5c31\u7dd2 ',ssUrlPrefix + 'ch/IndividualInvestors/InvestmentInsight/MarketWatch/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_1_1_3_1=g_navNode_1_1_3.addNode('2309','\u6bcf\u9031\u56de\u9867',ssUrlPrefix + 'ch/IndividualInvestors/InvestmentInsight/WeekInView/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_3_2=g_navNode_1_1_3.addNode('2274','\u6bcf\u9031\u9ec3\u91d1\u5831\u544a',ssUrlPrefix + 'ch/IndividualInvestors/InvestmentInsight/WeeklyGoldReport/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_3_3=g_navNode_1_1_3.addNode('4410','\u71b1\u9580\u8b70\u984c',ssUrlPrefix + 'ch/IndividualInvestors/InvestmentInsight/BlackRockBullets/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_3_4=g_navNode_1_1_3.addNode('7761','\u74b0\u7403\u5e02\u6cc1\u8a55\u8ad6',ssUrlPrefix + 'ch/IndividualInvestors/InvestmentInsight/MarketVolatility/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_4=g_navNode_1_1.addNode('4075','\u6295\u8cc7\u9326\u56ca',ssUrlPrefix + 'ch/IndividualInvestors/Education/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4076');
g_navNode_1_1_4_0=g_navNode_1_1_4.addNode('4076','\u8c9d\u840a\u5fb7\u6295\u8cc7\u6307\u5357\u91dd',ssUrlPrefix + 'ch/IndividualInvestors/Education/InvestmentEncyclopedia/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_4_1=g_navNode_1_1_4.addNode('4522','\u8c9d\u840a\u5fb7\u767e\u79d1',ssUrlPrefix + 'ch/IndividualInvestors/Education/InvestmentQandA/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_5=g_navNode_1_1.addNode('2313','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/IndividualInvestors/Support/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_1_1_5_2=g_navNode_1_1_5.addNode('2318','\u95dc\u65bc\u8c9d\u840a\u5fb7',ssUrlPrefix + 'ch/IndividualInvestors/Support/AboutUs/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2319');
g_navNode_1_1_5_2_0=g_navNode_1_1_5_2.addNode('2319','\u6982\u89bd',ssUrlPrefix + 'ch/IndividualInvestors/Support/AboutUs/Overview/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_5_2_1=g_navNode_1_1_5_2.addNode('649','\u6295\u8cc7\u8005\u95dc\u4fc2',ssUrlPrefix + 'ch/IndividualInvestors/Support/AboutUs/InvestorRelations/index.htm','AlternateLogo==blkcnlogo.gif','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_1_5_2_2=g_navNode_1_1_5_2.addNode('2321','\u65b0\u805e\u4e2d\u5fc3',ssUrlPrefix + 'ch/IndividualInvestors/Support/AboutUs/Press/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==1952','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_5_2_3=g_navNode_1_1_5_2.addNode('2322','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/IndividualInvestors/Support/AboutUs/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_5_2_4=g_navNode_1_1_5_2.addNode('5676','iShare Exchange Traded Funds',ssUrlPrefix + 'ch/IndividualInvestors/Support/AboutUs/iShareExchangeTradedFunds/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_1_5_3=g_navNode_1_1_5.addNode('4491','\u8c9d\u840a\u5fb7\u734e\u9805',ssUrlPrefix + 'ch/IndividualInvestors/Support/Awards/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_5_4=g_navNode_1_1_5.addNode('2317','\u6295\u8cc7\u7b2c\u4e00\u6b65',ssUrlPrefix + 'ch/IndividualInvestors/Support/Howtoinvest/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_1_5_5=g_navNode_1_1_5.addNode('620','\u7db2\u7ad9\u652f\u63f4',ssUrlPrefix + 'ch/IndividualInvestors/Support/WebsiteSupport/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_1_2=g_navNode_1.addNode('2301','\u6a5f\u69cb\u6295\u8cc7\u8005',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','ShowClientLogin==TRUE','SiloName==7');
g_navNode_1_2_0=g_navNode_1_2.addNode('2605','\u6295\u8cc7\u65b9\u6848\u53ca\u7522\u54c1',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/InvestmentProductsandSolutions/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_1_2_1=g_navNode_1_2.addNode('516','\u6bcf\u9031\u56de\u9867',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/WeekInView/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_1_2_3=g_navNode_1_2.addNode('2381','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/Support/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_2_3_2=g_navNode_1_2_3.addNode('2386','\u6295\u8cc7\u8005\u95dc\u4fc2',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/Support/InvestorRelations/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_2_3_3=g_navNode_1_2_3.addNode('2387','\u65b0\u805e\u4e2d\u5fc3',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/Support/Press/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==1952','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_2_3_4=g_navNode_1_2_3.addNode('2604','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/Support/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','ProductRange==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_1_2_10=g_navNode_1_2.addNode('5646','Client Login Popup Help',ssUrlPrefix + 'ch/InstitutionalInvestorsOLD/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_1_3=g_navNode_1.addNode('8060','\u6a5f\u69cb\u6295\u8cc7\u8005 \x28\u53ea\u6709\u82f1\u6587\u7248\x29',ssUrlPrefix + 'ch/InstitutionalInvestors/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6970','SiloName==7');
g_navNode_1_4=g_navNode_1.addNode('2302','\u4e2d\u4ecb\u4eba',ssUrlPrefix + 'ch/Intermediaries/index.htm','AdditionalJavaScript==groups/globaltemplates/international/js/common.js','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d642,prices\x3d2440','xmlid==FC_10022009');
g_navNode_1_4_0=g_navNode_1_4.addNode('2389','\u57fa\u91d1\u520a\u7269',ssUrlPrefix + 'ch/Intermediaries/Literature/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_1_4_0_0=g_navNode_1_4_0.addNode('2395','\u57fa\u91d1\u6708\u5831',ssUrlPrefix + 'ch/Intermediaries/Literature/Factsheets/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2441','SortFields==xDocumentNickname Asc');
g_navNode_1_4_0_0_0=g_navNode_1_4_0_0.addNode('2441','\u80a1\u7968\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/Literature/Factsheets/EquityFunds/index.htm','AlternateLogo==blkcnlogo.gif','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_4_0_0_1=g_navNode_1_4_0_0.addNode('2442','\u50b5\u5238\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/Literature/Factsheets/BondFunds/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_4_0_0_2=g_navNode_1_4_0_0.addNode('2443','\u6df7\u5408\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/Literature/Factsheets/MixedFunds/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowRelResources==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_4_0_1=g_navNode_1_4_0.addNode('3963','\u57fa\u91d1\u53ca\u4f01\u696d\u8cc7\u6599',ssUrlPrefix + 'ch/Intermediaries/Literature/BrochuresAndSupportMaterials/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3964');
g_navNode_1_4_0_1_0=g_navNode_1_4_0_1.addNode('3964','\u57fa\u91d1\u8cc7\u6599',ssUrlPrefix + 'ch/Intermediaries/Literature/BrochuresAndSupportMaterials/FundMaterials/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  \x28xSubType \x3cmatches\x3e \x605\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6070\x60 \x3cOR\x3e xSubType \x3cmatches\x3e \x6073\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_1_4_0_1_1=g_navNode_1_4_0_1.addNode('3965','\u4f01\u696d\u8cc7\u6599',ssUrlPrefix + 'ch/Intermediaries/Literature/BrochuresAndSupportMaterials/CorporateMaterials/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6071\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowRelResources==TRUE');
g_navNode_1_4_0_2=g_navNode_1_4_0.addNode('2397','\u6cd5\u5f8b\u6587\u4ef6',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2448','ShowThirdLevelNav==TRUE');
g_navNode_1_4_0_2_0=g_navNode_1_4_0_2.addNode('2448','\u57fa\u91d1\u7ae0\u7a0b',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/Prospectuses/index.htm','AlternateLogo==blkcnlogo.gif','Query==dSecurityGroup \x3ccontains\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6026\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60 ','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_0_2_1=g_navNode_1_4_0_2.addNode('2449','\u57fa\u91d1\u5831\u544a',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/Reports/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_0_2_2=g_navNode_1_4_0_2.addNode('2450','\u8868\u683c',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/Forms/index.htm','AlternateLogo==blkcnlogo.gif','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_0_2_3=g_navNode_1_4_0_2.addNode('5058','\u80a1\u6771\u4fe1\u51fd',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/Shareholder/index.htm','Query==dSecurityGroup \x3ccontains\x3e \x60HongKongSite\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x60109\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60','ShowRelResources==TRUE','SubHeadingView==xDocumentNickname Asc');
g_navNode_1_4_0_2_4=g_navNode_1_4_0_2.addNode('7412','\u7522\u54c1\u8cc7\u6599\u6982\u8981',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/KeyFactStatements/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7413','ShowThirdLevelNav==TRUE');
g_navNode_1_4_0_2_4_0=g_navNode_1_4_0_2_4.addNode('7413','\u80a1\u7968\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/KeyFactStatements/EquityFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60zh-Hant\x60','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_4_0_2_4_1=g_navNode_1_4_0_2_4.addNode('7414','\u50b5\u5238\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/KeyFactStatements/BondFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60zh-Hant\x60','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_4_0_2_4_2=g_navNode_1_4_0_2_4.addNode('7415','\u6df7\u5408\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/Literature/Legaldocuments/KeyFactStatements/MixedFunds/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==8,1,2,3,4,5,6,7','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60HongKongSite\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x60157\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xLanguage \x3ccontains\x3e \x60zh-Hant\x60','ShowThirdLevelNav==TRUE','SortFields==xDescription Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_4_1=g_navNode_1_4.addNode('2390','\u57fa\u91d1\u8cc7\u6599\u5eab',ssUrlPrefix + 'ch/Intermediaries/FundCentre/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_1_4_1_0=g_navNode_1_4_1.addNode('2440','\u57fa\u91d1\u50f9\u683c',ssUrlPrefix + 'ch/Intermediaries/FundCentre/Prices/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','AlternateLogo==blkcnlogo.gif','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','ShowLeftColumn==FALSE','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10022009');
g_navNode_1_4_1_1=g_navNode_1_4_1.addNode('8248','\u300c\u82f1\u570b\u7533\u5831\u57fa\u91d1\u300d\u8cc7\u683c',ssUrlPrefix + 'ch/Intermediaries/FundCentre/BGFReportingFundStatus/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY//','ShowRelResources==TRUE','xmlid==FC_10022009');
g_navNode_1_4_1_2=g_navNode_1_4_1.addNode('5668','iShares\u4ea4\u6613\u6240\u8cb7\u8ce3\u57fa\u91d1\x28ETFs\x29 ',ssUrlPrefix + 'ch/Intermediaries/FundCentre/ETFs/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_4_1_3=g_navNode_1_4_1.addNode('2555','\u5de5\u5177',ssUrlPrefix + 'ch/Intermediaries/FundCentre/Tools/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_1_4_1_3_0=g_navNode_1_4_1_3.addNode('2556','\u904e\u5f80\u57fa\u91d1\u50f9\u683c',ssUrlPrefix + 'ch/Intermediaries/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','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE','TargetNodes==tool\x3d2556','xmlid==FC_10022008');
g_navNode_1_4_1_3_1=g_navNode_1_4_1_3.addNode('633','\u57fa\u91d1\u641c\u5c0b\u5668',ssUrlPrefix + 'ch/Intermediaries/FundCentre/Tools/FundFinder/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10022009');
g_navNode_1_4_1_3_2=g_navNode_1_4_1_3.addNode('635','\u8868\u73fe\u5716\u8868\u5de5\u5177',ssUrlPrefix + 'ch/Intermediaries/FundCentre/Tools/PerformanceTool/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','AlternateLogo==blkcnlogo.gif','xmlid==FC_10022008');
g_navNode_1_4_1_3_3=g_navNode_1_4_1_3.addNode('636','\u6295\u8cc7\u8a08\u7b97\u6a5f',ssUrlPrefix + 'ch/Intermediaries/FundCentre/Tools/eValuator/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10022009');
g_navNode_1_4_2=g_navNode_1_4.addNode('2396','\u7cbe\u9078\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','HideTabs==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6071\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6025\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x605\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60zh-Hant\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60hk\x60','RedirectURL==8187','ShowRelResources==TRUE');
g_navNode_1_4_2_0=g_navNode_1_4_2.addNode('8187','\u8c9d\u840a\u5fb7\u74b0\u7403\u8cc7\u7522\u914d\u7f6e\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/GA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8188');
g_navNode_1_4_2_0_0=g_navNode_1_4_2_0.addNode('8188','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/GA/Overview/index.htm','DoNotShowInNavigation==FALSE','HideRelResourcesTitle==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_2_2=g_navNode_1_4_2.addNode('7680','\u8c9d\u840a\u5fb7\u62c9\u4e01\u7f8e\u6d32\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/LA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7681','ShowRelResources==TRUE');
g_navNode_1_4_2_2_0=g_navNode_1_4_2_2.addNode('7681','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/LA/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2_2_1=g_navNode_1_4_2_2.addNode('7684','\u5229\u597d\u7684\u4eba\u53e3\u7d50\u69cb',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/LA/Demographics/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2_2_2=g_navNode_1_4_2_2.addNode('7685','\u5e02\u5834\u5feb\u8a0a',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/LA/MarketUpdates/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2_3=g_navNode_1_4_2.addNode('7221','\u8c9d\u840a\u5fb7\u4e16\u754c\u80fd\u6e90\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WE/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7222','ShowRelResources==TRUE');
g_navNode_1_4_2_3_0=g_navNode_1_4_2_3.addNode('7222','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2_3_1=g_navNode_1_4_2_3.addNode('7235','\u6709\u95dc\u520b\u7269',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2_3_2=g_navNode_1_4_2_3.addNode('7236','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WE/Contact_us/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2_4=g_navNode_1_4_2.addNode('7115','\u8c9d\u840a\u5fb7\u4e16\u754c\u8fb2\u696d\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7116');
g_navNode_1_4_2_4_0=g_navNode_1_4_2_4.addNode('7116','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WA/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_2_4_2=g_navNode_1_4_2_4.addNode('7309','\u4eba\u53e3\u589e\u9577',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WA/PopulationGrowth/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_2_4_3=g_navNode_1_4_2_4.addNode('7310','\u57ce\u5e02\u5316',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WA/Urbanisation/index.htm','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_2_4_4=g_navNode_1_4_2_4.addNode('7311','\u8ca1\u5bcc\u6548\u61c9',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WA/WealthEffect/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_2_4_5=g_navNode_1_4_2_4.addNode('7312','\u751f\u7269\u71c3\u6599\u751f\u7522',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/WA/BiofuelProduction/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_2_5=g_navNode_1_4_2.addNode('7156','\u8c9d\u840a\u5fb7\u65b0\u8208\u6b50\u6d32\u57fa\u91d1',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/EE/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7157');
g_navNode_1_4_2_5_0=g_navNode_1_4_2_5.addNode('7157','\u57fa\u91d1\u6982\u89bd',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/EE/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2_5_1=g_navNode_1_4_2_5.addNode('7158','\u6709\u95dc\u520b\u7269',ssUrlPrefix + 'ch/Intermediaries/FeaturedFunds/EE/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_3=g_navNode_1_4.addNode('2391','\u5e02\u5834\u8da8\u52e2',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2407');
g_navNode_1_4_3_0=g_navNode_1_4_3.addNode('4100','\u6e96\u5099\u5c31\u7dd2 ',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketWatch/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_1_4_3_1=g_navNode_1_4_3.addNode('2400','\u6bcf\u9031\u56de\u9867',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketViews/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2407');
g_navNode_1_4_3_1_0=g_navNode_1_4_3_1.addNode('2407','\u6bcf\u9031\u56de\u9867',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketViews/WeekInView/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_4_3_1_1=g_navNode_1_4_3_1.addNode('2409','\u74b0\u7403\u6295\u8cc7\u7b56\u7565\u67b6\u69cb',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketViews/GlobalStrategicFramework/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_4_3_1_2=g_navNode_1_4_3_1.addNode('2410','\u74b0\u7403\u884c\u696d\u53ca\u98a8\u683c\u5206\u6790',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketViews/GlobalSectorStyleAnalysis/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_4_3_1_3=g_navNode_1_4_3_1.addNode('2411','\u5e02\u5834\u5c55\u671b',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketViews/BobDolloutlooks/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_1_4_3_2=g_navNode_1_4_3.addNode('2408','\u6bcf\u9031\u9ec3\u91d1\u5831\u544a',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/WeeklyGoldReport/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_3_3=g_navNode_1_4_3.addNode('3984','\u5e02\u5834\u7126\u9ede',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketUpdate/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_1_4_3_4=g_navNode_1_4_3.addNode('2473','\u71b1\u9580\u8b70\u984c',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/BlackRockBullets/index.htm','AlternateLogo==blkcnlogo.gif','ShowRelResources==TRUE');
g_navNode_1_4_3_7=g_navNode_1_4_3.addNode('7983','\u74b0\u7403\u5e02\u6cc1\u8a55\u8ad6',ssUrlPrefix + 'ch/Intermediaries/InvestmentInsight/MarketVolatility/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_4=g_navNode_1_4.addNode('4078','\u6295\u8cc7\u9326\u56ca',ssUrlPrefix + 'ch/Intermediaries/Education/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4079');
g_navNode_1_4_4_0=g_navNode_1_4_4.addNode('4079','\u8c9d\u840a\u5fb7\u6295\u8cc7\u6307\u5357\u91dd',ssUrlPrefix + 'ch/Intermediaries/Education/InvestmentEncyclopedia/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_4_2=g_navNode_1_4_4.addNode('4523','\u8c9d\u840a\u5fb7\u767e\u79d1',ssUrlPrefix + 'ch/Intermediaries/Education/InvestmentQandA/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_5=g_navNode_1_4.addNode('2392','\u4e92\u52d5\u5a92\u9ad4',ssUrlPrefix + 'ch/Intermediaries/Multi-media/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','RedirectURL==2413');
g_navNode_1_4_5_0=g_navNode_1_4_5.addNode('2412','\u8996\u50cf\u5ee3\u64ad',ssUrlPrefix + 'ch/Intermediaries/Multi-media/WebCasts2/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE');
g_navNode_1_4_5_1=g_navNode_1_4_5.addNode('2413','\u8996\u50cf\u5ee3\u64ad',ssUrlPrefix + 'ch/Intermediaries/Multi-media/WebCasts/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_6=g_navNode_1_4.addNode('2393','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/Intermediaries/Support/index.htm','AlternateLogo==blkcnlogo.gif');
g_navNode_1_4_6_0=g_navNode_1_4_6.addNode('2418','\u95dc\u65bc\u8c9d\u840a\u5fb7',ssUrlPrefix + 'ch/Intermediaries/Support/AboutUs/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==2419','ShowThirdLevelNav==TRUE');
g_navNode_1_4_6_0_2=g_navNode_1_4_6_0.addNode('2421','\u65b0\u805e\u4e2d\u5fc3',ssUrlPrefix + 'ch/Intermediaries/Support/AboutUs/Press/index.htm','AlternateLogo==blkcnlogo.gif','RedirectURL==1952','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_4_6_0_3=g_navNode_1_4_6_0.addNode('2422','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/Intermediaries/Support/AboutUs/ContactUs/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_4_6_1=g_navNode_1_4_6.addNode('4492','\u8c9d\u840a\u5fb7\u734e\u9805',ssUrlPrefix + 'ch/Intermediaries/Support/Awards/index.htm','AlternateLogo==blkcnlogo.gif','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_6_2=g_navNode_1_4_6.addNode('2416','\u6295\u8cc7\u7b2c\u4e00\u6b65',ssUrlPrefix + 'ch/Intermediaries/Support/Howtoinvest/index.htm','AlternateLogo==blkcnlogo.gif','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_6_3=g_navNode_1_4_6.addNode('520','\u7db2\u7ad9\u652f\u63f4',ssUrlPrefix + 'ch/Intermediaries/Support/WebsiteSupport/index.htm','AlternateLogo==blkcnlogo.gif','ShowFundFinder==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_1_5=g_navNode_1.addNode('7808','\u8ca8\u5e63\u7ba1\u7406',ssUrlPrefix + 'ch/Cash/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==FALSE','SiloName==Cash');
g_navNode_1_5_0=g_navNode_1_5.addNode('7809','\u6295\u8cc7\u65b9\u6848\u53ca\u7522\u54c1',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/index.htm');
g_navNode_1_5_0_0=g_navNode_1_5_0.addNode('7810','\u653f\u5e9c\uff0f\u570b\u5eab\u50b5\u5238\u57fa\u91d1',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/GovernmentTreasuryFunds/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_1=g_navNode_1_5_0.addNode('7811','Institutional Liquidity Funds',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_1_0=g_navNode_1_5_0_1.addNode('7812','Institutional Euro Fund',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalEuroFund/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_1_1=g_navNode_1_5_0_1.addNode('7813','Institutional Sterling Fund',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalSterlingFund/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_1_2=g_navNode_1_5_0_1.addNode('7814','Institutional US Dollar Fund',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalUSDollarFund/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_2=g_navNode_1_5_0.addNode('7815','Institutional Ultra Short Bond Funds',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_2_0=g_navNode_1_5_0_2.addNode('7816','Institutional Euro Plus Fund',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/InstitutionalEuroPlusFund/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_2_1=g_navNode_1_5_0_2.addNode('7817','Institutional Sterling Plus Fund',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/InstitutionalSterlingPlusFund/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_2_2=g_navNode_1_5_0_2.addNode('7818','Institutional US Dollar Plus Fund',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/InstitutionalUltraShortBondFunds/InstitutionalUSDollarPlusFund/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_3=g_navNode_1_5_0.addNode('7819','\u57fa\u91d1\u5047\u671f',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/FundHolidays/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_0_4=g_navNode_1_5_0.addNode('7820','\u6cd5\u5f8b\u6587\u4ef6',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/DocumentLibrary/index.htm','RedirectURL==7821','SubHeadingView== ');
g_navNode_1_5_0_4_0=g_navNode_1_5_0_4.addNode('7821','\u57fa\u91d1\u6708\u5831',ssUrlPrefix + 'ch/Cash/SolutionsandProducts/DocumentLibrary/FundFactsheets/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x606\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SubHeadingMetadataField==xRegion');
g_navNode_1_5_1=g_navNode_1_5.addNode('7823','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/Cash/ContactUs/index.htm','RedirectURL==7824');
g_navNode_1_5_1_0=g_navNode_1_5_1.addNode('7824','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/Cash/ContactUs/ContactUs/index.htm','ShowRelResources==FALSE');
g_navNode_1_5_2=g_navNode_1_5.addNode('7825','\u4f7f\u7528\u689d\u6b3e',ssUrlPrefix + 'ch/Cash/Term-of-use/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_6=g_navNode_1.addNode('1597','\u5408\u898f\u8072\u660e',ssUrlPrefix + 'ch/CompliancePageCn/index.htm','AlternateLogoHeight==140','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_1_9=g_navNode_1.addNode('3322','em-short-duration-bond',ssUrlPrefix + 'ch/em-short-duration-bond/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE');
g_navNode_1_10=g_navNode_1.addNode('4245','Local Content',ssUrlPrefix + 'ch/LocalContent/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_1_11=g_navNode_1.addNode('5681','Local Content2',ssUrlPrefix + 'ch/LocalContent2/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_1_14=g_navNode_1.addNode('8335','ecard',ssUrlPrefix + 'ch/ecard/index.htm','AlternatePageTitle==Chinese New Year Greetings from BlackRock','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_6=g_navNode_Root.addNode('662','Translation Tester',ssUrlPrefix + 'TranslationTester/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','Language==cn_hk');
g_navNode_7=g_navNode_Root.addNode('1891','china',ssUrlPrefix + 'china-old/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//blackrock.ogilvy.com.hk/china/');
g_navNode_9=g_navNode_Root.addNode('2839','ecard',ssUrlPrefix + 'ecard/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE');
g_navNode_9_0=g_navNode_9.addNode('2840','001',ssUrlPrefix + 'ecard/001/index.htm','RedirectURL==http\x3a//www.blackrock.com.hk/content/groups/hongkongsite/documents/web_content/blk052504.html');
g_navNode_9_1=g_navNode_9.addNode('2843','01',ssUrlPrefix + 'ecard/01/index.htm');
g_navNode_9_2=g_navNode_9.addNode('5198','Mid Autumn Festival Card',ssUrlPrefix + 'ecard/midautumn/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_9_3=g_navNode_9.addNode('5940','2010',ssUrlPrefix + 'ecard/2010/index.htm');
g_navNode_10=g_navNode_Root.addNode('4942','News - English',ssUrlPrefix + 'News/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','Language==en','RedirectURL==4939');
g_navNode_10_0=g_navNode_10.addNode('4939','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_11=g_navNode_Root.addNode('4946','News - Chinese',ssUrlPrefix + 'News-Chinese/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','Language==cn_hk','RedirectURL==4940');
g_navNode_11_0=g_navNode_11.addNode('4940','Press Release',ssUrlPrefix + 'News-Chinese/PressRelease/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_12=g_navNode_Root.addNode('5181','apei',ssUrlPrefix + 'apei/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE');
g_navNode_13=g_navNode_Root.addNode('6440','Asia Tiger Bond Fund',ssUrlPrefix + 'atb/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/atb/en/index.htm?cmp\x3datb2010\x26chn\x3doffline\x26c\x3dprint');
g_navNode_13_0=g_navNode_13.addNode('6441','EN',ssUrlPrefix + 'atb/EN/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_13_1=g_navNode_13.addNode('6442','CH',ssUrlPrefix + 'atb/CH/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_13_2=g_navNode_13.addNode('6514','test',ssUrlPrefix + 'atb/test/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css','AdditionalJavaScript==groups/globaltemplates/international/js/unica_01.js');
g_navNode_14=g_navNode_Root.addNode('6570','China Fund',ssUrlPrefix + 'china/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','RedirectURL==6571');
g_navNode_14_0=g_navNode_14.addNode('6571','EN',ssUrlPrefix + 'china/EN/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_14_1=g_navNode_14.addNode('6572','CH',ssUrlPrefix + 'china/CH/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_15=g_navNode_Root.addNode('6619','Latam Fund',ssUrlPrefix + 'Latam/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','RedirectURL==6620');
g_navNode_15_0=g_navNode_15.addNode('6620','EN',ssUrlPrefix + 'Latam/EN/index.htm','AdditionalCSS==roups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_15_1=g_navNode_15.addNode('6621','CH',ssUrlPrefix + 'Latam/CH/index.htm','AdditionalCSS==roups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_16=g_navNode_Root.addNode('6521','Thank You',ssUrlPrefix + 'ThankYou/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','HideTabs==TRUE','NotComplianceProtected==TRUE');
g_navNode_17=g_navNode_Root.addNode('6651','ChinaLatam',ssUrlPrefix + 'chinalatam/index.htm','AlternateLogoHeight==140','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/chinalatam/en/index.htm?cmp\x3dChinaLatAmHK\x26chn\x3dBA');
g_navNode_17_0=g_navNode_17.addNode('6652','en',ssUrlPrefix + 'chinalatam/en/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_17_0_0=g_navNode_17_0.addNode('6655','multimedia',ssUrlPrefix + 'chinalatam/en/multimedia/index.htm');
g_navNode_17_0_0_0=g_navNode_17_0_0.addNode('6659','will-landers',ssUrlPrefix + 'chinalatam/en/multimedia/will-landers/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_17_0_0_1=g_navNode_17_0_0.addNode('6660','jing-ning',ssUrlPrefix + 'chinalatam/en/multimedia/jing-ning/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_17_0_0_2=g_navNode_17_0_0.addNode('6722','sim-diff-china-latam',ssUrlPrefix + 'chinalatam/en/multimedia/sim-diff-china-latam/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_17_1=g_navNode_17.addNode('6657','ch',ssUrlPrefix + 'chinalatam/ch/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css');
g_navNode_17_1_0=g_navNode_17_1.addNode('6661','multimedia',ssUrlPrefix + 'chinalatam/ch/multimedia/index.htm');
g_navNode_17_1_0_0=g_navNode_17_1_0.addNode('6662','will-landers',ssUrlPrefix + 'chinalatam/ch/multimedia/will-landers/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_17_1_0_1=g_navNode_17_1_0.addNode('6663','jing-ning',ssUrlPrefix + 'chinalatam/ch/multimedia/jing-ning/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_18=g_navNode_Root.addNode('6935','EE',ssUrlPrefix + 'EE/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/EE/En/index.htm?cmp\x3dEE\x26chn\x3doffline');
g_navNode_18_0=g_navNode_18.addNode('6936','En',ssUrlPrefix + 'EE/En/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_18_1=g_navNode_18.addNode('6937','Ch',ssUrlPrefix + 'EE/Ch/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_19=g_navNode_Root.addNode('7100','WA',ssUrlPrefix + 'WA/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/en/IndividualInvestors/FeaturedFunds/WA/Overview/index.htm?cmp\x3dWA\x26chn\x3doffline\x26c\x3dflipbook_eng');
g_navNode_19_0=g_navNode_19.addNode('7348','eDM Template',ssUrlPrefix + 'WA/eDMTemplate/index.htm');
g_navNode_19_1=g_navNode_19.addNode('7361','eDM-week2',ssUrlPrefix + 'WA/eDM-week2/index.htm');
g_navNode_19_2=g_navNode_19.addNode('7387','eDM-week3',ssUrlPrefix + 'WA/eDM-week3/index.htm');
g_navNode_19_3=g_navNode_19.addNode('7407','eDM-week4',ssUrlPrefix + 'WA/eDM-week4/index.htm');
g_navNode_20=g_navNode_Root.addNode('7267','WAC',ssUrlPrefix + 'WAC/index.htm','DoNotShowInSitemap==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WA/Overview/index.htm?cmp\x3dWA\x26chn\x3doffline\x26c\x3dflipbook_chi');
g_navNode_21=g_navNode_Root.addNode('7268','WAS',ssUrlPrefix + 'WAS/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/en/IndividualInvestors/FeaturedFunds/WA/Overview/index.htm?cmp\x3dWA\x26chn\x3dkeywords\x26c\x3dEN');
g_navNode_22=g_navNode_Root.addNode('7269','WA_SC',ssUrlPrefix + 'WA_SC/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WA/Overview/index.htm?cmp\x3dWA\x26chn\x3dkeywords\x26c\x3dCN');
g_navNode_23=g_navNode_Root.addNode('7371','WA_SC2',ssUrlPrefix + 'WA_SC2/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/en/IndividualInvestors/FeaturedFunds/WA/Overview/index.htm?cmp\x3dWA\x26chn\x3dkeywords\x26c\x3den');
g_navNode_24=g_navNode_Root.addNode('7246','WE',ssUrlPrefix + 'WE/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3dadwords\x26c\x3dgoogleYahoo');
g_navNode_24_0=g_navNode_24.addNode('7251','WE_Email',ssUrlPrefix + 'WE/WE_Email/index.htm');
g_navNode_24_1=g_navNode_24.addNode('7256','WE weekly 2',ssUrlPrefix + 'WE/WE_Email_2/index.htm');
g_navNode_24_2=g_navNode_24.addNode('7265','We Weekly 3',ssUrlPrefix + 'WE/WeWeekly3/index.htm');
g_navNode_24_3=g_navNode_24.addNode('7266',' We Weekly 4',ssUrlPrefix + 'WE/Weweekly4/index.htm');
g_navNode_25=g_navNode_Root.addNode('7247','WE11',ssUrlPrefix + 'WE11/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/en/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3dadwords\x26c\x3dgoogleYahoo');
g_navNode_26=g_navNode_Root.addNode('7234','we1',ssUrlPrefix + 'we1/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dAppleDaily');
g_navNode_27=g_navNode_Root.addNode('7237','we2',ssUrlPrefix + 'we2/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dOrientalDaily');
g_navNode_28=g_navNode_Root.addNode('7238','we3',ssUrlPrefix + 'we3/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dHeadlineDaily');
g_navNode_29=g_navNode_Root.addNode('7239','we4',ssUrlPrefix + 'we4/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dHKEJ');
g_navNode_30=g_navNode_Root.addNode('7240','we5',ssUrlPrefix + 'we5/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dHKET');
g_navNode_31=g_navNode_Root.addNode('7241','we6',ssUrlPrefix + 'we6/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/en/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dSCMP');
g_navNode_32=g_navNode_Root.addNode('7242','we7',ssUrlPrefix + 'we7/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dMingPao');
g_navNode_33=g_navNode_Root.addNode('7243','we8',ssUrlPrefix + 'we8/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3diMoney');
g_navNode_34=g_navNode_Root.addNode('7244','we9',ssUrlPrefix + 'we9/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dSingTaoInvesment');
g_navNode_35=g_navNode_Root.addNode('7245','we10',ssUrlPrefix + 'we10/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/ch/IndividualInvestors/FeaturedFunds/WE/Overview/index.htm?cmp\x3dWE\x26chn\x3doffline\x26c\x3dMoneyTimes');
g_navNode_36=g_navNode_Root.addNode('7346','multimedia',ssUrlPrefix + 'multimedia/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_36_0=g_navNode_36.addNode('7347','player',ssUrlPrefix + 'multimedia/player/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_36_0_0=g_navNode_36_0.addNode('7353','world-agriculture',ssUrlPrefix + 'multimedia/player/world-agriculture/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_37=g_navNode_Root.addNode('7495','KFS',ssUrlPrefix + 'KFS/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7496');
g_navNode_37_0=g_navNode_37.addNode('7496','English',ssUrlPrefix + 'KFS/English/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7498','ShowThirdLevelNav==TRUE');
g_navNode_37_0_0=g_navNode_37_0.addNode('7498','Individual',ssUrlPrefix + 'KFS/English/Individual/index.htm','RedirectURL==7402','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_37_0_1=g_navNode_37_0.addNode('7499','Intermediaries',ssUrlPrefix + 'KFS/English/Intermediaries/index.htm','RedirectURL==7398','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_37_1=g_navNode_37.addNode('7497','Chinese',ssUrlPrefix + 'KFS/Chinese/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7500','ShowThirdLevelNav==TRUE');
g_navNode_37_1_0=g_navNode_37_1.addNode('7500','Individual',ssUrlPrefix + 'KFS/Chinese/Individual/index.htm','RedirectURL==7408','ShowThirdLevelNav==TRUE');
g_navNode_37_1_1=g_navNode_37_1.addNode('7501','Intermediaries',ssUrlPrefix + 'KFS/Chinese/Intermediaries/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_39=g_navNode_Root.addNode('8062','institutional',ssUrlPrefix + 'institutional/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/en/InstitutionalInvestors/index.htm?cmp\x3dvanity\x26chn\x3dVANITY\x26c\x3dinstinvestors');
g_navNode_40=g_navNode_Root.addNode('8083','cash',ssUrlPrefix + 'cash/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrock.com.hk/en/Cash/index.htm?cmp\x3dvanity\x26chn\x3dVANITY\x26c\x3dcash');
g_navNode_41=g_navNode_Root.addNode('8209','Survey',ssUrlPrefix + 'Survey/index.htm','DoNotShowInNavigation==TRUE');

