/////////////////////////////////////////////////////////////////////////////
// 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('1053','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AnalyticsCode==UA-11736436-1','ComplianceNodeId==1603','DisplayDateFormat==dd.MM.yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"Ra8zHSMYeAaz_f8EgTc7pTk6nBZNeqrLqNAmILstBjw\" /\x3e','Language==nl','NoCookiesNodeId==5051','NotComplianceProtected==TRUE','OmnitureID==blknl-prod','StartDivID==LandingPage','UnicaID==blk\x3anl','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('1054','Over BlackRock',ssUrlPrefix + 'AboutUs/index.htm','RedirectURL==2547','SiloName==AboutUs');
g_navNode_0_0=g_navNode_0.addNode('2547','Overzicht',ssUrlPrefix + 'AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_1=g_navNode_0.addNode('1055','Voor beleggers',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_3=g_navNode_0.addNode('1058','Vacatures',ssUrlPrefix + 'AboutUs/Careers/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_4=g_navNode_0.addNode('2879','Contact',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_1=g_navNode_Root.addNode('1105','Institutionele beleggers',ssUrlPrefix + 'InstitutionalInvestors/index.htm','RedirectURL==2775','ShowRelResources==FALSE','SiloName==7','xmlid==FC_8837');
g_navNode_2=g_navNode_Root.addNode('1116','Professionele beleggers',ssUrlPrefix + 'Intermediaries/index.htm','RedirectURL==96','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d1192,prices\x3d1169','xmlid==FC_16427');
g_navNode_2_0=g_navNode_2.addNode('1117','Brochures en informatiemateriaal',ssUrlPrefix + 'Intermediaries/Literature/index.htm');
g_navNode_2_0_0=g_navNode_2_0.addNode('1118','Factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/index.htm','RedirectURL==1120');
g_navNode_2_0_0_0=g_navNode_2_0_0.addNode('1120','Aandelenfondsen',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60nl\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_2_0_0_1=g_navNode_2_0_0.addNode('1119','Obligatiefondsen',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60nl\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_2_0_0_2=g_navNode_2_0_0.addNode('1121','Gemengde fondsen',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60nl\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==xRegion','SubHeadingView==Region');
g_navNode_2_0_2=g_navNode_2_0.addNode('1127','Juridische documenten',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==1128');
g_navNode_2_0_2_0=g_navNode_2_0_2.addNode('1128','Prospectussen',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6026\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xProductGroup Asc');
g_navNode_2_0_2_1=g_navNode_2_0_2.addNode('1129','Verslagen',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60  \x3cAND\x3e \x28\x28xSubType \x3ccontains\x3e \x603\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6018\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6013\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_2_0_2_2=g_navNode_2_0_2.addNode('1130','Formulieren',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_0_3=g_navNode_2_0.addNode('2715','Fund Flyers',ssUrlPrefix + 'Intermediaries/Literature/FundFlyers/index.htm','RedirectURL==2716');
g_navNode_2_0_3_0=g_navNode_2_0_3.addNode('2716','Fund Flyers',ssUrlPrefix + 'Intermediaries/Literature/FundFlyers/FundFlyers/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60 \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6073\x60\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields== xDocumentNickname Asc');
g_navNode_2_1=g_navNode_2.addNode('1132','Fondsen',ssUrlPrefix + 'Intermediaries/FundCentre/index.htm');
g_navNode_2_1_0=g_navNode_2_1.addNode('1169','Koersen',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','RedirectURL==3339','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','contributorOnly==FALSE','secondaryUrlVariableField==region5');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('3339','BGF',ssUrlPrefix + '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','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_16427');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('3338','BSF',ssUrlPrefix + '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_16427');
g_navNode_2_1_1=g_navNode_2_1.addNode('1170','Tools',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/index.htm');
g_navNode_2_1_1_0=g_navNode_2_1_1.addNode('1188','Fondsinformatie',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/FundFinder/index.htm','Language==nl','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_16427');
g_navNode_2_1_1_1=g_navNode_2_1_1.addNode('1189','Historisch koersoverzicht',ssUrlPrefix + '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','TargetNodes==tool\x3d1189','xmlid==FC_16426');
g_navNode_2_1_1_2=g_navNode_2_1_1.addNode('1191','Performance Informatie',ssUrlPrefix + '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','Language==nl','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','TargetNodes==tool\x3d1191','xmlid==FC_16426');
g_navNode_2_1_1_3=g_navNode_2_1_1.addNode('1192','eValuator',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/eValuator/index.htm','Language==nl','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_16427');
g_navNode_2_1_2=g_navNode_2_1.addNode('2825','Factsheets',ssUrlPrefix + 'Intermediaries/FundCentre/Factsheets/index.htm','RedirectURL==1118');
g_navNode_2_1_3=g_navNode_2_1.addNode('2836','Fund Flyers',ssUrlPrefix + 'Intermediaries/FundCentre/FundFlyers/index.htm','RedirectURL==2716');
g_navNode_2_2=g_navNode_2.addNode('1133','Research',ssUrlPrefix + 'Intermediaries/InvestmentInsights/index.htm');
g_navNode_2_2_0=g_navNode_2_2.addNode('91','Market Views',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/index.htm','RedirectURL==115','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==FALSE');
g_navNode_2_2_0_0=g_navNode_2_2_0.addNode('115','Week in View',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/WeekinView/index.htm','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_0_1=g_navNode_2_2_0.addNode('143','Strategy Framework',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/StrategyFramework/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_0_2=g_navNode_2_2_0.addNode('144','Global Strategic Framework',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/GlobalStrategicFramework/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_0_3=g_navNode_2_2_0.addNode('145','Global Sector \x26 Style Analysis',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/GlobalSectorStyleAnalysis/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_0_4=g_navNode_2_2_0.addNode('146','Bob Doll\'s Outlook',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/BobDollOutlooks/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3=g_navNode_2.addNode('2263','Multimedia',ssUrlPrefix + 'Intermediaries/Multimedia/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_2_3_0=g_navNode_2_3.addNode('2265','Multimedia',ssUrlPrefix + 'Intermediaries/Multimedia/Multimedia/index.htm');
g_navNode_2_4=g_navNode_2.addNode('4416','Featured Funds',ssUrlPrefix + 'Intermediaries/FeaturedFunds/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4417');
g_navNode_2_5=g_navNode_2.addNode('1140','Ondersteuning',ssUrlPrefix + 'Intermediaries/Support/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_2_5_0=g_navNode_2_5.addNode('1143','Veelgestelde vragen',ssUrlPrefix + 'Intermediaries/Support/FAQs/index.htm','RedirectURL==1144','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_2_5_1=g_navNode_2_5.addNode('1148','Hoe te beleggen',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/index.htm','ShowRelResources==TRUE');
g_navNode_2_6=g_navNode_2.addNode('1156','BlackRock Nederland',ssUrlPrefix + 'Intermediaries/Distributors/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_3=g_navNode_Root.addNode('1059','Individuele beleggers',ssUrlPrefix + 'IndividualInvestors/index.htm','SearchNodeId==1087','ShowFundFinder==TRUE','SiloName==6','TargetNodes==eValuator\x3d1185,prices\x3d1076','WideColumnMiddle==TRUE','xmlid==FC_16427');
g_navNode_3_0=g_navNode_3.addNode('1060','Brochures en informatiemateriaal',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm');
g_navNode_3_0_0=g_navNode_3_0.addNode('1061','Factsheets',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/index.htm','RedirectURL==1062');
g_navNode_3_0_0_0=g_navNode_3_0_0.addNode('1062','Aandelenfondsen',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60nl\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_3_0_0_1=g_navNode_3_0_0.addNode('1063','Obligatiefondsen',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60nl\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==xRegion','SubHeadingView==Region');
g_navNode_3_0_0_2=g_navNode_3_0_0.addNode('1064','Gemengde fondsen',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60nl\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==xRegion','SubHeadingView==Region');
g_navNode_3_0_2=g_navNode_3_0.addNode('1070','Juridische documenten',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==1071');
g_navNode_3_0_2_0=g_navNode_3_0_2.addNode('1071','Prospectussen',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6026\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_0_2_1=g_navNode_3_0_2.addNode('1072','Verslagen',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60  \x3cAND\x3e \x28\x28xSubType \x3ccontains\x3e \x603\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6018\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6013\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentDate Asc');
g_navNode_3_0_3=g_navNode_3_0.addNode('2505','Fund Flyers',ssUrlPrefix + 'IndividualInvestors/Literature/FundFlyers/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60 \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6073\x60\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','RedirectURL==2714','ShowRelResources==TRUE');
g_navNode_3_0_3_0=g_navNode_3_0_3.addNode('2714','Fund Flyers',ssUrlPrefix + 'IndividualInvestors/Literature/FundFlyers/FundFlyers/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60nl\x60 \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6073\x60\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields== xDocumentNickname Asc');
g_navNode_3_2=g_navNode_3.addNode('1075','Fondsen',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm');
g_navNode_3_2_0=g_navNode_3_2.addNode('1076','Koersen',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','RedirectURL==3344','ShowRelResources==TRUE','WideColumnMiddle==TRUE','secondaryUrlVariableField==region5','xmlid==FC_16427');
g_navNode_3_2_0_0=g_navNode_3_2_0.addNode('3344','BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE','secondaryUrlVariableField==region5','xmlid==FC_16427');
g_navNode_3_2_0_1=g_navNode_3_2_0.addNode('3345','BSF',ssUrlPrefix + '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//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE','secondaryUrlVariableField==region5','xmlid==FC_16427');
g_navNode_3_2_1=g_navNode_3_2.addNode('1077','Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_3_2_1_0=g_navNode_3_2_1.addNode('193','Fondsinformatie',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','HideTabs==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_8837');
g_navNode_3_2_1_1=g_navNode_3_2_1.addNode('194','Historisch koersoverzicht',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','TargetNodes==tool\x3d194','xmlid==FC_16426');
g_navNode_3_2_1_2=g_navNode_3_2_1.addNode('197','Performance Informatie',ssUrlPrefix + '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\x3d197','xmlid==FC_16426');
g_navNode_3_2_1_3=g_navNode_3_2_1.addNode('198','eValuator',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_16427');
g_navNode_3_2_2=g_navNode_3_2.addNode('2837','Factsheets',ssUrlPrefix + 'IndividualInvestors/FundCentre/Factsheets/index.htm','RedirectURL==1063');
g_navNode_3_2_3=g_navNode_3_2.addNode('2838','Fund Flyers',ssUrlPrefix + 'IndividualInvestors/FundCentre/FundFlyers/index.htm','RedirectURL==2714');
g_navNode_3_2_4=g_navNode_3_2.addNode('5652','ETFs',ssUrlPrefix + 'IndividualInvestors/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_3_3=g_navNode_3.addNode('4226','Week in View',ssUrlPrefix + 'IndividualInvestors/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_3_6=g_navNode_3.addNode('1086','Ondersteuning',ssUrlPrefix + 'IndividualInvestors/Support/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_3_6_1=g_navNode_3_6.addNode('1089','Veelgestelde vragen',ssUrlPrefix + 'IndividualInvestors/Support/FAQs/index.htm','RedirectURL==1090','ShowRelResources==TRUE');
g_navNode_3_6_1_0=g_navNode_3_6_1.addNode('1090','A-F',ssUrlPrefix + 'IndividualInvestors/Support/FAQs/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_3_6_1_1=g_navNode_3_6_1.addNode('1091','G-L',ssUrlPrefix + 'IndividualInvestors/Support/FAQs/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_3_6_1_2=g_navNode_3_6_1.addNode('1092','M-R',ssUrlPrefix + 'IndividualInvestors/Support/FAQs/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_3_6_1_3=g_navNode_3_6_1.addNode('1093','S-Z',ssUrlPrefix + 'IndividualInvestors/Support/FAQs/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_3_6_3=g_navNode_3_6.addNode('1100','Over BlackRock',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/index.htm','RedirectURL==1054','ShowRelResources==TRUE');
g_navNode_3_6_3_0=g_navNode_3_6_3.addNode('1101','Voor beleggers',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_3_6_3_1=g_navNode_3_6_3.addNode('1103','Vacatures',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_3_6_3_2=g_navNode_3_6_3.addNode('1104','Contact',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/ContactUs/index.htm','RedirectURL==1086','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_6=g_navNode_Root.addNode('675','nlsite',ssUrlPrefix + 'nlsite/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_6_0=g_navNode_6.addNode('668','kbc',ssUrlPrefix + 'nlsite/kbc/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_6_0_0=g_navNode_6_0.addNode('669','cbfa',ssUrlPrefix + 'nlsite/kbc/cbfa/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinternational.com/kbc/internal/index.htm');
g_navNode_6_0_0_0=g_navNode_6_0_0.addNode('670','fr',ssUrlPrefix + 'nlsite/kbc/cbfa/fr/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinternational.com/kbc/fr/index.htm');
g_navNode_6_0_0_1=g_navNode_6_0_0.addNode('671','nl',ssUrlPrefix + 'nlsite/kbc/cbfa/nl/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinternational.com/kbc/nl/index.htm');
g_navNode_7=g_navNode_Root.addNode('4255','LocalContent',ssUrlPrefix + 'LocalContent/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_8=g_navNode_Root.addNode('4960','News',ssUrlPrefix + 'News/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_8_0=g_navNode_8.addNode('4961','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_10=g_navNode_Root.addNode('5184','europa',ssUrlPrefix + 'europa/index.htm','RedirectURL==4417');
g_navNode_10_0=g_navNode_10.addNode('4417','Overzicht',ssUrlPrefix + 'europa/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_10_1=g_navNode_10.addNode('5193','Fondsupdate',ssUrlPrefix + 'europa/FundUpdate/index.htm','ShowRelResources==TRUE');
g_navNode_10_2=g_navNode_10.addNode('4418','Fondsbericht',ssUrlPrefix + 'europa/FundInsight/index.htm','ShowRelResources==TRUE');
g_navNode_10_3=g_navNode_10.addNode('4419','Informatiemateriaal',ssUrlPrefix + 'europa/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_11=g_navNode_Root.addNode('5659','Local Content 2',ssUrlPrefix + 'LocalContent2/index.htm','NotComplianceProtected==TRUE','iShareHome==Y');
g_navNode_12=g_navNode_Root.addNode('5944','Conferentie Amsterdam',ssUrlPrefix + 'ConferentieAmsterdam/index.htm','NotComplianceProtected==TRUE','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg42fc3');
g_navNode_12_0=g_navNode_12.addNode('6056','Location',ssUrlPrefix + 'ConferentieAmsterdam/Location/index.htm','NotComplianceProtected==TRUE');
g_navNode_12_1=g_navNode_12.addNode('5945','Thanks',ssUrlPrefix + 'ConferentieAmsterdam/thanks/index.htm','NotComplianceProtected==TRUE');
