/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('1','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css','AnalyticsCode==UA-11755189-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"vSsreSYDQ9pgARZIfiFvMIn92183d_mDAJmuwQzrYi4\" /\x3e','Language==en','NotComplianceProtected==TRUE','OmnitureID==blkch-prod','RedirectURL==2915','ShowLeftColumn==FALSE','StartDivID==LandingPage','TrackingCookieCampaign==7419','TrackingCookieVendor==serving-sys','UnicaID==blk\x3ach','WideColumnMiddle==FALSE');
g_navNode_0=g_navNode_Root.addNode('2915','English',ssUrlPrefix + 'se/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AlternateLogo==blklogo.gif','ComplianceNodeId==1597','DisplayDateFormat==dd/MM/yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"vSsreSYDQ9pgARZIfiFvMIn92183d_mDAJmuwQzrYi4\" /\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==5032','NotComplianceProtected==TRUE','StartDivID==LandingPage','contributorOnly==FALSE','iShareHome==Y');
g_navNode_0_0=g_navNode_0.addNode('95','About Us',ssUrlPrefix + 'se/AboutUs/index.htm','RedirectURL==4','ShowLeftColumn==FALSE','SiloName==AboutUs');
g_navNode_0_0_1=g_navNode_0_0.addNode('4','Investor Relations',ssUrlPrefix + 'se/AboutUs/InvestorRelations/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_0_2=g_navNode_0_0.addNode('5','Press',ssUrlPrefix + 'se/AboutUs/Press/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_0_3=g_navNode_0_0.addNode('6','Careers',ssUrlPrefix + 'se/AboutUs/Careers/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_0_4=g_navNode_0_0.addNode('200','Contact Us',ssUrlPrefix + 'se/AboutUs/ContactUs/index.htm','ShowLeftColumn==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_0_5=g_navNode_0_0.addNode('201','Legal Information',ssUrlPrefix + 'se/AboutUs/LegalInformation/index.htm','AdditionalCSS==/content02/groups/globaltemplates/documents/web_asset/blkinternet_new.css','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_0_6=g_navNode_0_0.addNode('202','Privacy Statement',ssUrlPrefix + 'se/AboutUs/PrivacyStatement/index.htm','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_1=g_navNode_0.addNode('96','Banks \x26 Intermediaries',ssUrlPrefix + 'se/Intermediaries/index.htm','AlternateLogo==blklogo.gif','HideLiteratureFinder==FALSE','SearchNodeId==127','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d1610,prices\x3d191','xmlid==FC_12204');
g_navNode_0_1_0=g_navNode_0_1.addNode('6186','Literature',ssUrlPrefix + 'se/Intermediaries/Literature/index.htm','RedirectURL==137');
g_navNode_0_1_0_0=g_navNode_0_1_0.addNode('137','Factsheets',ssUrlPrefix + 'se/Intermediaries/Literature/Factssheets/index.htm','RedirectURL==140','ShowRelResources==TRUE');
g_navNode_0_1_0_0_0=g_navNode_0_1_0_0.addNode('140','Equity funds',ssUrlPrefix + 'se/Intermediaries/Literature/Factssheets/Equityfunds/index.htm','HideTabs==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\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 \x3ccontains\x3e \\x27en-gb\\x27 \x3cAND\x3e xProductGroup \x3ccontains\x3e \\x276\\x27','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_1_0_0_1=g_navNode_0_1_0_0.addNode('139','Bond funds',ssUrlPrefix + 'se/Intermediaries/Literature/Factssheets/Bondfunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60en-gb\x60\x3cAND\x3e xWebsites \x3ccontains\x3e \x60ch\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_1_0_0_2=g_navNode_0_1_0_0.addNode('141','Mixed funds',ssUrlPrefix + 'se/Intermediaries/Literature/Factssheets/Mixedfunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60en-gb\x60\x3cAND\x3e xWebsites \x3ccontains\x3e \x60ch\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_1_0_1=g_navNode_0_1_0.addNode('138','Legal Documents',ssUrlPrefix + 'se/Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==86');
g_navNode_0_1_0_1_0=g_navNode_0_1_0_1.addNode('86','Prospectuses',ssUrlPrefix + 'se/Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60en-gb\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_1_0_1_1=g_navNode_0_1_0_1.addNode('89','Reports',ssUrlPrefix + 'se/Intermediaries/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60en-gb\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6029\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_1_2=g_navNode_0_1.addNode('124','Fund Centre',ssUrlPrefix + 'se/Intermediaries/FundCentre/index.htm');
g_navNode_0_1_2_0=g_navNode_0_1_2.addNode('191','Prices',ssUrlPrefix + 'se/Intermediaries/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','RedirectURL==1612','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_1_2_0_0=g_navNode_0_1_2_0.addNode('1612','BGF',ssUrlPrefix + 'se/Intermediaries/FundCentre/Prices/BGF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_1_2_0_1=g_navNode_0_1_2_0.addNode('1613','BGF Distributor Status',ssUrlPrefix + 'se/Intermediaries/FundCentre/Prices/BGFDistributorStatus/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN//','RedirectURL==191','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_1_2_0_2=g_navNode_0_1_2_0.addNode('2045','BSF',ssUrlPrefix + 'se/Intermediaries/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_1_2_1=g_navNode_0_1_2.addNode('192','Tools',ssUrlPrefix + 'se/Intermediaries/FundCentre/Tools/index.htm');
g_navNode_0_1_2_1_0=g_navNode_0_1_2_1.addNode('193','Fund Finder',ssUrlPrefix + 'se/Intermediaries/FundCentre/Tools/FundFinder/index.htm','HideTabs==TRUE','ShowLeftColumn==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12204');
g_navNode_0_1_2_1_1=g_navNode_0_1_2_1.addNode('194','Historical Prices',ssUrlPrefix + 'se/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','ShowLeftColumn==TRUE','TargetNodes==tool\x3d194','xmlid==FC_12203');
g_navNode_0_1_2_1_2=g_navNode_0_1_2_1.addNode('195','Charting Tool',ssUrlPrefix + 'se/Intermediaries/FundCentre/Tools/ChartingTool/index.htm','ShowLeftColumn==TRUE');
g_navNode_0_1_2_1_3=g_navNode_0_1_2_1.addNode('197','Performance Tool',ssUrlPrefix + 'se/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','ShowLeftColumn==TRUE','TargetNodes==tool\x3d197','xmlid==FC_12203');
g_navNode_0_1_2_1_4=g_navNode_0_1_2_1.addNode('198','eValuator',ssUrlPrefix + 'se/Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_2_2=g_navNode_0_1_2.addNode('5654','ETFs',ssUrlPrefix + 'se/Intermediaries/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_0_1_3=g_navNode_0_1.addNode('125','Investment Insight',ssUrlPrefix + 'se/Intermediaries/InvestmentInsight/index.htm');
g_navNode_0_1_3_0=g_navNode_0_1_3.addNode('91','Market Views',ssUrlPrefix + 'se/Intermediaries/InvestmentInsight/MarketViews/index.htm','RedirectURL==115','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_3_0_0=g_navNode_0_1_3_0.addNode('115','Week in View',ssUrlPrefix + 'se/Intermediaries/InvestmentInsight/MarketViews/WeekinView/index.htm','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_3_0_2=g_navNode_0_1_3_0.addNode('144','Global Strategic Framework',ssUrlPrefix + 'se/Intermediaries/InvestmentInsight/MarketViews/GlobalStrategicFramework/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_3_0_3=g_navNode_0_1_3_0.addNode('145','Global Sector \x26 Style Analysis',ssUrlPrefix + 'se/Intermediaries/InvestmentInsight/MarketViews/GlobalSectorStyleAnalysis/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_3_1=g_navNode_0_1_3.addNode('92','Investment Focus',ssUrlPrefix + 'se/Intermediaries/InvestmentInsight/InvestmentFocus/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_1_3_3=g_navNode_0_1_3.addNode('149','BlackRock Bullets',ssUrlPrefix + 'se/Intermediaries/InvestmentInsight/BlackRockBullets/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_1_4=g_navNode_0_1.addNode('126','Multimedia',ssUrlPrefix + 'se/Intermediaries/Multi-media/index.htm','RedirectURL==148');
g_navNode_0_1_4_2=g_navNode_0_1_4.addNode('1998','Conference Calls',ssUrlPrefix + 'se/Intermediaries/Multi-media/ConferenceCalls/index.htm');
g_navNode_0_1_5=g_navNode_0_1.addNode('122','Support',ssUrlPrefix + 'se/Intermediaries/Support/index.htm');
g_navNode_0_1_5_0=g_navNode_0_1_5.addNode('128','FAQ',ssUrlPrefix + 'se/Intermediaries/Support/FAQs/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_5_1=g_navNode_0_1_5.addNode('1484','Glossary',ssUrlPrefix + 'se/Intermediaries/Support/Glossary/index.htm','RedirectURL==1485');
g_navNode_0_1_5_1_0=g_navNode_0_1_5_1.addNode('1485','A-F',ssUrlPrefix + 'se/Intermediaries/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_5_1_1=g_navNode_0_1_5_1.addNode('1486','G-L',ssUrlPrefix + 'se/Intermediaries/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_5_1_2=g_navNode_0_1_5_1.addNode('1487','M-R',ssUrlPrefix + 'se/Intermediaries/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_5_1_3=g_navNode_0_1_5_1.addNode('1488','S-Z',ssUrlPrefix + 'se/Intermediaries/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_5_2=g_navNode_0_1_5.addNode('129','How To Invest',ssUrlPrefix + 'se/Intermediaries/Support/HowToInvest/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_1_5_3=g_navNode_0_1_5.addNode('131','About Us',ssUrlPrefix + 'se/Intermediaries/Support/AboutUs/index.htm','RedirectURL==132','ShowLeftColumn==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_1_5_3_1=g_navNode_0_1_5_3.addNode('132','Investor Relations',ssUrlPrefix + 'se/Intermediaries/Support/AboutUs/InvestorRelations/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_3_2=g_navNode_0_1_5_3.addNode('133','Press',ssUrlPrefix + 'se/Intermediaries/Support/AboutUs/Press/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_3_3=g_navNode_0_1_5_3.addNode('134','Careers',ssUrlPrefix + 'se/Intermediaries/Support/AboutUs/Careers/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_3_4=g_navNode_0_1_5_3.addNode('135','Contact Us',ssUrlPrefix + 'se/Intermediaries/Support/AboutUs/ContactUs/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_1_5_4=g_navNode_0_1_5.addNode('1600','Website Support',ssUrlPrefix + 'se/Intermediaries/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_5_5=g_navNode_0_1_5.addNode('127','Search',ssUrlPrefix + 'se/Intermediaries/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60SwissSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60GermanSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60FrenchSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60UKSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60InternationalSite\x60','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_12204');
g_navNode_0_1_5_5_0=g_navNode_0_1_5_5.addNode('199','Search Help',ssUrlPrefix + 'se/Intermediaries/Support/Search/SearchHelp/index.htm','ShowRelResources==TRUE');
g_navNode_0_3=g_navNode_0.addNode('59','Institutional Investors',ssUrlPrefix + 'se/InstitutionalInvestors/index.htm','IsSiloHome==TRUE','ShowClientLogin==TRUE','ShowFundFinder==FALSE','ShowRelResources==FALSE','SiloName==7','TargetNodes==eValuator\x3d3246,prices\x3d3152','WideColumnMiddle==TRUE','xmlid==FC_12204');
g_navNode_0_3_0=g_navNode_0_3.addNode('5568','Solutions and Capabilities',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0=g_navNode_0_3_0.addNode('5569','Investment Solutions and Services',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/index.htm','RedirectURL==5570');
g_navNode_0_3_0_0_0=g_navNode_0_3_0_0.addNode('5570','BMACS',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_0=g_navNode_0_3_0_0_0.addNode('5571','Advisory Services',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','RedirectURL==5572','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_0_0=g_navNode_0_3_0_0_0_0.addNode('5572','Strategic Advice ',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_0_1=g_navNode_0_3_0_0_0_0.addNode('5573','Liability-Driven Investing \x28LDI\x29 ',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_0_2=g_navNode_0_3_0_0_0_0.addNode('5574','Journey Management ',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_1=g_navNode_0_3_0_0_0.addNode('5575','Solutions',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==5578','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_1_0=g_navNode_0_3_0_0_0_1.addNode('5578','Fiduciary Management',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/FiduciaryManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_1_1=g_navNode_0_3_0_0_0_1.addNode('5579','Liability-Driven Investing',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2=g_navNode_0_3_0_0_0.addNode('5583','Investment Strategies',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==5584','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_0=g_navNode_0_3_0_0_0_2.addNode('5584','DDG',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_1=g_navNode_0_3_0_0_0_2.addNode('5585','Funds of Alternatives',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_2=g_navNode_0_3_0_0_0_2.addNode('5586','Global Macro Hedge Fund',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_3=g_navNode_0_3_0_0_0_2.addNode('5588','Hedged Equity',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_4=g_navNode_0_3_0_0_0_2.addNode('5589','Market Advantage',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_5=g_navNode_0_3_0_0_0_2.addNode('5590','MuSt',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/Multi-StrategyFundMuSt/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_6=g_navNode_0_3_0_0_0_2.addNode('5591','Target Date \x28LifePath\x29',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_0_2_7=g_navNode_0_3_0_0_0_2.addNode('5592','Target Risk and Relative Return',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_1=g_navNode_0_3_0_0.addNode('5593','Fiduciary Management',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/Fiduciary/index.htm','RedirectURL==5578','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_2=g_navNode_0_3_0_0.addNode('5594','BlackRock Solutions\xae',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_3=g_navNode_0_3_0_0.addNode('5595','Transition Management',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_3_0=g_navNode_0_3_0_0_3.addNode('5596','Products',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5597');
g_navNode_0_3_0_0_3_0_0=g_navNode_0_3_0_0_3_0.addNode('5597','Service Offering',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_0_5=g_navNode_0_3_0_0.addNode('5599','Securities Lending',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_1=g_navNode_0_3_0.addNode('5500','Investment Capabilities',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/index.htm','RedirectURL==5501','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_1_0=g_navNode_0_3_0_1.addNode('5501','Equities',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_1_1=g_navNode_0_3_0_1.addNode('5502','Fixed Income',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_1_2=g_navNode_0_3_0_1.addNode('5532','Alternative Investments',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_1_3=g_navNode_0_3_0_1.addNode('5503','Cash Management',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/CashManagement/index.htm','RedirectURL==4802','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_0_1_4=g_navNode_0_3_0_1.addNode('5558','Indexing',ssUrlPrefix + 'se/InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_2=g_navNode_0_3.addNode('208','Investment Insight',ssUrlPrefix + 'se/InstitutionalInvestors/InvestmentInsight/index.htm','RedirectURL==209');
g_navNode_0_3_2_0=g_navNode_0_3_2.addNode('3029','Market Views',ssUrlPrefix + 'se/InstitutionalInvestors/InvestmentInsight/MarketView/index.htm','RedirectURL==209','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_2_0_0=g_navNode_0_3_2_0.addNode('209','Week In View',ssUrlPrefix + 'se/InstitutionalInvestors/InvestmentInsight/MarketView/InvestmentWeek/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_2_0_2=g_navNode_0_3_2_0.addNode('3031','Global Strategic Framework',ssUrlPrefix + 'se/InstitutionalInvestors/InvestmentInsight/MarketView/GlobalStrategicFramework/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_0_3_2_0_3=g_navNode_0_3_2_0.addNode('3032','Global Sector \x26 Style Analysis',ssUrlPrefix + 'se/InstitutionalInvestors/InvestmentInsight/MarketView/globalSectorStyleAnalysis/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_0_3_2_1=g_navNode_0_3_2.addNode('3025','Investment Focus',ssUrlPrefix + 'se/InstitutionalInvestors/InvestmentInsight/StrategyFramework/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_2_3=g_navNode_0_3_2.addNode('3027','BlackRock Bullets',ssUrlPrefix + 'se/InstitutionalInvestors/InvestmentInsight/GlobalSectorStyleAnalysis/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_4=g_navNode_0_3.addNode('3279','Fund Centre',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/index.htm');
g_navNode_0_3_4_0=g_navNode_0_3_4.addNode('3280','Prices',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','RedirectURL==3282','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_3_4_0_0=g_navNode_0_3_4_0.addNode('3282','BGF',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Prices/BGF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','RedirectURL==191','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_3_4_0_1=g_navNode_0_3_4_0.addNode('3283','BGF  Distributor Status',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Prices/BGFDistributorStatus/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_3_4_0_2=g_navNode_0_3_4_0.addNode('3284','BSF',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dfalse//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_3_4_0_3=g_navNode_0_3_4_0.addNode('5772','ETFs',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Prices/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_0_3_4_1=g_navNode_0_3_4.addNode('3281','Tools',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Tools/index.htm');
g_navNode_0_3_4_1_0=g_navNode_0_3_4_1.addNode('3285','Fund Finder',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Tools/FundFinder/index.htm','HideTabs==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12204');
g_navNode_0_3_4_1_1=g_navNode_0_3_4_1.addNode('3286','Historical Prices',ssUrlPrefix + 'se/InstitutionalInvestors/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','TargetNodes==tool\x3d194','WideColumnMiddle==FALSE','xmlid==FC_12203');
g_navNode_0_3_4_1_2=g_navNode_0_3_4_1.addNode('3287','Charting Tool',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Tools/ChartingTool/index.htm');
g_navNode_0_3_4_1_3=g_navNode_0_3_4_1.addNode('3288','Performance Tool',ssUrlPrefix + 'se/InstitutionalInvestors/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','TargetNodes==tool\x3d197','xmlid==FC_12203');
g_navNode_0_3_4_1_4=g_navNode_0_3_4_1.addNode('3289','eValuator',ssUrlPrefix + 'se/InstitutionalInvestors/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_6=g_navNode_0_3.addNode('210','Events',ssUrlPrefix + 'se/InstitutionalInvestors/Events/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_3_7=g_navNode_0_3.addNode('214','Contact Us',ssUrlPrefix + 'se/InstitutionalInvestors/Support/index.htm','RedirectURL==215');
g_navNode_0_3_7_4=g_navNode_0_3_7.addNode('215','Contact Us',ssUrlPrefix + 'se/InstitutionalInvestors/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_8=g_navNode_0_3.addNode('5557','Client Login Popup Help',ssUrlPrefix + 'se/InstitutionalInvestors/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_0_4=g_navNode_0.addNode('48','Individual Investors',ssUrlPrefix + 'se/IndividualInvestors/index.htm','AlternateLogo==blklogo.gif','HideLiteratureFinder==TRUE','IsSiloHome==TRUE','SearchNodeId==98','ShowFundFinder==TRUE','SiloName==6','TargetNodes==eValuator\x3d76,prices\x3d175','WideColumnMiddle==TRUE','xmlid==FC_12204');
g_navNode_0_4_0=g_navNode_0_4.addNode('49','Literature',ssUrlPrefix + 'se/IndividualInvestors/Literature/index.htm','RedirectURL==56');
g_navNode_0_4_0_2=g_navNode_0_4_0.addNode('56','Legal Documents',ssUrlPrefix + 'se/IndividualInvestors/Literature/LegalDocuments/index.htm','NotComplianceProtected==FALSE','RedirectURL==57','ShowLeftColumn==TRUE');
g_navNode_0_4_0_2_0=g_navNode_0_4_0_2.addNode('57','Prospectuses',ssUrlPrefix + 'se/IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60en-gb\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60\x29   \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_4_0_2_1=g_navNode_0_4_0_2.addNode('66','Reports',ssUrlPrefix + 'se/IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60en-gb\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6029\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_4_1=g_navNode_0_4.addNode('50','Fund Centre',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/index.htm');
g_navNode_0_4_1_0=g_navNode_0_4_1.addNode('175','Prices',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','RedirectURL==1201','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_4_1_0_0=g_navNode_0_4_1_0.addNode('1201','BGF',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Prices/BGF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_4_1_0_1=g_navNode_0_4_1_0.addNode('644','BGF Distributor Status',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN//','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_4_1_0_4=g_navNode_0_4_1_0.addNode('4431','BSF',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','DoNotShowInNavigation==TRUE','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','ShowRelResources==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12204');
g_navNode_0_4_1_1=g_navNode_0_4_1.addNode('196','Tools',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_0_4_1_1_0=g_navNode_0_4_1_1.addNode('268','Fund Finder',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12204');
g_navNode_0_4_1_1_1=g_navNode_0_4_1_1.addNode('273','Historical Prices',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Tools/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','ShowLeftColumn==TRUE','TargetNodes==tool\x3d273','xmlid==FC_12203');
g_navNode_0_4_1_1_2=g_navNode_0_4_1_1.addNode('73','Charting Tool',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Tools/ChartingTool/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4_1_1_3=g_navNode_0_4_1_1.addNode('74','Performance Tool',ssUrlPrefix + 'se/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','ShowLeftColumn==TRUE','ShowRelResources==TRUE','TargetNodes==tool\x3d74','xmlid==FC_12203');
g_navNode_0_4_1_1_4=g_navNode_0_4_1_1.addNode('75','eValuator',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4_1_2=g_navNode_0_4_1.addNode('5653','ETFs',ssUrlPrefix + 'se/IndividualInvestors/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_0_4_2=g_navNode_0_4.addNode('51','Investment Insight',ssUrlPrefix + 'se/IndividualInvestors/InvestmentInsight/index.htm','RedirectURL==116');
g_navNode_0_4_2_0=g_navNode_0_4_2.addNode('116','Week In View',ssUrlPrefix + 'se/IndividualInvestors/InvestmentInsight/WeekInView/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_4_3=g_navNode_0_4.addNode('97','Support',ssUrlPrefix + 'se/IndividualInvestors/Support/index.htm');
g_navNode_0_4_3_0=g_navNode_0_4_3.addNode('99','FAQ',ssUrlPrefix + 'se/IndividualInvestors/Support/FAQs/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_4_3_1=g_navNode_0_4_3.addNode('100','Glossary',ssUrlPrefix + 'se/IndividualInvestors/Support/Glossary/index.htm','RedirectURL==171','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_4_3_1_0=g_navNode_0_4_3_1.addNode('171','A-F',ssUrlPrefix + 'se/IndividualInvestors/Support/Glossary/A-F/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_4_3_1_1=g_navNode_0_4_3_1.addNode('172','G-L',ssUrlPrefix + 'se/IndividualInvestors/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_0_4_3_1_2=g_navNode_0_4_3_1.addNode('173','M-R',ssUrlPrefix + 'se/IndividualInvestors/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_0_4_3_1_3=g_navNode_0_4_3_1.addNode('174','S-Z',ssUrlPrefix + 'se/IndividualInvestors/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_0_4_3_2=g_navNode_0_4_3.addNode('101','How To Invest',ssUrlPrefix + 'se/IndividualInvestors/Support/HowToInvest/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_4_3_3=g_navNode_0_4_3.addNode('102','About Us',ssUrlPrefix + 'se/IndividualInvestors/Support/AboutUs/index.htm','RedirectURL==103');
g_navNode_0_4_3_3_1=g_navNode_0_4_3_3.addNode('103','Investor Relations',ssUrlPrefix + 'se/IndividualInvestors/Support/AboutUs/InvestorRelations/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4_3_3_2=g_navNode_0_4_3_3.addNode('104','Press',ssUrlPrefix + 'se/IndividualInvestors/Support/AboutUs/Press/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4_3_3_3=g_navNode_0_4_3_3.addNode('105','Careers',ssUrlPrefix + 'se/IndividualInvestors/Support/AboutUs/Careers/index.htm','DoNotShowInNavigation==FALSE','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4_3_3_4=g_navNode_0_4_3_3.addNode('106','Contact Us',ssUrlPrefix + 'se/IndividualInvestors/Support/AboutUs/ContactUs/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4_3_4=g_navNode_0_4_3.addNode('1594','Website Support',ssUrlPrefix + 'se/IndividualInvestors/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_0_4_3_5=g_navNode_0_4_3.addNode('98','Search',ssUrlPrefix + 'se/IndividualInvestors/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60SwissSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60GermanSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60FrenchSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60UKSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60InternationalSite\x60','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_12204');
g_navNode_0_4_3_5_0=g_navNode_0_4_3_5.addNode('71','Search help',ssUrlPrefix + 'se/IndividualInvestors/Support/Search/Searchhelp/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_6=g_navNode_0.addNode('4265','Local Content',ssUrlPrefix + 'se/LocalContent/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_0_7=g_navNode_0.addNode('5734','Local Content 2',ssUrlPrefix + 'se/LocalContent2/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_1=g_navNode_Root.addNode('3167','Deutsch',ssUrlPrefix + 'de/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','ComplianceNodeId==3233','Language==de','NoCookiesNodeId==5033','NotComplianceProtected==TRUE','iShareHome==Y');
g_navNode_1_0=g_navNode_1.addNode('3169','About Us',ssUrlPrefix + 'de/AboutUs/index.htm','RedirectURL==3170');
g_navNode_1_0_0=g_navNode_1_0.addNode('3170','Wir \xfcber uns',ssUrlPrefix + 'de/AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_1=g_navNode_1_0.addNode('3171','Investor Relations',ssUrlPrefix + 'de/AboutUs/InvestorRelations/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_1_0_2=g_navNode_1_0.addNode('3172','Karriere',ssUrlPrefix + 'de/AboutUs/Careers/index.htm','HideTabs==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3=g_navNode_1_0.addNode('3173','Kontakt',ssUrlPrefix + 'de/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_4=g_navNode_1_0.addNode('3341','Nachrichten ',ssUrlPrefix + 'de/AboutUs/News/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_0_5=g_navNode_1_0.addNode('3174','Wichtige Informationen',ssUrlPrefix + 'de/AboutUs/LegalInformation/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_0_6=g_navNode_1_0.addNode('3175','Datenschutz',ssUrlPrefix + 'de/AboutUs/PrivacyStatement/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_1=g_navNode_1.addNode('3176','Institutionelle Anleger',ssUrlPrefix + 'de/InstitutionalInvestors/index.htm','SiloName==7','TargetNodes==eValuator\x3d3195,prices\x3d3185');
g_navNode_1_1_1=g_navNode_1_1.addNode('3180','Fondscenter',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/index.htm');
g_navNode_1_1_1_0=g_navNode_1_1_1.addNode('3185','Preise',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/Prices/index.htm','RedirectURL==3187','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5');
g_navNode_1_1_1_0_0=g_navNode_1_1_1_0.addNode('3187','BGF',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dABQ//','ProductRange==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dABQ//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_1_1_0_1=g_navNode_1_1_1_0.addNode('3188','BGF Distributor Status',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN/class\x3dABQ//','ProductRange==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3d/class\x3dABQ//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_1_1_0_2=g_navNode_1_1_1_0.addNode('3189','BSF',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/Prices/BSF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dfalse//','ProductRange==tab\x3dproduct\x3d5000025/showKey\x3dfalse//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_1_1_1=g_navNode_1_1_1.addNode('3186','Service-Tools',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/Tools/index.htm');
g_navNode_1_1_1_1_0=g_navNode_1_1_1_1.addNode('3190','Fondssuche',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12208');
g_navNode_1_1_1_1_1=g_navNode_1_1_1_1.addNode('3191','Historische Preise',ssUrlPrefix + 'de/InstitutionalInvestors/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','TargetNodes==tool\x3d3191','xmlid==FC_12207');
g_navNode_1_1_1_1_3=g_navNode_1_1_1_1.addNode('3193','Performance Tool',ssUrlPrefix + 'de/InstitutionalInvestors/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','xmlid==FC_12207');
g_navNode_1_1_1_1_4=g_navNode_1_1_1_1.addNode('3194','eValuator',ssUrlPrefix + 'de/InstitutionalInvestors/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12208');
g_navNode_1_1_2=g_navNode_1_1.addNode('4271','Investment Einblicke',ssUrlPrefix + 'de/InstitutionalInvestors/InvestmentInsights/index.htm','RedirectURL==4272');
g_navNode_1_1_2_0=g_navNode_1_1_2.addNode('4272','Marktinformationen',ssUrlPrefix + 'de/InstitutionalInvestors/InvestmentInsights/MarketInformation/index.htm','ShowRelResources==TRUE');
g_navNode_1_2=g_navNode_1.addNode('3177','Banken \x26 Verm\xf6gensverwalter',ssUrlPrefix + 'de/Intermediaries/index.htm','ShowRelResources==FALSE','SiloName==1','TargetNodes==eValuator\x3d3213,prices\x3d3203');
g_navNode_1_2_0=g_navNode_1_2.addNode('3197','Literatur',ssUrlPrefix + 'de/Intermediaries/Literature/index.htm','RedirectURL==3273');
g_navNode_1_2_0_1=g_navNode_1_2_0.addNode('3273','Rechtliche Literatur',ssUrlPrefix + 'de/Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==3275');
g_navNode_1_2_0_1_0=g_navNode_1_2_0_1.addNode('3275','Prospekte',ssUrlPrefix + 'de/Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3275\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6026\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60 \x3cAND\x3e xLanguage \x3cmatches\x3e \x60de\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_2_0_1_1=g_navNode_1_2_0_1.addNode('3276','Berichte',ssUrlPrefix + 'de/Intermediaries/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3276\x60 \x3cAND\x3e xLanguage \x3cmatches\x3e \x60de\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_1_2_1=g_navNode_1_2.addNode('3198','Fondscenter',ssUrlPrefix + 'de/Intermediaries/FundCentre/index.htm','RedirectURL==3204');
g_navNode_1_2_1_0=g_navNode_1_2_1.addNode('3203','Preise',ssUrlPrefix + 'de/Intermediaries/FundCentre/Prices/index.htm','RedirectURL==3204','ShowThirdLevelNav==TRUE','xmlid==FC_12208');
g_navNode_1_2_1_0_0=g_navNode_1_2_1_0.addNode('3204','BGF',ssUrlPrefix + 'de/Intermediaries/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dABQ//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_2_1_0_1=g_navNode_1_2_1_0.addNode('3205','BGF Distributor Status',ssUrlPrefix + 'de/Intermediaries/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN/class\x3dABQ//','ProductRange==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dY/class\x3dABQ//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_2_1_0_2=g_navNode_1_2_1_0.addNode('3206','BSF',ssUrlPrefix + 'de/Intermediaries/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_2_1_1=g_navNode_1_2_1.addNode('3207','Service-Tools',ssUrlPrefix + 'de/Intermediaries/FundCentre/Tools/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_1_1_0=g_navNode_1_2_1_1.addNode('3208','Fondssuche',ssUrlPrefix + 'de/Intermediaries/FundCentre/Tools/FundFinder/index.htm','ShowThirdLevelNav==TRUE','xmlid==FC_12208');
g_navNode_1_2_1_1_1=g_navNode_1_2_1_1.addNode('3209','Historiche Preise',ssUrlPrefix + 'de/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','ShowThirdLevelNav==TRUE','xmlid==FC_12207');
g_navNode_1_2_1_1_3=g_navNode_1_2_1_1.addNode('3211','Performance Tool',ssUrlPrefix + 'de/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','ShowThirdLevelNav==TRUE','xmlid==FC_12207');
g_navNode_1_2_1_1_4=g_navNode_1_2_1_1.addNode('3212','eValuator',ssUrlPrefix + 'de/Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12208');
g_navNode_1_2_1_2=g_navNode_1_2_1.addNode('5660','ETFs',ssUrlPrefix + 'de/Intermediaries/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_2_2=g_navNode_1_2.addNode('3236','Investment Einblicke',ssUrlPrefix + 'de/Intermediaries/InvestmentInsights/index.htm','RedirectURL==4273');
g_navNode_1_2_2_0=g_navNode_1_2_2.addNode('4273','Marktinformationen',ssUrlPrefix + 'de/Intermediaries/InvestmentInsights/MarketInformation/index.htm','ShowRelResources==TRUE');
g_navNode_1_3=g_navNode_1.addNode('3178','Privatanleger ',ssUrlPrefix + 'de/IndividualInvestors/index.htm','SiloName==6','TargetNodes==eValuator\x3d3231,prices\x3d3221');
g_navNode_1_3_0=g_navNode_1_3.addNode('3215','Literatur',ssUrlPrefix + 'de/IndividualInvestors/Literature/index.htm','RedirectURL==3274');
g_navNode_1_3_0_1=g_navNode_1_3_0.addNode('3274','Rechtliche Literatur',ssUrlPrefix + 'de/IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==3293');
g_navNode_1_3_0_1_0=g_navNode_1_3_0_1.addNode('3293','Prospekt',ssUrlPrefix + 'de/IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3275\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6026\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60 \x3cAND\x3e xLanguage \x3cmatches\x3e \x60de\x60','ShowRelResources==TRUE');
g_navNode_1_3_1=g_navNode_1_3.addNode('3216','Fondcenter',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/index.htm');
g_navNode_1_3_1_0=g_navNode_1_3_1.addNode('3221','Preise',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/Prices/index.htm','ProductRange==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dABQ//','RedirectURL==3223','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5');
g_navNode_1_3_1_0_0=g_navNode_1_3_1_0.addNode('3223','BGF',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dA//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_3_1_0_1=g_navNode_1_3_1_0.addNode('3224','BGF Distributor Status',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN/class\x3dABQ//','ProductRange==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dY/class\x3dABQ//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_3_1_0_2=g_navNode_1_3_1_0.addNode('3225','BSF',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dfalse//','ProductRange==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12208');
g_navNode_1_3_1_1=g_navNode_1_3_1.addNode('3222','Service-Tools',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_1_3_1_1_0=g_navNode_1_3_1_1.addNode('3226','Fondssuche',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowThirdLevelNav==TRUE','xmlid==FC_12208');
g_navNode_1_3_1_1_1=g_navNode_1_3_1_1.addNode('3227','Historiche Preise',ssUrlPrefix + 'de/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','ShowThirdLevelNav==TRUE','xmlid==FC_12207');
g_navNode_1_3_1_1_3=g_navNode_1_3_1_1.addNode('3229','Performance Tool',ssUrlPrefix + 'de/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','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12207');
g_navNode_1_3_1_1_4=g_navNode_1_3_1_1.addNode('3230','eValuator',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowThirdLevelNav==TRUE','xmlid==FC_12208');
g_navNode_1_3_1_2=g_navNode_1_3_1.addNode('5659','ETFs',ssUrlPrefix + 'de/IndividualInvestors/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_3_2=g_navNode_1_3.addNode('4274','Investment Einblicke',ssUrlPrefix + 'de/IndividualInvestors/InvestmentInsights/index.htm','RedirectURL==4275');
g_navNode_1_3_2_0=g_navNode_1_3_2.addNode('4275','Marktinformationen',ssUrlPrefix + 'de/IndividualInvestors/InvestmentInsights/MarketInformation/index.htm','ShowRelResources==TRUE');
g_navNode_1_5=g_navNode_1.addNode('4266','Local Content',ssUrlPrefix + 'de/LocalContent/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_1_6=g_navNode_1.addNode('5740','Local Content 2',ssUrlPrefix + 'de/LocalContent2/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','iShareHome==Y');
g_navNode_2=g_navNode_Root.addNode('3085','Fran\xe7ais',ssUrlPrefix + 'fr/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','ComplianceNodeId==3125','Language==fr','NoCookiesNodeId==5034','NotComplianceProtected==TRUE','iShareHome==Y');
g_navNode_2_0=g_navNode_2.addNode('3094','About Us',ssUrlPrefix + 'fr/AboutUs/index.htm','RedirectURL==3106','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0=g_navNode_2_0.addNode('3106','Nous conna\xeetre',ssUrlPrefix + 'fr/AboutUs/Overview/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1=g_navNode_2_0.addNode('3113','Relations Actionnaires',ssUrlPrefix + 'fr/AboutUs/InvestorRelations/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_3=g_navNode_2_0.addNode('3109','Carri\xe8res',ssUrlPrefix + 'fr/AboutUs/Careers/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4=g_navNode_2_0.addNode('3110','Nous Contacter',ssUrlPrefix + 'fr/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_6=g_navNode_2_0.addNode('3111','Informations Importantes',ssUrlPrefix + 'fr/AboutUs/LegalInformation/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_7=g_navNode_2_0.addNode('3112','D\xe9claration de Confidentialit\xe9',ssUrlPrefix + 'fr/AboutUs/PrivacyStatement/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1=g_navNode_2.addNode('3093','Investisseurs Institutionnels',ssUrlPrefix + 'fr/InstitutionalInvestors/index.htm','ShowThirdLevelNav==FALSE','SiloName==7','TargetNodes==eValuator\x3d3241,prices\x3d3139');
g_navNode_2_1_0=g_navNode_2_1.addNode('3133','Nos Publications',ssUrlPrefix + 'fr/InstitutionalInvestors/Literature/index.htm','RedirectURL==3316');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('3315','Documents Juridiques',ssUrlPrefix + 'fr/InstitutionalInvestors/Literature/LegalDocuments/index.htm','RedirectURL==3316','ShowRelResources==TRUE');
g_navNode_2_1_0_1_0=g_navNode_2_1_0_1.addNode('3316','Informations G\xe9n\xe9rales',ssUrlPrefix + 'fr/InstitutionalInvestors/Literature/LegalDocuments/GeneralInformation/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3305\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60fr\x60  \x3cAND\x3e  xApprovedFor \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6018\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60ch\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_2_1_1=g_navNode_2_1.addNode('3134','Nos Funds',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/index.htm');
g_navNode_2_1_1_0=g_navNode_2_1_1.addNode('3139','Prix',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/Prices/index.htm','RedirectURL==3141','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5');
g_navNode_2_1_1_0_0=g_navNode_2_1_1_0.addNode('3141','BGF',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dABQ//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_1_1_0_1=g_navNode_2_1_1_0.addNode('3142','BGF Distributor Status',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN/class\x3dABQ//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_1_1_0_2=g_navNode_2_1_1_0.addNode('3143','BSF',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/Prices/BSF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dfalse//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_1_1_1=g_navNode_2_1_1.addNode('3140','Outils',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/Tools/index.htm');
g_navNode_2_1_1_1_0=g_navNode_2_1_1_1.addNode('3162','Recherche d\'un fonds',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12206');
g_navNode_2_1_1_1_1=g_navNode_2_1_1_1.addNode('3163','Historique des valeurs liquidatives',ssUrlPrefix + 'fr/InstitutionalInvestors/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','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12205');
g_navNode_2_1_1_1_3=g_navNode_2_1_1_1.addNode('3165','Outil de calcul de performance',ssUrlPrefix + 'fr/InstitutionalInvestors/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','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12205');
g_navNode_2_1_1_1_4=g_navNode_2_1_1_1.addNode('3166','eValuator',ssUrlPrefix + 'fr/InstitutionalInvestors/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12206');
g_navNode_2_1_2=g_navNode_2_1.addNode('4277','Economies et march\xe9s ',ssUrlPrefix + 'fr/InstitutionalInvestors/InvestmentInsights/index.htm','RedirectURL==4280');
g_navNode_2_1_2_0=g_navNode_2_1_2.addNode('4280','Tendances du march\xe9 ',ssUrlPrefix + 'fr/InstitutionalInvestors/InvestmentInsights/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_2_2=g_navNode_2.addNode('3132','Investisseurs Priv\xe9s',ssUrlPrefix + 'fr/IndividualInvestors/index.htm','SiloName==6','TargetNodes==eValuator\x3d3246,prices\x3d3152');
g_navNode_2_2_0=g_navNode_2_2.addNode('3144','Nos Publications ',ssUrlPrefix + 'fr/IndividualInvestors/Literature/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60fr\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 \x3ccontains\x3e \x60fr\x60 \x3cAND\x3e xShareClass \x3cmatches\x3e \x60A\x60','RedirectURL==3145','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_2_2_0_1=g_navNode_2_2_0.addNode('3306','Documents Juridiques',ssUrlPrefix + 'fr/IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==3307','ShowNavInTabs==FALSE','ShowRelResources==FALSE');
g_navNode_2_2_0_1_0=g_navNode_2_2_0_1.addNode('3307','Prospectus',ssUrlPrefix + 'fr/IndividualInvestors/Literature/LegalDocuments/Prospectus/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3302\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60fr\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE');
g_navNode_2_2_1=g_navNode_2_2.addNode('3151','Nos Funds',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/index.htm');
g_navNode_2_2_1_0=g_navNode_2_2_1.addNode('3152','Prix',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Prices/index.htm','RedirectURL==3154','ShowThirdLevelNav==TRUE');
g_navNode_2_2_1_0_0=g_navNode_2_2_1_0.addNode('3154','BGF',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dABQ//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_2_1_0_1=g_navNode_2_2_1_0.addNode('3155','BGF Distributor Status',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN/class\x3dABQ//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_2_1_0_2=g_navNode_2_2_1_0.addNode('3156','BSF',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_2_1_1=g_navNode_2_2_1.addNode('3153','Outils',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Tools/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css');
g_navNode_2_2_1_1_0=g_navNode_2_2_1_1.addNode('3157','Recherche d\'un fonds',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowThirdLevelNav==TRUE','xmlid==FC_12206');
g_navNode_2_2_1_1_1=g_navNode_2_2_1_1.addNode('3158','Historique des valeurs liquidatives',ssUrlPrefix + 'fr/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','ShowThirdLevelNav==TRUE','xmlid==FC_12205');
g_navNode_2_2_1_1_3=g_navNode_2_2_1_1.addNode('3160','Outil de calcul de performance',ssUrlPrefix + 'fr/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','ShowThirdLevelNav==TRUE','xmlid==FC_12205');
g_navNode_2_2_1_1_4=g_navNode_2_2_1_1.addNode('3161','eValuator',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowThirdLevelNav==TRUE','xmlid==FC_12206');
g_navNode_2_2_1_2=g_navNode_2_2_1.addNode('5662','ETFs',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_2_2_2=g_navNode_2_2.addNode('4278','Economies et march\xe9s ',ssUrlPrefix + 'fr/IndividualInvestors/InvestmentInsights/index.htm','RedirectURL==4281');
g_navNode_2_2_2_0=g_navNode_2_2_2.addNode('4281','Tendances du march\xe9 ',ssUrlPrefix + 'fr/IndividualInvestors/InvestmentInsights/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_2_3=g_navNode_2.addNode('3092','Banques \x26 Interm\xe9diaries',ssUrlPrefix + 'fr/Intermediaries/index.htm','LiteratureRequestNodeId==eValuator\x3d3123,prices\x3d3096','RedirectURL==3127','SiloName==1');
g_navNode_2_3_0=g_navNode_2_3.addNode('3127','Nos Publications',ssUrlPrefix + 'fr/Intermediaries/Literature/index.htm','RedirectURL==3129');
g_navNode_2_3_0_1=g_navNode_2_3_0.addNode('3301','Documents Juridiques',ssUrlPrefix + 'fr/Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==3302');
g_navNode_2_3_0_1_0=g_navNode_2_3_0_1.addNode('3302','Prospectus',ssUrlPrefix + 'fr/Intermediaries/Literature/LegalDocuments/Prospectus/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3302\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60fr\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE');
g_navNode_2_3_0_1_1=g_navNode_2_3_0_1.addNode('3303','Rapports',ssUrlPrefix + 'fr/Intermediaries/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3303\x60  \x3cAND\x3e  \x28\x28xSubType \x3csubstring\x3e \x6029\x60\x29 \x3cOR\x3e \x28xSubType \x3csubstring\x3e \x6013\x60\x29 \x3cOR\x3e \x28xSubType \x3csubstring\x3e \x603\x60\x29\x29 \x3cAND\x3e  xCountry \x3csubstring\x3e \x60ch\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE');
g_navNode_2_3_0_1_2=g_navNode_2_3_0_1.addNode('3304','Formulaires',ssUrlPrefix + 'fr/Intermediaries/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3304\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60fr\x60  \x3cAND\x3e  xApprovedFor \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x609\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60ch\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE');
g_navNode_2_3_0_1_3=g_navNode_2_3_0_1.addNode('3305','Informations G\xe9n\xe9rales',ssUrlPrefix + 'fr/Intermediaries/Literature/LegalDocuments/GeneralInformation/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60SwissSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60ch\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60ch\x3a3305\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60fr\x60  \x3cAND\x3e  xApprovedFor \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6018\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60ch\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE');
g_navNode_2_3_1=g_navNode_2_3.addNode('3095','Nos Funds',ssUrlPrefix + 'fr/Intermediaries/FundCentre/index.htm','RedirectURL==3096');
g_navNode_2_3_1_0=g_navNode_2_3_1.addNode('3096','Prix',ssUrlPrefix + 'fr/Intermediaries/FundCentre/Prices/index.htm','RedirectURL==3098','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_3_1_0_0=g_navNode_2_3_1_0.addNode('3098','BGF',ssUrlPrefix + 'fr/Intermediaries/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN/class\x3dABQ//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_3_1_0_1=g_navNode_2_3_1_0.addNode('3099','BGF Distributor Status',ssUrlPrefix + 'fr/Intermediaries/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN/class\x3dABQ//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_3_1_0_2=g_navNode_2_3_1_0.addNode('3100','BSF',ssUrlPrefix + 'fr/Intermediaries/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12206');
g_navNode_2_3_1_1=g_navNode_2_3_1.addNode('3097','Outils',ssUrlPrefix + 'fr/Intermediaries/FundCentre/Tools/index.htm');
g_navNode_2_3_1_1_0=g_navNode_2_3_1_1.addNode('3118','Recherche d\'un fonds',ssUrlPrefix + 'fr/Intermediaries/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12206');
g_navNode_2_3_1_1_1=g_navNode_2_3_1_1.addNode('3119','Historique des valeurs liquidatives',ssUrlPrefix + 'fr/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','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12205');
g_navNode_2_3_1_1_3=g_navNode_2_3_1_1.addNode('3121','Outil de calcul de performance',ssUrlPrefix + 'fr/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','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12205');
g_navNode_2_3_1_1_4=g_navNode_2_3_1_1.addNode('3122','eValuator',ssUrlPrefix + 'fr/Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12206');
g_navNode_2_3_1_2=g_navNode_2_3_1.addNode('5663','ETFs',ssUrlPrefix + 'fr/Intermediaries/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_2_3_2=g_navNode_2_3.addNode('4282','Economies et march\xe9s',ssUrlPrefix + 'fr/Intermediaries/InvestmentInsights/index.htm','RedirectURL==4283');
g_navNode_2_3_2_0=g_navNode_2_3_2.addNode('4283','Tendances du march\xe9 ',ssUrlPrefix + 'fr/Intermediaries/InvestmentInsights/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_2_5=g_navNode_2.addNode('4267','Local Content',ssUrlPrefix + 'fr/LocalContent/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_2_6=g_navNode_2.addNode('5737','Local Content 2',ssUrlPrefix + 'fr/LocalContent2/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_8=g_navNode_Root.addNode('4954','News',ssUrlPrefix + 'News/index.htm');
g_navNode_8_0=g_navNode_8.addNode('4955','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm');
g_navNode_8_0_0=g_navNode_8_0.addNode('4956','DE',ssUrlPrefix + 'News/PressRelease/DE/index.htm','ShowRelResources==TRUE');
g_navNode_8_0_1=g_navNode_8_0.addNode('4957','FR',ssUrlPrefix + 'News/PressRelease/FR/index.htm','ShowRelResources==TRUE');
