/////////////////////////////////////////////////////////////////////////////
// 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('1214','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css','AnalyticsCode==UA-11733961-1','DisplayDateFormat==dd.MM.yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"jeizm1iO3AWZCGn13iJjiuzgAmjRt_yK_lUPoG7Ah5Y\" /\x3e','Language==be_nl','NotComplianceProtected==TRUE','OmnitureID==blkbe-prod','RedirectURL==1216','ShowRelResources==FALSE','StartDivID==LandingPage','UnicaID==blk\x3abe');
g_navNode_0=g_navNode_Root.addNode('1215','Accueil',ssUrlPrefix + 'fr/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','ComplianceNodeId==1602','Language==fr','NoCookiesNodeId==5028','NotComplianceProtected==TRUE','StartDivID==LandingPage');
g_navNode_0_1=g_navNode_0.addNode('1331','\xc0 propos de BlackRock',ssUrlPrefix + 'fr/AboutUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==AboutUs');
g_navNode_0_1_0=g_navNode_0_1.addNode('1332','Relations investisseur',ssUrlPrefix + 'fr/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2=g_navNode_0_1.addNode('1334','Presse',ssUrlPrefix + 'fr/AboutUs/Press/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_3=g_navNode_0_1.addNode('1335','Emplois',ssUrlPrefix + 'fr/AboutUs/Careers/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_4=g_navNode_0_1.addNode('2079','Contactez-nous',ssUrlPrefix + 'fr/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_1_5=g_navNode_0_1.addNode('2080','Informations L\xe9gales',ssUrlPrefix + 'fr/AboutUs/LegalInformation/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_6=g_navNode_0_1.addNode('2081','Confidentialit\xe9',ssUrlPrefix + 'fr/AboutUs/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_0_2=g_navNode_0.addNode('1336','Investisseurs Priv\xe9s',ssUrlPrefix + 'fr/IndividualInvestors/index.htm','SearchNodeId==1364','ShowFundFinder==TRUE','SiloName==6','TargetNodes==eValuator\x3d1448,prices\x3d1353','WideColumnMiddle==TRUE','xmlid==FC_4701');
g_navNode_0_2_0=g_navNode_0_2.addNode('1337','Litt\xe9rature',ssUrlPrefix + 'fr/IndividualInvestors/Literature/index.htm');
g_navNode_0_2_0_0=g_navNode_0_2_0.addNode('1338','Fiches techniques',ssUrlPrefix + 'fr/IndividualInvestors/Literature/Factsheets/index.htm','RedirectURL==1339');
g_navNode_0_2_0_0_0=g_navNode_0_2_0_0.addNode('1339','Fonds actions',ssUrlPrefix + 'fr/IndividualInvestors/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60fr\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_0_2_0_0_1=g_navNode_0_2_0_0.addNode('1340','Fonds obligataires',ssUrlPrefix + 'fr/IndividualInvestors/Literature/Factsheets/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60fr\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_2_0_0_2=g_navNode_0_2_0_0.addNode('1341','Fonds mixtes',ssUrlPrefix + 'fr/IndividualInvestors/Literature/Factsheets/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60fr\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_0_2_0_2=g_navNode_0_2_0.addNode('1347','Documents L\xe9gaux',ssUrlPrefix + 'fr/IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==1348');
g_navNode_0_2_0_2_0=g_navNode_0_2_0_2.addNode('1348','Prospectus',ssUrlPrefix + 'fr/IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60fr\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6090\x60\x29 \x3cOR\x3e \x28xSubType \x3cmatches\x3e \x60109\x60\x29\x29   \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_2_0_2_1=g_navNode_0_2_0_2.addNode('1349','Rapports',ssUrlPrefix + 'fr/IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\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 \x3ccontains\x3e \x60fr\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_2_0_2_2=g_navNode_0_2_0_2.addNode('1350','Formulaires',ssUrlPrefix + 'fr/IndividualInvestors/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60fr\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_0_2_1=g_navNode_0_2.addNode('1352','Fonds et Cours',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/index.htm');
g_navNode_0_2_1_0=g_navNode_0_2_1.addNode('1353','Cours',ssUrlPrefix + 'fr/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==2737','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10027110');
g_navNode_0_2_1_0_0=g_navNode_0_2_1_0.addNode('2737','BGF',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Prices/BGF/index.htm','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_10027110');
g_navNode_0_2_1_1=g_navNode_0_2_1.addNode('1354','Fonctions de recherche interactive',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_0_2_1_1_0=g_navNode_0_2_1_1.addNode('1443','Recherche d\'un fonds',ssUrlPrefix + 'fr/IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10027110');
g_navNode_0_2_1_1_1=g_navNode_0_2_1_1.addNode('1447','Historique des Cours',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','ShowRelResources==TRUE','TargetNodes==tool\x3d1447','xmlid==FC_10027109');
g_navNode_0_2_2=g_navNode_0_2.addNode('1356','Economie \x26 March\xe9s',ssUrlPrefix + 'fr/IndividualInvestors/InvestmentInsights/index.htm','RedirectURL==2096');
g_navNode_0_2_2_0=g_navNode_0_2_2.addNode('2096','Week In View',ssUrlPrefix + 'fr/IndividualInvestors/InvestmentInsights/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3=g_navNode_0_2.addNode('1363','Support',ssUrlPrefix + 'fr/IndividualInvestors/Support/index.htm','RedirectURL==1378');
g_navNode_0_2_3_0=g_navNode_0_2_3.addNode('1378','Relations investisseur',ssUrlPrefix + 'fr/IndividualInvestors/Support/InvestorRelations/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_2_3_1=g_navNode_0_2_3.addNode('1379','Presse',ssUrlPrefix + 'fr/IndividualInvestors/Support/Press/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_2_3_2=g_navNode_0_2_3.addNode('1380','Emplois',ssUrlPrefix + 'fr/IndividualInvestors/Support/Careers/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_2_3_3=g_navNode_0_2_3.addNode('1381','Contactez-nous',ssUrlPrefix + 'fr/IndividualInvestors/Support/ContactUs/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_2_3_4=g_navNode_0_2_3.addNode('1377','\xc0 propos de BlackRock',ssUrlPrefix + 'fr/IndividualInvestors/Support/AboutUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_2_3_5=g_navNode_0_2_3.addNode('1366','FAQ',ssUrlPrefix + 'fr/IndividualInvestors/Support/FAQs/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3_5_0=g_navNode_0_2_3_5.addNode('1367','A-F',ssUrlPrefix + 'fr/IndividualInvestors/Support/FAQs/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3_5_1=g_navNode_0_2_3_5.addNode('1368','G-L',ssUrlPrefix + 'fr/IndividualInvestors/Support/FAQs/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3_5_2=g_navNode_0_2_3_5.addNode('1369','M-R',ssUrlPrefix + 'fr/IndividualInvestors/Support/FAQs/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3_5_3=g_navNode_0_2_3_5.addNode('1370','S-Z',ssUrlPrefix + 'fr/IndividualInvestors/Support/FAQs/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_0_2_3_6=g_navNode_0_2_3.addNode('1364','Rechercher',ssUrlPrefix + 'fr/IndividualInvestors/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60BelgianSite\x60','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_4701');
g_navNode_0_2_3_7=g_navNode_0_2_3.addNode('1376','Support Technique',ssUrlPrefix + 'fr/IndividualInvestors/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_0_5=g_navNode_0.addNode('4246','LocalSiloContent',ssUrlPrefix + 'fr/LocalContent/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','HideTabs==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage');
g_navNode_0_6=g_navNode_0.addNode('5691','SiloLocalContent2',ssUrlPrefix + 'fr/SiloLocalContent2/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','NotComplianceProtected==TRUE');
g_navNode_1=g_navNode_Root.addNode('1216','Startpagina',ssUrlPrefix + 'nl/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','ComplianceNodeId==2699','Language==be_fl','NoCookiesNodeId==5042','NotComplianceProtected==TRUE','StartDivID==LandingPage');
g_navNode_1_0=g_navNode_1.addNode('5692','Local Content 2',ssUrlPrefix + 'nl/LocalContent2/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','NotComplianceProtected==TRUE');
g_navNode_1_1=g_navNode_1.addNode('1217','Over BlackRock',ssUrlPrefix + 'nl/AboutUs/index.htm','RedirectURL==1219','ShowRelResources==TRUE','SiloName==AboutUs');
g_navNode_1_1_1=g_navNode_1_1.addNode('1218','Investor Relations',ssUrlPrefix + 'nl/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2=g_navNode_1_1.addNode('1220','Pers',ssUrlPrefix + 'nl/AboutUs/Press/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_3=g_navNode_1_1.addNode('1221','Vacatures',ssUrlPrefix + 'nl/AboutUs/Careers/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_4=g_navNode_1_1.addNode('2085','Contact',ssUrlPrefix + 'nl/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_5=g_navNode_1_1.addNode('2086','Juridische Informatie',ssUrlPrefix + 'nl/AboutUs/LegalInformation/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_6=g_navNode_1_1.addNode('2087','Privacy',ssUrlPrefix + 'nl/AboutUs/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_1_3=g_navNode_1.addNode('1279','Particuliere beleggers',ssUrlPrefix + 'nl/IndividualInvestors/index.htm','HideLiteratureFinder==FALSE','SearchNodeId==1307','ShowFundFinder==TRUE','SiloName==6','TargetNodes==eValuator\x3d1471,prices\x3d1300','WideColumnMiddle==TRUE','xmlid==FC_18813');
g_navNode_1_3_0=g_navNode_1_3.addNode('1280','Documentatie',ssUrlPrefix + 'nl/IndividualInvestors/Literature/index.htm');
g_navNode_1_3_0_0=g_navNode_1_3_0.addNode('1281','Technische Fiches',ssUrlPrefix + 'nl/IndividualInvestors/Literature/Factsheets/index.htm','RedirectURL==1283');
g_navNode_1_3_0_0_0=g_navNode_1_3_0_0.addNode('1283','Aandelenfondsen',ssUrlPrefix + 'nl/IndividualInvestors/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_3_0_0_1=g_navNode_1_3_0_0.addNode('1282','Obligatiefondsen',ssUrlPrefix + 'nl/IndividualInvestors/Literature/Factsheets/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_3_0_0_2=g_navNode_1_3_0_0.addNode('1284','Gemengde fondsen',ssUrlPrefix + 'nl/IndividualInvestors/Literature/Factsheets/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 ','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_3_0_2=g_navNode_1_3_0.addNode('1290','Juridische documenten',ssUrlPrefix + 'nl/IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==1291');
g_navNode_1_3_0_2_0=g_navNode_1_3_0_2.addNode('1291','Prospectussen',ssUrlPrefix + 'nl/IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e xLanguage \x3csubstring\x3e \x60be\x60 \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e\x6090\x60\x29 \x3cOR\x3e \x28xSubType \x3cmatches\x3e \x60109\x60\x29\x29   \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_3_0_2_1=g_navNode_1_3_0_2.addNode('1292','Jaarverslagen',ssUrlPrefix + 'nl/IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e xLanguage \x3csubstring\x3e \x60be\x60 \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_3_0_2_2=g_navNode_1_3_0_2.addNode('1293','Formulieren',ssUrlPrefix + 'nl/IndividualInvestors/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xLanguage \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_3_1=g_navNode_1_3.addNode('1295','Fondsen en koersen',ssUrlPrefix + 'nl/IndividualInvestors/FundCentre/index.htm');
g_navNode_1_3_1_0=g_navNode_1_3_1.addNode('1300','Koersen',ssUrlPrefix + 'nl/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==2759','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_18813');
g_navNode_1_3_1_0_0=g_navNode_1_3_1_0.addNode('2759','BGF',ssUrlPrefix + 'nl/IndividualInvestors/FundCentre/Prices/BGF/index.htm','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_18813');
g_navNode_1_3_1_1=g_navNode_1_3_1.addNode('1301','Interactieve zoekfuncties',ssUrlPrefix + 'nl/IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_1_3_1_1_0=g_navNode_1_3_1_1.addNode('1467','Fondsenzoeker',ssUrlPrefix + 'nl/IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','HideTabs==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_18813');
g_navNode_1_3_1_1_5=g_navNode_1_3_1_1.addNode('2816','Historische Koersen',ssUrlPrefix + 'nl/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','TargetNodes==tool\x3d2816','xmlid==FC_18812');
g_navNode_1_3_2=g_navNode_1_3.addNode('1296','Economie \x26 Strategie',ssUrlPrefix + 'nl/IndividualInvestors/InvestmentInsights/index.htm','RedirectURL==2092');
g_navNode_1_3_2_0=g_navNode_1_3_2.addNode('2092','Week In View',ssUrlPrefix + 'nl/IndividualInvestors/InvestmentInsights/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4=g_navNode_1_3.addNode('1306','Ondersteuning',ssUrlPrefix + 'nl/IndividualInvestors/Support/index.htm','RedirectURL==1318');
g_navNode_1_3_4_0=g_navNode_1_3_4.addNode('1318','Investor Relations',ssUrlPrefix + 'nl/IndividualInvestors/Support/InvestorRelations/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_4_1=g_navNode_1_3_4.addNode('1319','Pers',ssUrlPrefix + 'nl/IndividualInvestors/Support/Press/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_4_2=g_navNode_1_3_4.addNode('1320','Vacatures',ssUrlPrefix + 'nl/IndividualInvestors/Support/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_4_3=g_navNode_1_3_4.addNode('1321','Contact',ssUrlPrefix + 'nl/IndividualInvestors/Support/ContactUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_4_4=g_navNode_1_3_4.addNode('1317','Over BlackRock',ssUrlPrefix + 'nl/IndividualInvestors/Support/AboutUs/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_4_5=g_navNode_1_3_4.addNode('1309','Veelgestelde vragen',ssUrlPrefix + 'nl/IndividualInvestors/Support/FAQs/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4_5_0=g_navNode_1_3_4_5.addNode('1310','A-F',ssUrlPrefix + 'nl/IndividualInvestors/Support/FAQs/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4_5_1=g_navNode_1_3_4_5.addNode('1311','G-L',ssUrlPrefix + 'nl/IndividualInvestors/Support/FAQs/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4_5_2=g_navNode_1_3_4_5.addNode('1312','M-R',ssUrlPrefix + 'nl/IndividualInvestors/Support/FAQs/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4_5_3=g_navNode_1_3_4_5.addNode('1313','S-Z',ssUrlPrefix + 'nl/IndividualInvestors/Support/FAQs/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4_6=g_navNode_1_3_4.addNode('1307','Zoek',ssUrlPrefix + 'nl/IndividualInvestors/Support/Search/index.htm','Language==be_fl','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_18813');
g_navNode_1_3_4_6_0=g_navNode_1_3_4_6.addNode('1308','Help',ssUrlPrefix + 'nl/IndividualInvestors/Support/Search/Help/index.htm');
g_navNode_1_3_4_7=g_navNode_1_3_4.addNode('2089','Technische ondersteuning',ssUrlPrefix + 'nl/IndividualInvestors/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_1_6=g_navNode_1.addNode('4251','LocalSiloContent',ssUrlPrefix + 'nl/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');
g_navNode_2=g_navNode_Root.addNode('3758','KBC',ssUrlPrefix + 'KBC/index.htm');
g_navNode_2_0=g_navNode_2.addNode('3759','fr',ssUrlPrefix + 'KBC/fr/index.htm','DoNotShowInNavigation==TRUE','Language==fr','NotComplianceProtected==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60BelgianSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60fr\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60106\x60');
g_navNode_2_1=g_navNode_2.addNode('3760','nl',ssUrlPrefix + 'KBC/nl/index.htm','DoNotShowInNavigation==TRUE','Language==nl','NotComplianceProtected==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60BelgianSite\x60 \x3cAND\x3e xProductGroup \x3csubstring\x3e \x606\x60 \x3cAND\x3e xLanguage \x3csubstring\x3e \x60be\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x6015\x60 \x3cAND\x3e xFirms \x3csubstring\x3e \x60106\x60');
g_navNode_2_2=g_navNode_2.addNode('3761','internal',ssUrlPrefix + 'KBC/internal/index.htm','DoNotShowInNavigation==TRUE','Language==en','NotComplianceProtected==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xFirms \x3ccontains\x3e \\x27106\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60be\x60','SortFields==xDocumentNickname Asc');
g_navNode_3=g_navNode_Root.addNode('4105','Citi',ssUrlPrefix + 'Citi/index.htm','ComplianceNodeId==4152','Language==en','NotComplianceProtected==TRUE','RedirectURL==4104','SiloName==Citi');
g_navNode_3_0=g_navNode_3.addNode('4109','Literature',ssUrlPrefix + 'Citi/Literature/index.htm','NotComplianceProtected==TRUE','RedirectURL==4111');
g_navNode_3_0_0=g_navNode_3_0.addNode('4111','CBFA Approved',ssUrlPrefix + 'Citi/Literature/CBFAApproved/index.htm','NotComplianceProtected==TRUE','ShowNavInTabs==FALSE','ShowRelResources==FALSE');
g_navNode_3_0_1=g_navNode_3_0.addNode('4112','Non-CBFA Approved',ssUrlPrefix + 'Citi/Literature/Non-CBFAApproved/index.htm','NotComplianceProtected==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_3_0_2=g_navNode_3_0.addNode('4113','Legal Documents',ssUrlPrefix + 'Citi/Literature/LegalDocuments/index.htm','NotComplianceProtected==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_3_2=g_navNode_3.addNode('4110','About Us',ssUrlPrefix + 'Citi/AboutUs/index.htm','ShowRelResources==TRUE');
g_navNode_4=g_navNode_Root.addNode('6297','ING',ssUrlPrefix + 'ING/index.htm','DoNotShowInNavigation==FALSE','Language==en','MicrositeName==ing','SiloName==ing');
g_navNode_4_0=g_navNode_4.addNode('6298','Fund Literature',ssUrlPrefix + 'ING/Literature/index.htm','RedirectURL==6377','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0=g_navNode_4_0.addNode('6377','BGF',ssUrlPrefix + 'ING/Literature/BGF/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6302','ShowNavInTabs==FALSE');
g_navNode_4_0_0_0=g_navNode_4_0_0.addNode('6302','BGF Emerging Europe Fund',ssUrlPrefix + 'ING/Literature/BGF/EmergingEurope/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6388','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_0_0=g_navNode_4_0_0_0.addNode('6388','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/EmergingEurope/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6056\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xLanguage Asc','SubHeadingMetadataField==xLanguage ','SubHeadingView==Language');
g_navNode_4_0_0_0_1=g_navNode_4_0_0_0.addNode('6389','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/EmergingEurope/Flyers/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_1=g_navNode_4_0_0.addNode('6299','BGF Emerging Markets Bond Fund',ssUrlPrefix + 'ING/Literature/BGF/EMB/index.htm','RedirectURL==6390','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_1_0=g_navNode_4_0_0_1.addNode('6390','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/EMB/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6010007540\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_1_1=g_navNode_4_0_0_1.addNode('6391','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/EMB/Flyers/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_2=g_navNode_4_0_0.addNode('6303','BGF Euro Bond Fund',ssUrlPrefix + 'ING/Literature/BGF/EuroBond/index.htm','RedirectURL==6392','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_2_0=g_navNode_4_0_0_2.addNode('6392','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/EuroBond/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6064\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_2_1=g_navNode_4_0_0_2.addNode('6393','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/EuroBond/Flyers/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_3=g_navNode_4_0_0.addNode('6378','BGF Euro Short Duration Bond Fund',ssUrlPrefix + 'ING/Literature/BGF/EuroShortDurationBondFund/index.htm','RedirectURL==6394','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_3_0=g_navNode_4_0_0_3.addNode('6394','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/EuroShortDurationBondFund/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6062\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_3_1=g_navNode_4_0_0_3.addNode('6395','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/EuroShortDurationBondFund/Flyers/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_4=g_navNode_4_0_0.addNode('6379','BGF Euro-Markets Fund',ssUrlPrefix + 'ING/Literature/BGF/EuroMarketsFund/index.htm','RedirectURL==6396','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_4_0=g_navNode_4_0_0_4.addNode('6396','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/EuroMarketsFund/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6060\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_4_1=g_navNode_4_0_0_4.addNode('6397','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/EuroMarketsFund/Flyers/index.htm');
g_navNode_4_0_0_5=g_navNode_4_0_0.addNode('6380','BGF European Focus Fund',ssUrlPrefix + 'ING/Literature/BGF/BGFEuropeanFocusFund/index.htm','RedirectURL==6398','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_5_0=g_navNode_4_0_0_5.addNode('6398','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/BGFEuropeanFocusFund/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6030007643\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_5_1=g_navNode_4_0_0_5.addNode('6399','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/BGFEuropeanFocusFund/Flyers/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_6=g_navNode_4_0_0.addNode('6381','BGF Global Dynamic Equity Fund',ssUrlPrefix + 'ING/Literature/BGF/GlobalDynamicEquityFund/index.htm','RedirectURL==6400','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_6_0=g_navNode_4_0_0_6.addNode('6400','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/GlobalDynamicEquityFund/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6030007668\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_6_1=g_navNode_4_0_0_6.addNode('6401','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/GlobalDynamicEquityFund/Flyers/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_7=g_navNode_4_0_0.addNode('6382','BGF Global Enhanced Equity Yield Fund',ssUrlPrefix + 'ING/Literature/BGF/GlobalEnhancedEquityYield/index.htm','RedirectURL==6402','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_7_0=g_navNode_4_0_0_7.addNode('6402','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/GlobalEnhancedEquityYield/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6035007688\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_7_1=g_navNode_4_0_0_7.addNode('6403','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/GlobalEnhancedEquityYield/Flyers/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_8=g_navNode_4_0_0.addNode('6383','BGF New Energy Fund',ssUrlPrefix + 'ING/Literature/BGF/NewEnergyFund/index.htm','RedirectURL==6404','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_8_0=g_navNode_4_0_0_8.addNode('6404','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/NewEnergyFund/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x60148\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_8_1=g_navNode_4_0_0_8.addNode('6405','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/NewEnergyFund/Flyers/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_9=g_navNode_4_0_0.addNode('6384','BGF World Energy Fund',ssUrlPrefix + 'ING/Literature/BGF/WorldEnergy/index.htm','RedirectURL==6406','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_9_0=g_navNode_4_0_0_9.addNode('6406','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/WorldEnergy/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x60149\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_9_1=g_navNode_4_0_0_9.addNode('6407','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/WorldEnergy/CommercialFlyers/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_10=g_navNode_4_0_0.addNode('6385','BGF World Gold Fund',ssUrlPrefix + 'ING/Literature/BGF/WorldGold/index.htm','RedirectURL==6408','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_10_0=g_navNode_4_0_0_10.addNode('6408','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/WorldGold/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x6069\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_10_1=g_navNode_4_0_0_10.addNode('6409','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/WorldGold/Flyers/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_11=g_navNode_4_0_0.addNode('6386','BGF World Healthscience Fund',ssUrlPrefix + 'ING/Literature/BGF/WorldHealthscience/index.htm','RedirectURL==6410','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_11_0=g_navNode_4_0_0_11.addNode('6410','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/WorldHealthscience/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x60150\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_11_1=g_navNode_4_0_0_11.addNode('6411','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/WorldHealthscience/Flyers/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_12=g_navNode_4_0_0.addNode('6387','BGF World Financials Fund',ssUrlPrefix + 'ING/Literature/BGF/WorldFinancials/index.htm','RedirectURL==6412','ShowThirdLevelNav==TRUE');
g_navNode_4_0_0_12_0=g_navNode_4_0_0_12.addNode('6412','CBFA Approved Factsheets',ssUrlPrefix + 'ING/Literature/BGF/WorldFinancials/Factsheets/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x601236\x60  \x3cAND\x3e  \x28\x28xLanguage \x3ccontains\x3e \x60be\x60\x29\x3cOR\x3e \x28xLanguage \x3ccontains\x3e\x60en-gb\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60de\x60\x29 \x3cOR\x3e \x28xLanguage \x3ccontains\x3e \x60fr\x60\x29\x29  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xLanguage','SubHeadingView==Language');
g_navNode_4_0_0_12_1=g_navNode_4_0_0_12.addNode('6413','CBFA Approved Commercial Flyers',ssUrlPrefix + 'ING/Literature/BGF/WorldFinancials/Flyer/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1=g_navNode_4.addNode('6301','Fund Ratings',ssUrlPrefix + 'ING/Ratings/index.htm','RedirectURL==6418','ShowThirdLevelNav==TRUE');
g_navNode_4_1_0=g_navNode_4_1.addNode('6418','Morningstar Ratings \x26 Reports',ssUrlPrefix + 'ING/Ratings/MorningstarRatingsReports/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_1=g_navNode_4_1.addNode('6419','S\x26P Ratings \x26 Reports',ssUrlPrefix + 'ING/Ratings/SPRatingsReports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xProductGroup \x3csubstring\x3e \x606\x60 \x3cAND\x3e \x28\x28xProductFundName \x3ccontains\x3e \x601236\x60\x29 \x3cOR\x3e\x28xProductFundName \x3ccontains\x3e \x60150\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6069\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x60149\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x60148\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6035007688\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6030007668\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6030007643\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6060\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6062\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6064\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x601007540\x60\x29 \x3cOR\x3e \x28xProductFundName \x3ccontains\x3e \x6056\x60\x29\x29 \x3cAND\x3e  xSubType \x3ccontains\x3e \x60133\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_4_2=g_navNode_4.addNode('6309','Legal Documents',ssUrlPrefix + 'ING/Legal/index.htm','RedirectURL==6420');
g_navNode_4_2_0=g_navNode_4_2.addNode('6420','Prospectuses',ssUrlPrefix + 'ING/Legal/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e xLanguage \x3csubstring\x3e \x60be\x60 \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e\x6090\x60\x29 \x3cOR\x3e \x28xSubType \x3cmatches\x3e \x60109\x60\x29\x29   \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_1=g_navNode_4_2.addNode('6422','Shareholder Letters',ssUrlPrefix + 'ING/Legal/Letters/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_2=g_navNode_4_2.addNode('6421','Reports',ssUrlPrefix + 'ING/Legal/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60be\x60  \x3cAND\x3e xLanguage \x3csubstring\x3e \x60be\x60 \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_3=g_navNode_4_2.addNode('6423','Annual Meeting Notifications',ssUrlPrefix + 'ING/Legal/AnnualMeetings/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_3=g_navNode_4.addNode('6308','About Us',ssUrlPrefix + 'ING/AboutUs/index.htm','RedirectURL==6300','ShowThirdLevelNav==TRUE');
g_navNode_4_3_0=g_navNode_4_3.addNode('6300','About BlackRock',ssUrlPrefix + 'ING/AboutUs/AboutUs/index.htm','ShowRelResources==TRUE');
g_navNode_5=g_navNode_Root.addNode('5891','CBC',ssUrlPrefix + 'CBC/index.htm','DoNotShowInNavigation==FALSE');
