/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('1','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AdditionalJavaScript==http\x3a//www.blackrock.com/include/common/js/ebiz/typeface-0.14.js,http\x3a//www.blackrock.com/include/common/js/ebiz/corporate_e_regular.typeface.js','AnalyticsCode==UA-11755451-1','CookieAge==90','CookieCheck==N','CookieID==BLKINT003','Country==International','DisplayDateFormat==dd/MM/yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"t2p8X2Ut5Zxole9CqVlrGMhKEjT0HfhkL1aQPgFbjc8\" /\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==5027','NotComplianceProtected==TRUE','ShowLeftColumn==FALSE','StartDivID==LandingPage','TrackingCookieCampaign==7419','TrackingCookieVendor==serving-sys','UnicaID==blk\x3aintl','WideColumnMiddle==FALSE','iShareHome==Y','iSharesHome==Y');
g_navNode_0=g_navNode_Root.addNode('95','About Us',ssUrlPrefix + 'AboutUs/index.htm','ComplianceNodeId==1597','RedirectURL==4','ShowLeftColumn==FALSE','SiloName==AboutUs');
g_navNode_0_0=g_navNode_0.addNode('2','Overview',ssUrlPrefix + 'AboutUs/Overview/index.htm','DoNotShowInNavigation==TRUE','ShowLeftColumn==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','StartDivIDStartDivID==Steve','WideColumnMiddle==FALSE');
g_navNode_0_1=g_navNode_0.addNode('4','Investor Relations',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_0_2=g_navNode_0.addNode('5747','Press',ssUrlPrefix + 'AboutUs/Press/index.htm','RedirectURL==4935');
g_navNode_0_3=g_navNode_0.addNode('6','Careers',ssUrlPrefix + 'AboutUs/Careers/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_4=g_navNode_0.addNode('200','Contact Us',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowLeftColumn==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_0_5=g_navNode_0.addNode('201','Legal Information',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_0_6=g_navNode_0.addNode('202','Privacy Statement',ssUrlPrefix + 'AboutUs/PrivacyStatement/index.htm','NotComplianceProtected==TRUE','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1=g_navNode_Root.addNode('48','Individual Investors',ssUrlPrefix + 'IndividualInvestors/index.htm','ComplianceNodeId==1597','EncryptedVenueParameter==YYY460_Ar6UEEOBAnCIJyqzKfxeAvgIt0NaSlo24rIJ2XNJ7Js\x3d','FundProfilePath==/IndividualInvestors/FundCentre/FundProfiles/index.htm','HideLiteratureFinder==FALSE','IsSiloHome==TRUE','PerformanceCentrePath==/international/public/performanceCentre.asp','SearchNodeId==98','ShowFundFinder==TRUE','SiloName==6','TargetNodes==eValuator\x3d76,prices\x3d175','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_1_0=g_navNode_1.addNode('49','Literature',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm','RedirectURL==237');
g_navNode_1_0_0=g_navNode_1_0.addNode('237','Brochures and Support Material',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==1481','ShowRelResources==TRUE');
g_navNode_1_0_0_0=g_navNode_1_0_0.addNode('1481','Corporate',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/Corporate/index.htm','HideTabs==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6067\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6071\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e\x605\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6025\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60International\x60 \x3cOR\x3e  xAppGenericText1 \x3ccontains\x3e \x60Ag\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_1=g_navNode_1_0.addNode('56','Legal Documents',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','NotComplianceProtected==FALSE','RedirectURL==57','ShowLeftColumn==TRUE');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('57','Prospectuses',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60\x3cOR\x3e xSubType \x3ccontains\x3e \x60109\x60\x29   \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_1_1=g_navNode_1_0_1.addNode('66','Report and Accounts',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_1_2=g_navNode_1_0_1.addNode('68','Forms',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_1=g_navNode_1.addNode('50','Fund Centre',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm');
g_navNode_1_1_0=g_navNode_1_1.addNode('6617','Fund Profiles',ssUrlPrefix + 'IndividualInvestors/FundCentre/FundProfiles/index.htm','DefaultFundProfileCode==ATBF-E','DefaultFundProfilePath==/international/public/fund/snapshot.asp?symbol\x3d','DisableUnicaReporting==Y','DoNotShowInNavigation==TRUE');
g_navNode_1_1_1=g_navNode_1_1.addNode('6618','Pricing \x26 Performance Centre',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','DisableUnicaReporting==Y','DoNotShowInNavigation==FALSE');
g_navNode_1_1_2=g_navNode_1_1.addNode('5135','BSF Income Equalisation',ssUrlPrefix + 'IndividualInvestors/FundCentre/BSFIncomeEqualisation/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_3=g_navNode_1_1.addNode('6623','BGF Income Equalisation',ssUrlPrefix + 'IndividualInvestors/FundCentre/BGFIncomeEqualisation/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_4=g_navNode_1_1.addNode('5694','iShares Exchange Traded Funds',ssUrlPrefix + 'IndividualInvestors/FundCentre/iSharesExchangeTradedFunds/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_5=g_navNode_1_1.addNode('175','Prices',ssUrlPrefix + 'IndividualInvestors/FundCentre/OldPrices/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','RedirectURL==1201','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_5_0=g_navNode_1_1_5.addNode('1201','BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/OldPrices/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_8837');
g_navNode_1_1_5_1=g_navNode_1_1_5.addNode('644','BGF Distributor Status',ssUrlPrefix + 'IndividualInvestors/FundCentre/OldPrices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN//','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_5_3=g_navNode_1_1_5.addNode('5138','BSF',ssUrlPrefix + 'IndividualInvestors/FundCentre/OldPrices/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\x3dfalse//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_5_5=g_navNode_1_1_5.addNode('655','BlackRock Int\'l Gold \x26 General',ssUrlPrefix + 'IndividualInvestors/FundCentre/OldPrices/BlackRockIntlGoldGeneralFund/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d11//','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_6=g_navNode_1_1.addNode('196','Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_1_1_6_1=g_navNode_1_1_6.addNode('273','Historical Prices',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','ShowLeftColumn==TRUE','TargetNodes==tool\x3d273','xmlid==FC_8836');
g_navNode_1_1_6_2=g_navNode_1_1_6.addNode('73','Charting Tool',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/ChartingTool/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_1_6_3=g_navNode_1_1_6.addNode('74','Performance Tool',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\x3d74','xmlid==FC_8836');
g_navNode_1_1_6_4=g_navNode_1_1_6.addNode('75','eValuator',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3=g_navNode_1.addNode('4023','Market Watch',ssUrlPrefix + 'IndividualInvestors/MarketView/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6372');
g_navNode_1_3_0=g_navNode_1_3.addNode('6372','Weathering Volatility',ssUrlPrefix + 'IndividualInvestors/MarketView/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_3_1=g_navNode_1_3.addNode('6371','Special Commentary',ssUrlPrefix + 'IndividualInvestors/MarketView/SpecialCommentary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_3_2=g_navNode_1_3.addNode('6373','Market Views',ssUrlPrefix + 'IndividualInvestors/MarketView/MarketViews/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_3_4=g_navNode_1_3.addNode('4025','Week in View',ssUrlPrefix + 'IndividualInvestors/MarketView/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_1_4=g_navNode_1.addNode('4024','MarketWatch',ssUrlPrefix + 'IndividualInvestors/MarketWatch/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4004','SiloName==marketwatch');
g_navNode_1_5=g_navNode_1.addNode('97','Support',ssUrlPrefix + 'IndividualInvestors/Support/index.htm');
g_navNode_1_5_0=g_navNode_1_5.addNode('99','FAQ',ssUrlPrefix + 'IndividualInvestors/Support/FAQs/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1_5_1=g_navNode_1_5.addNode('100','Glossary',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/index.htm','RedirectURL==171','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1_5_1_0=g_navNode_1_5_1.addNode('171','A-F',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/A-F/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_1_5_1_1=g_navNode_1_5_1.addNode('172','G-L',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_1_2=g_navNode_1_5_1.addNode('173','M-R',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_1_3=g_navNode_1_5_1.addNode('174','S-Z',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_2=g_navNode_1_5.addNode('101','How To Invest',ssUrlPrefix + 'IndividualInvestors/Support/HowToInvest/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_1_5_3=g_navNode_1_5.addNode('102','About Us',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/index.htm','RedirectURL==103');
g_navNode_1_5_3_1=g_navNode_1_5_3.addNode('103','Investor Relations',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/InvestorRelations/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_5_3_2=g_navNode_1_5_3.addNode('104','Press',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Press/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_5_3_3=g_navNode_1_5_3.addNode('105','Careers',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Careers/index.htm','DoNotShowInNavigation==FALSE','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_5_3_4=g_navNode_1_5_3.addNode('106','Contact Us',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/ContactUs/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_5_4=g_navNode_1_5.addNode('1594','Website Support',ssUrlPrefix + 'IndividualInvestors/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_5=g_navNode_1_5.addNode('98','Search',ssUrlPrefix + 'IndividualInvestors/Support/Search/index.htm','Query==\x28dSecurityGroup \x3cmatches\x3e \x60InternationalSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60UKSite\x60\x29','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_1_5_5_0=g_navNode_1_5_5.addNode('71','Search help',ssUrlPrefix + 'IndividualInvestors/Support/Search/Searchhelp/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE');
g_navNode_1_6=g_navNode_1.addNode('359','News',ssUrlPrefix + 'IndividualInvestors/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_8=g_navNode_1.addNode('7417','End Investors',ssUrlPrefix + 'IndividualInvestors/EndInvestors/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_2=g_navNode_Root.addNode('59','Institutional Investors',ssUrlPrefix + 'InstitutionalInvestors/index.htm','ComplianceNodeId==1597','IsSiloHome==TRUE','ShowClientLogin==TRUE','ShowFundFinder==FALSE','ShowRelResources==FALSE','SiloName==7','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_2_0=g_navNode_2.addNode('5600','Solutions and Capabilities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0=g_navNode_2_0.addNode('5601','Investment Solutions and Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/index.htm','RedirectURL==5602');
g_navNode_2_0_0_1=g_navNode_2_0_0.addNode('5602','BMACS',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_0=g_navNode_2_0_0_1.addNode('5603','Advisory Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','RedirectURL==5604','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_0_0=g_navNode_2_0_0_1_0.addNode('5604','Strategic Advice ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_0_1=g_navNode_2_0_0_1_0.addNode('5605','Liability-Driven Investing \x28LDI\x29 ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_0_2=g_navNode_2_0_0_1_0.addNode('5606','Journey Management ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_1=g_navNode_2_0_0_1.addNode('5607','Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==5608','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_1_0=g_navNode_2_0_0_1_1.addNode('5608','Fiduciary Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/FiduciaryManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_1_1=g_navNode_2_0_0_1_1.addNode('5609','Liability-Driven Investing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2=g_navNode_2_0_0_1.addNode('5613','Investment Strategies',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==5614','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_0=g_navNode_2_0_0_1_2.addNode('5614','DDG',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedge/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_1=g_navNode_2_0_0_1_2.addNode('5615','Funds of Alternatives',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedge/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_2=g_navNode_2_0_0_1_2.addNode('5616','Global Macro Hedge Fund',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_3=g_navNode_2_0_0_1_2.addNode('5617','Hedged Equity',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedge/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_4=g_navNode_2_0_0_1_2.addNode('5618','Market Advantage',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedge/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_5=g_navNode_2_0_0_1_2.addNode('5619','MuSt',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/Multi-StrategyFundMuSt/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_6=g_navNode_2_0_0_1_2.addNode('5620','Target Date \x28LifePath\x29',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedgeFund/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_1_2_7=g_navNode_2_0_0_1_2.addNode('5621','Target Risk and Relative Return',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','Links==LINK1\x3d../FundsofAlternatives/index.htm\x7eFunds of Alternatives \x28FoA\\x27s\x29,LINK2\x3d../GlobalMacroHedge/index.htm\x7eGlobal Macro Hedge Fund,LINK3\x3d../HedgedEquity/index.htm\x7eHedged Equity,LINK4\x3d../MarketAdvantage/index.htm\x7eMarket Advantage,LINK5\x3d../Multi-StrategyFundMuSt/index.htm\x7eMulti-Strategy Fund \x28MuSt\x29,LINK6\x3d../TargetDateLifePath/index.htm\x7eTarget Date \x28LifePath\x29,LINK7\x3d../TargetRiskandRelativeReturn/index.htm\x7eTarget Risk and Relative Return,LINK8\x3d../DynamicDiversifiedGrowth/index.htm\x7eDynamic Diversified Growth \x28DDG\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_2=g_navNode_2_0_0.addNode('5622','Fiduciary Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/Fiduciary/index.htm','RedirectURL==5608','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_3=g_navNode_2_0_0.addNode('5623','BlackRock Solutions\xae',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_4=g_navNode_2_0_0.addNode('5624','Transition Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_4_0=g_navNode_2_0_0_4.addNode('5625','Products',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5626');
g_navNode_2_0_0_4_0_0=g_navNode_2_0_0_4_0.addNode('5626','Service Offering',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_0_6=g_navNode_2_0_0.addNode('5628','Securities Lending',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1=g_navNode_2_0.addNode('5629','Investment Capabilities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/index.htm','RedirectURL==5630','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_0=g_navNode_2_0_1.addNode('5630','Equities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_1=g_navNode_2_0_1.addNode('5631','Fixed Income',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_2=g_navNode_2_0_1.addNode('7589','Alternative Investments',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_2_0_1_2_0=g_navNode_2_0_1_2.addNode('7590','Hedge Funds',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/HedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1_2_1=g_navNode_2_0_1_2.addNode('7591','Fund of Hedge Funds',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/FundofHedgeFunds/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1_2_2=g_navNode_2_0_1_2.addNode('7593','Custom Hedge Fund Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CustomHedgeFundSolutions/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1_2_3=g_navNode_2_0_1_2.addNode('7594','Private Equity - Direct \x26 Funds of Funds',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/PrivateEquity/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1_2_4=g_navNode_2_0_1_2.addNode('7595','Real Estate',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RealEstate/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1_2_5=g_navNode_2_0_1_2.addNode('7596','Capital Markets',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/CapitalMarkets/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1_2_6=g_navNode_2_0_1_2.addNode('7597','Risk Management for Alternative Investments',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/RiskManagementforAlternativeInvestments/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1_4=g_navNode_2_0_1.addNode('5634','Cash Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/CashManagement/index.htm','RedirectURL==5356','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_5=g_navNode_2_0_1.addNode('5635','Indexing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_3=g_navNode_2_0.addNode('7539','Benelux',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Benelux/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7514');
g_navNode_2_0_3_0=g_navNode_2_0_3.addNode('7514','Alternative Investment Strategies',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Benelux/AlternativeInvestmentStrategies/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_3_1=g_navNode_2_0_3.addNode('7540','Inflation Linked Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Benelux/InflationLinkedSolutions/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_3_2=g_navNode_2_0_3.addNode('7541','Upcoming Roadshows',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Benelux/UpcomingRoadshows/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_3_3=g_navNode_2_0_3.addNode('7641','The Team',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Benelux/TheTeam/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1=g_navNode_2.addNode('5205','Solutions and Capabilities-old',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0=g_navNode_2_1.addNode('5251','Solutions and Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/index.htm','RedirectURL==5269','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('5269','BMACS',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/BMACS/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_0_0=g_navNode_2_1_0_0.addNode('5270','Advisory Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/BMACS/AdvisoryServices/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_0_1=g_navNode_2_1_0_0.addNode('5271','Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/BMACS/Solutions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_0_2=g_navNode_2_1_0_0.addNode('5272','Investment Strategies',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('5275','Fiduciary Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/Fiduciary/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_2=g_navNode_2_1_0.addNode('5276','BlackRock Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/BlackRockSolutions/index.htm','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_2_1_0_3=g_navNode_2_1_0.addNode('5277','Transition Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_3_0=g_navNode_2_1_0_3.addNode('5273','Products',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/TRIM/Products/index.htm','RedirectURL==5278','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_3_0_0=g_navNode_2_1_0_3_0.addNode('5278','Service Offering',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/TRIM/Products/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_4=g_navNode_2_1_0.addNode('5274','Securities Lending',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/SolutionsandServices/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1=g_navNode_2_1.addNode('5286','Investment Capabilities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/InvestmentCapabilities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_0=g_navNode_2_1_1.addNode('5287','Equities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_1=g_navNode_2_1_1.addNode('5288','Fixed Income',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/InvestmentCapabilities/ActiveFixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_2=g_navNode_2_1_1.addNode('5289','Alternative Investments',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_3=g_navNode_2_1_1.addNode('5290','Cash Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/InvestmentCapabilities/CashManagement/index.htm','RedirectURL==5356','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_4=g_navNode_2_1_1.addNode('5303','Indexing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities-old/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2=g_navNode_2.addNode('208','Market Insight',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/index.htm','RedirectURL==209');
g_navNode_2_2_0=g_navNode_2_2.addNode('209','Market View',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/InvestmentWeek/index.htm','ShowRelResources==TRUE');
g_navNode_2_2_1=g_navNode_2_2.addNode('6949','ETF Landscape',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/ETFLandscape/index.htm');
g_navNode_2_2_1_0=g_navNode_2_2_1.addNode('6950','Registration',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/ETFLandscape/Registration/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_1_1=g_navNode_2_2_1.addNode('6951','Events',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/ETFLandscape/Events/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_2_1_3=g_navNode_2_2_1.addNode('6953','Publications',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/ETFLandscape/publications/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2=g_navNode_2_2.addNode('7877','Comment and Analysis',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/CommentandAnalysis/index.htm','FundCentreRedirectParams== ','ShowRelResources==TRUE');
g_navNode_2_3=g_navNode_2.addNode('211','Knowledge Centre',ssUrlPrefix + 'InstitutionalInvestors/Literature/index.htm','RedirectURL==6776');
g_navNode_2_3_0=g_navNode_2_3.addNode('6776','Thought Leadership',ssUrlPrefix + 'InstitutionalInvestors/Literature/Currents/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','RedirectURL==6777','ShowRelResources==TRUE');
g_navNode_2_3_1=g_navNode_2_3.addNode('7755','Investment insights',ssUrlPrefix + 'InstitutionalInvestors/Literature/Investment-Insights/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_2=g_navNode_2_3.addNode('7756','Education',ssUrlPrefix + 'InstitutionalInvestors/Literature/Education/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_3=g_navNode_2_3.addNode('7757','Capability Brochures',ssUrlPrefix + 'InstitutionalInvestors/Literature/Capability-Brochures/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_4=g_navNode_2_3.addNode('213','Literature Request',ssUrlPrefix + 'InstitutionalInvestors/Literature/LiteratureRequest/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/litvalidation.js','ShowRelResources==FALSE');
g_navNode_2_3_5=g_navNode_2_3.addNode('5311','Institutional Fund Factsheets',ssUrlPrefix + 'InstitutionalInvestors/Literature/InstitutionalFundFactsheets/index.htm','RedirectURL==2779','ShowRelResources==TRUE');
g_navNode_2_3_5_0=g_navNode_2_3_5.addNode('6894','BlackRock Factsheets',ssUrlPrefix + 'InstitutionalInvestors/Literature/InstitutionalFundFactsheets/BlackRockFactsheets/index.htm','ShowRelResources==TRUE');
g_navNode_2_6=g_navNode_2.addNode('214','Contact Us',ssUrlPrefix + 'InstitutionalInvestors/Support/index.htm','RedirectURL==215');
g_navNode_2_6_0=g_navNode_2_6.addNode('215','Contact Us',ssUrlPrefix + 'InstitutionalInvestors/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_2_9=g_navNode_2.addNode('4241','Market Watch',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6760');
g_navNode_2_9_0=g_navNode_2_9.addNode('6760','Videos',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/Videos/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_2_9_1=g_navNode_2_9.addNode('6762','Special Commentary',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/SpecialCommentary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_2_9_2=g_navNode_2_9.addNode('6761','Weekly Commentary',ssUrlPrefix + 'InstitutionalInvestors/MarketWatch/WeeklyCommentary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_2_10=g_navNode_2.addNode('5445','Client Login Popup Help',ssUrlPrefix + 'InstitutionalInvestors/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_2_13=g_navNode_2.addNode('6562','currents',ssUrlPrefix + 'InstitutionalInvestors/currents/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','DoNotShowInNavigation==TRUE');
g_navNode_4=g_navNode_Root.addNode('96','Intermediaries',ssUrlPrefix + 'Intermediaries/index.htm','ComplianceNodeId==1597','EncryptedVenueParameter==YYY460_Ar6UEEOBAnCIJyqzKfxeAsl/YyT7zEMfEwNNwQKanvs\x3d','FundProfilePath==/Intermediaries/FundCentre/FundProfiles/index.htm','HideLiteratureFinder==FALSE','PerformanceCentrePath==/international/performanceCentre.asp','SearchNodeId==127','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d76,prices\x3d191','xmlid==FC_8837');
g_navNode_4_0=g_navNode_4.addNode('123','Literature',ssUrlPrefix + 'Intermediaries/Literature/index.htm','RedirectURL==137');
g_navNode_4_0_0=g_navNode_4_0.addNode('137','Factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/index.htm','RedirectURL==140','ShowRelResources==TRUE');
g_navNode_4_0_0_0=g_navNode_4_0_0.addNode('140','Equity funds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/Equityfunds/index.htm','HideTabs==FALSE','Query==\x28dSecurityGroup \x3ccontains\x3e \x60InternationalSite\x60 \x3cOR\x3e dSecurityGroup \x3ccontains\x3e \x60UKSite\x60\x29 \x3cAND\x3e dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e \x28xProductGroup \x3cmatches\x3e \x606\x60  \x3cOR\x3e  xProductGroup \x3cmatches\x3e \x6039\x60\x29','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_4_0_0_1=g_navNode_4_0_0.addNode('139','Bond funds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/Bondfunds/index.htm','Query==dSecurityGroup \x3ccontains\x3e \x60InternationalSite\x60 \x3cAND\x3e dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60International\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_4_0_0_2=g_navNode_4_0_0.addNode('141','Mixed funds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/Mixedfunds/index.htm','Query==dSecurityGroup \x3ccontains\x3e \x60InternationalSite\x60 \x3cAND\x3e dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60International\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_4_0_1=g_navNode_4_0.addNode('79','Brochures and Support Material',ssUrlPrefix + 'Intermediaries/Literature/BrochuresandSupportMaterial/index.htm','RedirectURL==80');
g_navNode_4_0_1_0=g_navNode_4_0_1.addNode('80','Brochures',ssUrlPrefix + 'Intermediaries/Literature/BrochuresandSupportMaterial/Brochures/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_4_0_1_1=g_navNode_4_0_1.addNode('81','Fund Flyers',ssUrlPrefix + 'Intermediaries/Literature/BrochuresandSupportMaterial/Newsletters/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  \x28\x28\x28xSubType \x3ccontains\x3e \x6075\x60\x29 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-90\x29\x24\x3e\x60\x29\x29 \x3cOR\x3e \x28\x28xSubType \x3ccontains\x3e \x604\x60\x29 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-180\x29\x24\x3e\x60\x29\x29 \x3cOR\x3e \x28\x28xSubType \x3ccontains\x3e \x6081\x60\x29 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-180\x29\x24\x3e\x60\x29\x29 \x3cOR\x3e \x28\x28xSubType \x3ccontains\x3e \x60125\x60\x29 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-180\x29\x24\x3e\x60\x29\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xSubType Asc','SubHeadingView==SubType');
g_navNode_4_0_1_2=g_navNode_4_0_1.addNode('4090','Newsletters',ssUrlPrefix + 'Intermediaries/Literature/BrochuresandSupportMaterial/Newsetters2/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e   \x28\x28xSubType \x3cmatches\x3e \x6017\x60\x29 \x3cOR\x3e \x28xSubType \x3cmatches\x3e \x60127\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cOR\x3e  xAppGenericText1 \x3ccontains\x3e \x60Ag\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xSubType Asc','SubHeadingView==SubType');
g_navNode_4_0_1_4=g_navNode_4_0_1.addNode('83','Range Flyers',ssUrlPrefix + 'Intermediaries/Literature/BrochuresandSupportMaterial/Other/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6025\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6076\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6018\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xSubType desc','SubHeadingView==SubType');
g_navNode_4_0_1_5=g_navNode_4_0_1.addNode('1482','Corporate',ssUrlPrefix + 'Intermediaries/Literature/BrochuresandSupportMaterial/Corporate/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6071\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE');
g_navNode_4_0_2=g_navNode_4_0.addNode('4154','Investment Guides',ssUrlPrefix + 'Intermediaries/Literature/InvestmentGuides/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_0_3=g_navNode_4_0.addNode('138','Legal Documents',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==86','ShowThirdLevelNav==FALSE');
g_navNode_4_0_3_0=g_navNode_4_0_3.addNode('86','Prospectuses',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  \x28xSubType \x3ccontains\x3e \x6026\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6090\x60\x3cOR\x3e xSubType \x3ccontains\x3e \x60109\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_4_0_3_1=g_navNode_4_0_3.addNode('89','Reports',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\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==xAppGenericInt1 Desc xDocumentNickname  Asc');
g_navNode_4_0_3_2=g_navNode_4_0_3.addNode('90','Forms',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_4_0_4=g_navNode_4_0.addNode('5913','Ratings \x26 Reports',ssUrlPrefix + 'Intermediaries/Literature/RatingsReports/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5914');
g_navNode_4_0_4_0=g_navNode_4_0_4.addNode('5914','Morningstar Ratings \x26 Reports',ssUrlPrefix + 'Intermediaries/Literature/RatingsReports/MorningstarRatingsReports/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_0_4_1=g_navNode_4_0_4.addNode('5915','S\x26P Ratings \x26 Reports',ssUrlPrefix + 'Intermediaries/Literature/RatingsReports/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 \x28\x28xProductGroup \x3csubstring\x3e \x606\x60\x29 \x3cOR\x3e \x28xProductGroup \x3csubstring\x3e \x6039\x60\x29\x29 \x3cAND\x3e  xSubType \x3ccontains\x3e \x60133\x60','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_4_1=g_navNode_4.addNode('124','Fund Centre',ssUrlPrefix + 'Intermediaries/FundCentre/index.htm');
g_navNode_4_1_0=g_navNode_4_1.addNode('6619','Fund Profiles',ssUrlPrefix + 'Intermediaries/FundCentre/FundProfiles/index.htm','DefaultFundProfileCode==FIGM-AG-AU','DefaultFundProfilePath==/international/public/fund/snapshot.asp?symbol\x3d','DisableUnicaReporting==Y','DoNotShowInNavigation==TRUE');
g_navNode_4_1_1=g_navNode_4_1.addNode('6620','Pricing \x26 Performance Centre',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/index.htm','DisableUnicaReporting==Y','DoNotShowInNavigation==FALSE');
g_navNode_4_1_2=g_navNode_4_1.addNode('5137','BGF Income Equalisation',ssUrlPrefix + 'Intermediaries/FundCentre/IncomeEqualisation/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_3=g_navNode_4_1.addNode('6624','BSF Income Equalisation',ssUrlPrefix + 'Intermediaries/FundCentre/BSFIncomeEqualisation/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_1_4=g_navNode_4_1.addNode('5695','iShares Exchange Traded Funds',ssUrlPrefix + 'Intermediaries/FundCentre/iSharesExchangeTradedFunds/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_5=g_navNode_4_1.addNode('191','Prices',ssUrlPrefix + 'Intermediaries/FundCentre/OldPrices/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','RedirectURL==1612','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_4_1_5_0=g_navNode_4_1_5.addNode('1612','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/OldPrices/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_8837');
g_navNode_4_1_5_1=g_navNode_4_1_5.addNode('1613','BGF Distributor Status',ssUrlPrefix + 'Intermediaries/FundCentre/OldPrices/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_8837');
g_navNode_4_1_5_2=g_navNode_4_1_5.addNode('2045','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/OldPrices/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/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_4_1_5_2_0=g_navNode_4_1_5_2.addNode('5097','Income Equalisation',ssUrlPrefix + 'Intermediaries/FundCentre/OldPrices/BSF/IncomeEqualisation/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_5_3=g_navNode_4_1_5.addNode('6509','BSF Distributor Status',ssUrlPrefix + 'Intermediaries/FundCentre/OldPrices/BSFDistributorStatus/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/ukdistributorstatus\x3dY//','ShowThirdLevelNav==TRUE','xmlid==FC_4746');
g_navNode_4_1_5_5=g_navNode_4_1_5.addNode('1615','BlackRock Int\'l Gold \x26 General',ssUrlPrefix + 'Intermediaries/FundCentre/OldPrices/BlackRockIntlGoldGeneral/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\x3d11//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_4_1_6=g_navNode_4_1.addNode('192','Tools',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/index.htm');
g_navNode_4_1_6_1=g_navNode_4_1_6.addNode('194','Historical Prices',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','ShowLeftColumn==TRUE','TargetNodes==tool\x3d194','xmlid==FC_8836');
g_navNode_4_1_6_2=g_navNode_4_1_6.addNode('195','Charting Tool',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/ChartingTool/index.htm','ShowLeftColumn==TRUE');
g_navNode_4_1_6_3=g_navNode_4_1_6.addNode('197','Performance Tool',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','ShowLeftColumn==TRUE','TargetNodes==tool\x3d197','xmlid==FC_8836');
g_navNode_4_1_6_4=g_navNode_4_1_6.addNode('198','eValuator',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2=g_navNode_4.addNode('125','Market Views',ssUrlPrefix + 'Intermediaries/InvestmentInsight/index.htm','RedirectURL==149');
g_navNode_4_2_0=g_navNode_4_2.addNode('6368','Market Watch',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketWatch/index.htm','RedirectURL==6329');
g_navNode_4_2_0_0=g_navNode_4_2_0.addNode('6329','House Views',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketWatch/HouseViews/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_0_1=g_navNode_4_2_0.addNode('6369','Weathering Volatility',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketWatch/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_0_2=g_navNode_4_2_0.addNode('4093','Videos',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketWatch/Videos/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_0_3=g_navNode_4_2_0.addNode('7020','ViewPoint',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketWatch/ViewPoint/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_2_2=g_navNode_4_2.addNode('91','Week in View',ssUrlPrefix + 'Intermediaries/InvestmentInsight/WeekinView/index.htm','RedirectURL==115','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_2_1=g_navNode_4_2_2.addNode('115','Week in View',ssUrlPrefix + 'Intermediaries/InvestmentInsight/WeekinView/WeekinView/index.htm','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_3=g_navNode_4_2.addNode('149','BlackRock Bullets',ssUrlPrefix + 'Intermediaries/InvestmentInsight/BlackRockBullets/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_4_2_9=g_navNode_4_2.addNode('5039','Gold Update',ssUrlPrefix + 'Intermediaries/InvestmentInsight/GoldUpdate/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_2_10=g_navNode_4_2.addNode('6237','ETF Landscape',ssUrlPrefix + 'Intermediaries/InvestmentInsight/ETF/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6238');
g_navNode_4_2_10_1=g_navNode_4_2_10.addNode('6239','Registration',ssUrlPrefix + 'Intermediaries/InvestmentInsight/ETF/registration/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_10_2=g_navNode_4_2_10.addNode('6242','Events',ssUrlPrefix + 'Intermediaries/InvestmentInsight/ETF/events/index.htm','DoNotShowInNavigation==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_10_4=g_navNode_4_2_10.addNode('6238','Publications',ssUrlPrefix + 'Intermediaries/InvestmentInsight/ETF/publications/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_2_12=g_navNode_4_2.addNode('8146','Strategic Solutions',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_2_12_1=g_navNode_4_2_12.addNode('8149','Articles',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/Articles/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==8150');
g_navNode_4_2_12_1_0=g_navNode_4_2_12_1.addNode('8150','floating-on-air',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/Articles/floating-on-air/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_12_1_1=g_navNode_4_2_12_1.addNode('8151','equity-income',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/Articles/equity-income/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_12_1_2=g_navNode_4_2_12_1.addNode('8152','high-sobriety',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/Articles/high-sobriety/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_12_1_3=g_navNode_4_2_12_1.addNode('8153','fair-exchange',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/Articles/fair-exchange/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_12_1_4=g_navNode_4_2_12_1.addNode('8154','tempted-emerging-markets',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/Articles/tempted-emerging-markets/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_12_1_5=g_navNode_4_2_12_1.addNode('8159','sovereign-debt',ssUrlPrefix + 'Intermediaries/InvestmentInsight/Strategic-Solutions/Articles/sovereign-debt/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_13=g_navNode_4_2.addNode('8257','2012 Outlook',ssUrlPrefix + 'Intermediaries/InvestmentInsight/2012Outlook/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2_13_0=g_navNode_4_2_13.addNode('8258','Articles',ssUrlPrefix + 'Intermediaries/InvestmentInsight/2012Outlook/Articles/index.htm','RedirectURL==8260');
g_navNode_4_2_13_0_0=g_navNode_4_2_13_0.addNode('8260','bmacs-outlook-2012',ssUrlPrefix + 'Intermediaries/InvestmentInsight/2012Outlook/Articles/bmacs-outlook-2012/index.htm','ShowRelResources==TRUE');
g_navNode_4_2_13_0_1=g_navNode_4_2_13_0.addNode('8261','UK Equity Outlook 2012 with Nick McLeod-Clarke',ssUrlPrefix + 'Intermediaries/InvestmentInsight/2012Outlook/Articles/UKEquityOutlook2012withNickMcLeod-Clarke/index.htm');
g_navNode_4_3=g_navNode_4.addNode('126','Multimedia',ssUrlPrefix + 'Intermediaries/Multimedia/index.htm','RedirectURL==148');
g_navNode_4_3_0=g_navNode_4_3.addNode('148','Web Casts',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_3_0_1=g_navNode_4_3_0.addNode('5830','Outlook2010',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/Outlook2010/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_4_3_0_1_0=g_navNode_4_3_0_1.addNode('5829','European Equity August',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/Outlook2010/EuropeanEquity/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_0_1_1=g_navNode_4_3_0_1.addNode('6429','European Equity',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/Outlook2010/EuropeanEquity-old/index.htm');
g_navNode_4_3_0_1_2=g_navNode_4_3_0_1.addNode('5842','GlobalEquity',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/Outlook2010/GlobalEquity/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_0_1_3=g_navNode_4_3_0_1.addNode('5843','Fixed Income ',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/Outlook2010/FixedIncome/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_0_3=g_navNode_4_3_0.addNode('4514','Investing In Europe',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/InvestingInEurope/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_0_6=g_navNode_4_3_0.addNode('4704','BGF World/NewEnergy',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/BGFWorldNewEnergy/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_0_8=g_navNode_4_3_0.addNode('5294','EuroEquities',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/EuroEquities/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css','DoNotShowInNavigation==TRUE');
g_navNode_4_3_0_9=g_navNode_4_3_0.addNode('6187','Emerging Markets',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/EmergingMarkets/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_0_10=g_navNode_4_3_0.addNode('6856','outlook',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/outlook/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_4_3_0_10_0=g_navNode_4_3_0_10.addNode('6857','2011',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/outlook/2011/index.htm','ShowRelResources==TRUE');
g_navNode_4_4=g_navNode_4.addNode('2034','Featured Funds',ssUrlPrefix + 'Intermediaries/FeaturedFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2053');
g_navNode_4_4_0=g_navNode_4_4.addNode('5236','European Fixed Income',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanFixedIncome/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5237','ShowRelResources==TRUE');
g_navNode_4_4_0_0=g_navNode_4_4_0.addNode('5237','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanFixedIncome/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_0_1=g_navNode_4_4_0.addNode('5809','Team',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanFixedIncome/Team/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_0_2=g_navNode_4_4_0.addNode('5238','Fund Range',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanFixedIncome/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_0_3=g_navNode_4_4_0.addNode('5239','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanFixedIncome/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_1=g_navNode_4_4.addNode('2053','Global Allocation Fund',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/index.htm','AdditionalCSS== ','DoNotShowInNavigation==FALSE','RedirectURL==7393');
g_navNode_4_4_1_0=g_navNode_4_4_1.addNode('2047','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Overview/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_1_1=g_navNode_4_4_1.addNode('2048','Fund Insight',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/FundInsight/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_1_2=g_navNode_4_4_1.addNode('2049','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Literature/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_1_3=g_navNode_4_4_1.addNode('2050','Awards',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Awards/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==TRUE','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_2=g_navNode_4_4.addNode('3999','European Equities',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanEquities/index.htm','DisplayDateFormat== ','DoNotShowInNavigation==TRUE','RedirectURL==4000','ShowRelResources==TRUE');
g_navNode_4_4_2_0=g_navNode_4_4_2.addNode('4000','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanEquities/Overview/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_2_1=g_navNode_4_4_2.addNode('4610','Fund Range',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanEquities/FundRange/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_2_2=g_navNode_4_4_2.addNode('4001','Team',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanEquities/Process/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_2_3=g_navNode_4_4_2.addNode('4002','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanEquities/Literature/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_3=g_navNode_4_4.addNode('4505','European Absolute Return Strategies',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanAbsoluteAlphax/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4506');
g_navNode_4_4_3_0=g_navNode_4_4_3.addNode('4506','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanAbsoluteAlphax/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_4_3_1=g_navNode_4_4_3.addNode('4507','Fund Insight',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanAbsoluteAlphax/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_4_3_2=g_navNode_4_4_3.addNode('4508','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanAbsoluteAlphax/Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_4_3_3=g_navNode_4_4_3.addNode('4509','Why Invest?',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanAbsoluteAlphax/WhyInvest/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_4_4=g_navNode_4_4.addNode('4601','Natural Resources',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4602','ShowRelResources==TRUE');
g_navNode_4_4_4_0=g_navNode_4_4_4.addNode('4602','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_4_1=g_navNode_4_4_4.addNode('4607','Team',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/TheTeam/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_4_2=g_navNode_4_4_4.addNode('4603','Fund Range',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_4_3=g_navNode_4_4_4.addNode('4604','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_4_4=g_navNode_4_4_4.addNode('4605','Awards',ssUrlPrefix + 'Intermediaries/FeaturedFund/NaturalResources/Awards/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_5=g_navNode_4_4.addNode('6554','BlackRock Absolute Return Funds',ssUrlPrefix + 'Intermediaries/FeaturedFund/AbsoluteReturnFunds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6555');
g_navNode_4_4_5_0=g_navNode_4_4_5.addNode('6555','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/AbsoluteReturnFunds/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_4_5_1=g_navNode_4_4_5.addNode('6566','Guide',ssUrlPrefix + 'Intermediaries/FeaturedFund/AbsoluteReturnFunds/About/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_5_2=g_navNode_4_4_5.addNode('6556','Fund Range',ssUrlPrefix + 'Intermediaries/FeaturedFund/AbsoluteReturnFunds/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_5_3=g_navNode_4_4_5.addNode('6607','1',ssUrlPrefix + 'Intermediaries/FeaturedFund/AbsoluteReturnFunds/Fund1/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_5_4=g_navNode_4_4_5.addNode('6558','2',ssUrlPrefix + 'Intermediaries/FeaturedFund/AbsoluteReturnFunds/Fund2/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_5_5=g_navNode_4_4_5.addNode('6567','3',ssUrlPrefix + 'Intermediaries/FeaturedFund/AbsoluteReturnFunds/Fund3/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_6=g_navNode_4_4.addNode('7389','Global Allocation Micro Site',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','DoNotShowInNavigation==TRUE','RedirectURL==7393','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_6_0=g_navNode_4_4_6.addNode('7393','Home',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/Home/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_6_1=g_navNode_4_4_6.addNode('7390','Flexibility',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/Flexibility/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','AdditionalJavaScript== ','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName== ');
g_navNode_4_4_6_2=g_navNode_4_4_6.addNode('7394','Perspective',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/Perspective/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName== ');
g_navNode_4_4_6_3=g_navNode_4_4_6.addNode('7395','Stability',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/Stability/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','AdditionalJavaScript== ','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_6_4=g_navNode_4_4_6.addNode('7423','End Investor',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/end-investor/index.htm','RedirectURL==7417');
g_navNode_4_4_6_5=g_navNode_4_4_6.addNode('7396','Contact us',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/Contactus/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_6_6=g_navNode_4_4_6.addNode('7446','videos',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/videos/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_4_4_6_6_0=g_navNode_4_4_6_6.addNode('7447','macroeconomic',ssUrlPrefix + 'Intermediaries/FeaturedFund/global-allocation/videos/macroeconomic/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_4_5=g_navNode_4.addNode('122','Support',ssUrlPrefix + 'Intermediaries/Support/index.htm');
g_navNode_4_5_0=g_navNode_4_5.addNode('128','FAQ',ssUrlPrefix + 'Intermediaries/Support/FAQs/index.htm','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_4_5_1=g_navNode_4_5.addNode('1484','Glossary',ssUrlPrefix + 'Intermediaries/Support/Glossary/index.htm','RedirectURL==1485');
g_navNode_4_5_1_0=g_navNode_4_5_1.addNode('1485','A-F',ssUrlPrefix + 'Intermediaries/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_4_5_1_1=g_navNode_4_5_1.addNode('1486','G-L',ssUrlPrefix + 'Intermediaries/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_4_5_1_2=g_navNode_4_5_1.addNode('1487','M-R',ssUrlPrefix + 'Intermediaries/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_4_5_1_3=g_navNode_4_5_1.addNode('1488','S-Z',ssUrlPrefix + 'Intermediaries/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_4_5_2=g_navNode_4_5.addNode('129','How To Invest',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/index.htm','RedirectURL==4102','ShowLeftColumn==FALSE','ShowRelResources==TRUE');
g_navNode_4_5_2_0=g_navNode_4_5_2.addNode('4102','BGF',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/BGF/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_5_2_1=g_navNode_4_5_2.addNode('4103','BSF',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/BSF/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_5_3=g_navNode_4_5.addNode('131','About Us',ssUrlPrefix + 'Intermediaries/Support/AboutUs/index.htm','RedirectURL==132','ShowLeftColumn==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_4_5_3_1=g_navNode_4_5_3.addNode('132','Investor Relations',ssUrlPrefix + 'Intermediaries/Support/AboutUs/InvestorRelations/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_5_3_2=g_navNode_4_5_3.addNode('133','Press',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_5_3_3=g_navNode_4_5_3.addNode('134','Careers',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Careers/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_5_3_4=g_navNode_4_5_3.addNode('135','Contact Us',ssUrlPrefix + 'Intermediaries/Support/AboutUs/ContactUs/index.htm','ShowLeftColumn==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_5_4=g_navNode_4_5.addNode('1600','Website Support',ssUrlPrefix + 'Intermediaries/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_4_5_5=g_navNode_4_5.addNode('127','Search',ssUrlPrefix + 'Intermediaries/Support/Search/index.htm','Query==\x28dSecurityGroup \x3cmatches\x3e \x60InternationalSite\x60 \x3cOR\x3e dSecurityGroup \x3cmatches\x3e \x60UKSite\x60\x29','SearchNodeId==127','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_8837');
g_navNode_4_5_5_0=g_navNode_4_5_5.addNode('199','Search Help',ssUrlPrefix + 'Intermediaries/Support/Search/SearchHelp/index.htm','ShowRelResources==TRUE');
g_navNode_4_5_6=g_navNode_4_5.addNode('4058','Awards',ssUrlPrefix + 'Intermediaries/Support/Awards/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_6=g_navNode_4.addNode('371','News',ssUrlPrefix + 'Intermediaries/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_6_0=g_navNode_4_6.addNode('4569','Graham Birch',ssUrlPrefix + 'Intermediaries/News/GrahamBirch/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_5=g_navNode_Root.addNode('6715','GR',ssUrlPrefix + 'GR/index.htm','ComplianceNodeId==6742','CookieID==BLKGR001','DoNotShowInNavigation==TRUE','Language==en','NotComplianceProtected==FALSE','RedirectURL==6714');
g_navNode_5_1=g_navNode_5.addNode('6714','Factsheets',ssUrlPrefix + 'GR/Factsheets/index.htm','CookieAge==1','NotComplianceProtected==FALSE','Query==xWebsites \x3cmatches\x3e \x60international\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6028\x60 \x3cAND\x3e xAppGenericText1 \x3cmatches\x3e \x60greekFactsheets\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_12=g_navNode_Root.addNode('54','IMTC',ssUrlPrefix + 'IMTC/index.htm','ComplianceNodeId==1597','ShowRelResources==TRUE','SiloName==IMTC');
g_navNode_12_0=g_navNode_12.addNode('58','Logistics',ssUrlPrefix + 'IMTC/Logistics/index.htm','ShowRelResources==TRUE');
g_navNode_12_0_0=g_navNode_12_0.addNode('624','Transportation',ssUrlPrefix + 'IMTC/Logistics/Transportation/index.htm');
g_navNode_12_0_1=g_navNode_12_0.addNode('625','Accommodation',ssUrlPrefix + 'IMTC/Logistics/Accommodation/index.htm');
g_navNode_12_1=g_navNode_12.addNode('64','Course',ssUrlPrefix + 'IMTC/Course/index.htm','ShowRelResources==TRUE');
g_navNode_12_1_0=g_navNode_12_1.addNode('121','Structure',ssUrlPrefix + 'IMTC/Course/Structure/index.htm','ShowRelResources==TRUE');
g_navNode_12_1_1=g_navNode_12_1.addNode('130','Agenda',ssUrlPrefix + 'IMTC/Course/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_12_3=g_navNode_12.addNode('120','Register',ssUrlPrefix + 'IMTC/Register/index.htm','ShowRelResources==FALSE');
g_navNode_12_4=g_navNode_12.addNode('109','Location',ssUrlPrefix + 'IMTC/Location/index.htm','ShowRelResources==TRUE');
g_navNode_12_5=g_navNode_12.addNode('621','Biographies',ssUrlPrefix + 'IMTC/Biographies/index.htm','RedirectURL==622');
g_navNode_12_5_0=g_navNode_12_5.addNode('622','BlackRock',ssUrlPrefix + 'IMTC/Biographies/Blackrock/index.htm');
g_navNode_12_5_1=g_navNode_12_5.addNode('623','Attendees',ssUrlPrefix + 'IMTC/Biographies/Attendees/index.htm');
g_navNode_12_6=g_navNode_12.addNode('626','Social Events',ssUrlPrefix + 'IMTC/SocialEvents/index.htm');
g_navNode_12_7=g_navNode_12.addNode('88','Contact',ssUrlPrefix + 'IMTC/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_15=g_navNode_Root.addNode('653','DC Conference',ssUrlPrefix + 'DCConference/index.htm','ComplianceNodeId==1597','ShowRelResources==TRUE','SiloName==DC Conference');
g_navNode_15_0=g_navNode_15.addNode('654','Agenda',ssUrlPrefix + 'DCConference/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_15_1=g_navNode_15.addNode('661','Speakers',ssUrlPrefix + 'DCConference/Speakers/index.htm','ShowRelResources==TRUE');
g_navNode_15_2=g_navNode_15.addNode('656','Online Registration',ssUrlPrefix + 'DCConference/OnlineRegistration/index.htm','RedirectURL==https\x3a//vovici.com/wsb.dll/s/11d6dg32c47');
g_navNode_15_2_0=g_navNode_15_2.addNode('660','Registration Confirmation',ssUrlPrefix + 'DCConference/OnlineRegistration/Registrationconfirmation/index.htm','ShowRelResources==TRUE');
g_navNode_15_3=g_navNode_15.addNode('658','Conference Venue',ssUrlPrefix + 'DCConference/ConferenceVenue/index.htm','ShowRelResources==TRUE');
g_navNode_15_4=g_navNode_15.addNode('659','Contact Us',ssUrlPrefix + 'DCConference/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_16=g_navNode_Root.addNode('7329','Home',ssUrlPrefix + 'EmergingMarketsConference/index.htm','DoNotShowInNavigation==FALSE','MicrositeName==Emerging Markets Conference ','NoBreadcrumb==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','StartDivID==dc');
g_navNode_16_0=g_navNode_16.addNode('7330','Agenda',ssUrlPrefix + 'EmergingMarketsConference/Agenda/index.htm','ShowNavInTabs==FALSE','ShowRelResources==FALSE');
g_navNode_16_1=g_navNode_16.addNode('7331','Speaker biographies ',ssUrlPrefix + 'EmergingMarketsConference/Speakers/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_16_2=g_navNode_16.addNode('7354','Presentations',ssUrlPrefix + 'EmergingMarketsConference/Presentations/index.htm','ShowRelResources==FALSE');
g_navNode_16_3=g_navNode_16.addNode('7372','Video Recordings ',ssUrlPrefix + 'EmergingMarketsConference/VideoRecordings/index.htm','HideTabs==TRUE','ShowRelResources==TRUE');
g_navNode_16_4=g_navNode_16.addNode('7382','Pictures',ssUrlPrefix + 'EmergingMarketsConference/Pictures/index.htm','RedirectURL== ','ShowRelResources==TRUE');
g_navNode_17=g_navNode_Root.addNode('3268','kbc',ssUrlPrefix + 'kbc/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_17_0=g_navNode_17.addNode('3269','fr',ssUrlPrefix + 'kbc/fr/index.htm','DoNotShowInNavigation==TRUE','Language==fr','NotComplianceProtected==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xFirms \x3ccontains\x3e \\x27106\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60International\x60','RedirectURL==http\x3a//www.blackrock.be/KBC/fr/index.htm');
g_navNode_17_1=g_navNode_17.addNode('3270','nl',ssUrlPrefix + 'kbc/nl/index.htm','DoNotShowInNavigation==TRUE','Language==nl','NotComplianceProtected==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xFirms \x3ccontains\x3e \\x27106\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60International\x60','RedirectURL==http\x3a//www.blackrock.be/KBC/nl/index.htm');
g_navNode_17_2=g_navNode_17.addNode('3271','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 \x60International\x60','RedirectURL==http\x3a//www.blackrock.be/KBC/internal/index.htm','SortFields==xDocumentNickname Asc');
g_navNode_18=g_navNode_Root.addNode('676','BARS',ssUrlPrefix + 'bars/index.htm','ComplianceNodeId==862','DoNotShowInNavigation==FALSE','Language==en','MicrositeName==Bars ','StartDivID==dc');
g_navNode_18_0=g_navNode_18.addNode('677','The Company',ssUrlPrefix + 'bars/THE_COMPANY/index.htm','ShowRelResources==TRUE');
g_navNode_18_1=g_navNode_18.addNode('678','Investment Advisor',ssUrlPrefix + 'bars/InvestmentAdvisor/index.htm','ShowRelResources==TRUE');
g_navNode_18_2=g_navNode_18.addNode('843','Investment Philosophy',ssUrlPrefix + 'bars/InvestmentPhilosophy/index.htm','ShowRelResources==TRUE');
g_navNode_18_4=g_navNode_18.addNode('863','Library',ssUrlPrefix + 'bars/Library/index.htm','RedirectURL==856');
g_navNode_18_4_0=g_navNode_18_4.addNode('852','Library',ssUrlPrefix + 'bars/Library/Literature/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==856','ShowRelResources==TRUE');
g_navNode_18_4_0_0=g_navNode_18_4_0.addNode('856','Press Releases',ssUrlPrefix + 'bars/Library/Literature/PressReleases/index.htm','HideTabs==TRUE','Query==xWebsites \x3ccontains\x3e \x60International\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6023\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60BARS\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_18_4_0_1=g_navNode_18_4_0.addNode('858','Prospectus',ssUrlPrefix + 'bars/Library/Literature/Prospectus/index.htm','Query==xWebsites \x3ccontains\x3e \x60International\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6026\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60BARS\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_18_4_0_2=g_navNode_18_4_0.addNode('859','Newsletters',ssUrlPrefix + 'bars/Library/Literature/Newsletters/index.htm','Query==xWebsites \x3ccontains\x3e \x60International\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6017\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60BARS\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_18_4_0_3=g_navNode_18_4_0.addNode('860','Reports \x26 Forms',ssUrlPrefix + 'bars/Library/Literature/FinancialReports/index.htm','Query==xWebsites \x3ccontains\x3e \x60International\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6018\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60BARS\x60','ShowRelResources==TRUE');
g_navNode_18_4_0_4=g_navNode_18_4_0.addNode('857','NAV Announcements',ssUrlPrefix + 'bars/Library/Literature/NAVAnnouncements/index.htm','Query==xWebsites \x3ccontains\x3e \x60International\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6029\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60BARS\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentDate Desc');
g_navNode_18_5=g_navNode_18.addNode('853','Key Terms \x26 Parties',ssUrlPrefix + 'bars/KeyTermsandParties/index.htm','ShowRelResources==TRUE');
g_navNode_18_6=g_navNode_18.addNode('854','Contact Us',ssUrlPrefix + 'bars/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_18_7=g_navNode_18.addNode('855','Important Information',ssUrlPrefix + 'bars/ImportantInformation/index.htm','ShowRelResources==TRUE');
g_navNode_20=g_navNode_Root.addNode('1694','apr',ssUrlPrefix + 'apr/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==1750');
g_navNode_20_0=g_navNode_20.addNode('1750','cambodia2008',ssUrlPrefix + 'apr/cambodia2008/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//event.shanger.net/blackrock/index.asp');
g_navNode_21=g_navNode_Root.addNode('2428','London Hedge Funds Conference',ssUrlPrefix + 'LondonHedgefundsConference/index.htm','SiloName==HedgeFundsConference');
g_navNode_21_3=g_navNode_21.addNode('5155','Fund Information',ssUrlPrefix + 'LondonHedgefundsConference/FundInformation/index.htm','RedirectURL==3575');
g_navNode_21_3_0=g_navNode_21_3.addNode('3575','Presentations',ssUrlPrefix + 'LondonHedgefundsConference/FundInformation/Presentations/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60UkhedgePres\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc ');
g_navNode_21_3_1=g_navNode_21_3.addNode('5156','Factsheets',ssUrlPrefix + 'LondonHedgefundsConference/FundInformation/Factsheets/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60Ukhedge\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_22=g_navNode_Root.addNode('2734','Events',ssUrlPrefix + 'Events/index.htm','ShowRelResources==TRUE','SiloName==Events');
g_navNode_23=g_navNode_Root.addNode('3346','factsheets',ssUrlPrefix + 'factsheets/index.htm','RedirectURL==140');
g_navNode_24=g_navNode_Root.addNode('3350','Market Watch',ssUrlPrefix + 'MarketWatch/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==FALSE','RedirectURL==6708','ShowRelResources==TRUE','SiloName==Market Watch');
g_navNode_24_0=g_navNode_24.addNode('6708','Videos',ssUrlPrefix + 'MarketWatch/Videos/index.htm','DoNotShowInNavigation==TRUE','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_24_1=g_navNode_24.addNode('6735','House Views',ssUrlPrefix + 'MarketWatch/HouseViews/index.htm','DoNotShowInNavigation==TRUE','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_24_2=g_navNode_24.addNode('6744','Weathering Volatility',ssUrlPrefix + 'MarketWatch/WeatheringVolatility/index.htm','DoNotShowInNavigation==TRUE','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25=g_navNode_Root.addNode('4004','Market Watch Individual',ssUrlPrefix + 'MarketWatchIndividual/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==MarketWatchIndividual','RedirectURL==4045');
g_navNode_25_0=g_navNode_25.addNode('4045','Market Watch',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/index.htm','DoNotShowInNavigation==FALSE','MicrositeName==Market Watch','RedirectURL==6763');
g_navNode_25_0_0=g_navNode_25_0.addNode('6763','Weathering Volatility',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_0_1=g_navNode_25_0.addNode('6764','Market Views',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/MarketViews/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_0_2=g_navNode_25_0.addNode('4046','Staying Invested',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/StayingInvested/index.htm','Language==en','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_0_3=g_navNode_25_0.addNode('4049','Glossary',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/Glossary/index.htm','Language==en','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_25_1=g_navNode_25.addNode('4050','Week in View',ssUrlPrefix + 'MarketWatchIndividual/WeekinView/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_26=g_navNode_Root.addNode('4006','Microsite',ssUrlPrefix + 'Microsite/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==TRUE');
g_navNode_26_0=g_navNode_26.addNode('4007','Emirates',ssUrlPrefix + 'Microsite/Emirates/index.htm','ComplianceNodeId==1597','Language==en','SiloName==Emirates','StartDivID==dc');
g_navNode_26_0_0=g_navNode_26_0.addNode('4008','Funds',ssUrlPrefix + 'Microsite/Emirates/Funds/index.htm','RedirectURL==4009');
g_navNode_26_0_0_0=g_navNode_26_0_0.addNode('4009','Factsheets',ssUrlPrefix + 'Microsite/Emirates/Funds/Factsheets/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60120\x60','ShowNavInTabs==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_26_0_0_1=g_navNode_26_0_0.addNode('4059','Provident Scheme Fund Factsheets',ssUrlPrefix + 'Microsite/Emirates/Funds/ProvidentSchemeFunds/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60InternationalSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60en-gb\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60120\x60','ShowNavInTabs==TRUE');
g_navNode_26_0_1=g_navNode_26_0.addNode('4091','Week in View',ssUrlPrefix + 'Microsite/Emirates/WeekinView/index.htm','RedirectURL==4010');
g_navNode_26_0_1_0=g_navNode_26_0_1.addNode('4010','Week in View',ssUrlPrefix + 'Microsite/Emirates/WeekinView/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_26_0_2=g_navNode_26_0.addNode('4011','About Us',ssUrlPrefix + 'Microsite/Emirates/AboutUs/index.htm');
g_navNode_26_0_3=g_navNode_26_0.addNode('4012','Support',ssUrlPrefix + 'Microsite/Emirates/Support/index.htm','RedirectURL==4013');
g_navNode_26_0_3_0=g_navNode_26_0_3.addNode('4013','Website Support',ssUrlPrefix + 'Microsite/Emirates/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_26_0_3_1=g_navNode_26_0_3.addNode('4014','Contact',ssUrlPrefix + 'Microsite/Emirates/Support/Contact/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_26_0_3_2=g_navNode_26_0_3.addNode('4015','Glossary',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/index.htm','RedirectURL==4016');
g_navNode_26_0_3_2_0=g_navNode_26_0_3_2.addNode('4016','A-F',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_26_0_3_2_1=g_navNode_26_0_3_2.addNode('4017','G-J',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/G-J/index.htm','ShowRelResources==TRUE');
g_navNode_26_0_3_2_2=g_navNode_26_0_3_2.addNode('4018','L-R',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/L-R/index.htm','ShowRelResources==TRUE');
g_navNode_26_0_3_2_3=g_navNode_26_0_3_2.addNode('4019','S-Z',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_26_1=g_navNode_26.addNode('4705','Aviva',ssUrlPrefix + 'Microsite/Aviva/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','DoNotShowInNavigation==FALSE','Language==en','SiloName==Aviva');
g_navNode_26_1_0=g_navNode_26_1.addNode('4706','Literature',ssUrlPrefix + 'Microsite/Aviva/Literature/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','RedirectURL==4721');
g_navNode_26_1_0_0=g_navNode_26_1_0.addNode('4721','Reasons to Buy',ssUrlPrefix + 'Microsite/Aviva/Literature/ReasonstoBuy/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60310\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_1_0_1=g_navNode_26_1_0.addNode('4722','Fund in Focus',ssUrlPrefix + 'Microsite/Aviva/Literature/FundinFocus/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6081\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60310\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_1_0_2=g_navNode_26_1_0.addNode('5099','Newsletters',ssUrlPrefix + 'Microsite/Aviva/Literature/Newsletters/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xAppGenericText1 \x3cmatches\x3e \x60Hibernian\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60310\x60','ShowNavInTabs==TRUE');
g_navNode_26_1_0_3=g_navNode_26_1_0.addNode('4772','Other Literature',ssUrlPrefix + 'Microsite/Aviva/Literature/otherliterature/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60310\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_26_1_1=g_navNode_26_1.addNode('4723','Featured Funds',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_0=g_navNode_26_1_1.addNode('4728','Natural Resources',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/NaturalResources/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','RedirectURL==4739','ShowRelResources==TRUE');
g_navNode_26_1_1_0_0=g_navNode_26_1_1_0.addNode('4739','Overview',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/NaturalResources/Overview/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_0_1=g_navNode_26_1_1_0.addNode('4741','Team',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/NaturalResources/Team/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_0_2=g_navNode_26_1_1_0.addNode('4743','Fund Range',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/NaturalResources/FundRange/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_0_3=g_navNode_26_1_1_0.addNode('4750','Literature',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/NaturalResources/Literature/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_0_4=g_navNode_26_1_1_0.addNode('4751','Awards',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/NaturalResources/Awards/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_1=g_navNode_26_1_1.addNode('4752','European Absolute Return',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturn/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','RedirectURL==4753');
g_navNode_26_1_1_1_0=g_navNode_26_1_1_1.addNode('4753','Overview',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturn/Overview/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_1_1=g_navNode_26_1_1_1.addNode('4754','Fund Insight',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturn/FundInsight/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_1_2=g_navNode_26_1_1_1.addNode('4755','Literature',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturn/Literature/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_1_1_3=g_navNode_26_1_1_1.addNode('4756','Why Invest?',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturn/WhyInvest/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_2=g_navNode_26_1.addNode('4757','Market Views',ssUrlPrefix + 'Microsite/Aviva/MarketViews/index.htm','RedirectURL==7883');
g_navNode_26_1_2_3=g_navNode_26_1_2.addNode('7883','House Views',ssUrlPrefix + 'Microsite/Aviva/MarketViews/houseviews/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_1_2_4=g_navNode_26_1_2.addNode('4762','Weathering Volatility',ssUrlPrefix + 'Microsite/Aviva/MarketViews/WeatheringVolatility/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_1_2_5=g_navNode_26_1_2.addNode('7884','Videos',ssUrlPrefix + 'Microsite/Aviva/MarketViews/videos/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_1_3=g_navNode_26_1.addNode('4763','Support',ssUrlPrefix + 'Microsite/Aviva/Support/index.htm','RedirectURL==4764');
g_navNode_26_1_3_0=g_navNode_26_1_3.addNode('4764','Investment Guides',ssUrlPrefix + 'Microsite/Aviva/Support/InvestmentGuides/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_1=g_navNode_26_1_3.addNode('4773','Glossary',ssUrlPrefix + 'Microsite/Aviva/Support/Glossary/index.htm','RedirectURL==4774','ShowRelResources==TRUE');
g_navNode_26_1_3_1_0=g_navNode_26_1_3_1.addNode('4774','A-F',ssUrlPrefix + 'Microsite/Aviva/Support/Glossary/A-F/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_1_1=g_navNode_26_1_3_1.addNode('4775','G-L',ssUrlPrefix + 'Microsite/Aviva/Support/Glossary/G-L/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_1_2=g_navNode_26_1_3_1.addNode('4776','M-R',ssUrlPrefix + 'Microsite/Aviva/Support/Glossary/M-R/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_1_3=g_navNode_26_1_3_1.addNode('4777','S-Z',ssUrlPrefix + 'Microsite/Aviva/Support/Glossary/S-Z/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_2=g_navNode_26_1_3.addNode('4778','Awards',ssUrlPrefix + 'Microsite/Aviva/Support/Awards/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_3=g_navNode_26_1_3.addNode('4765','About BlackRock',ssUrlPrefix + 'Microsite/Aviva/Support/AboutUs/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_4=g_navNode_26_1_3.addNode('4766','Contact',ssUrlPrefix + 'Microsite/Aviva/Support/Contact/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_26_1_3_5=g_navNode_26_1_3.addNode('4913','Legal',ssUrlPrefix + 'Microsite/Aviva/Support/Legal/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_26_1_3_6=g_navNode_26_1_3.addNode('4914','Privacy Statement',ssUrlPrefix + 'Microsite/Aviva/Support/PrivacyStatement/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_26_2=g_navNode_26.addNode('5013','Sanlam',ssUrlPrefix + 'Microsite/Sanlam/index.htm','DoNotShowInNavigation==FALSE','SiloName==Sanlam');
g_navNode_26_2_0=g_navNode_26_2.addNode('5014','Literature',ssUrlPrefix + 'Microsite/Sanlam/Literature/index.htm','RedirectURL==5015');
g_navNode_26_2_0_0=g_navNode_26_2_0.addNode('5015','Factsheets',ssUrlPrefix + 'Microsite/Sanlam/Literature/Factsheets/index.htm');
g_navNode_26_2_0_1=g_navNode_26_2_0.addNode('5016','Fund Updates',ssUrlPrefix + 'Microsite/Sanlam/Literature/FundUpdates/index.htm');
g_navNode_26_2_0_2=g_navNode_26_2_0.addNode('5017','Investment Guides',ssUrlPrefix + 'Microsite/Sanlam/Literature/InvestmentGuides/index.htm');
g_navNode_26_2_0_3=g_navNode_26_2_0.addNode('5018','Other',ssUrlPrefix + 'Microsite/Sanlam/Literature/Other/index.htm');
g_navNode_26_2_1=g_navNode_26_2.addNode('5019','Understanding Fixed Income',ssUrlPrefix + 'Microsite/Sanlam/FixedIncome/index.htm','ShowRelResources==TRUE');
g_navNode_26_2_2=g_navNode_26_2.addNode('5020','Market Views',ssUrlPrefix + 'Microsite/Sanlam/MarketViews/index.htm','RedirectURL==5021');
g_navNode_26_2_2_0=g_navNode_26_2_2.addNode('5021','Market Watch',ssUrlPrefix + 'Microsite/Sanlam/MarketViews/MarketWatch/index.htm');
g_navNode_26_2_2_1=g_navNode_26_2_2.addNode('5022','Week in View',ssUrlPrefix + 'Microsite/Sanlam/MarketViews/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_26_2_3=g_navNode_26_2.addNode('5026','About Us',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/index.htm','RedirectURL==5023');
g_navNode_26_2_3_0=g_navNode_26_2_3.addNode('5023','About Us',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/AboutUs/index.htm');
g_navNode_26_2_3_1=g_navNode_26_2_3.addNode('5025','Contact Us',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_26_2_3_2=g_navNode_26_2_3.addNode('5024','Gold Standard Awards',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/Award/index.htm','ShowRelResources==TRUE');
g_navNode_26_3=g_navNode_26.addNode('5859','2010 Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5870','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==2010 Outlook');
g_navNode_26_3_0=g_navNode_26_3.addNode('5870','2010 Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/index.htm');
g_navNode_26_3_0_0=g_navNode_26_3_0.addNode('5869','After the Rally',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/AftertheRally/index.htm','Language==en','RedirectURL==5862','ShowThirdLevelNav==TRUE');
g_navNode_26_3_0_1=g_navNode_26_3_0.addNode('5868','Perspectives on 2010',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Perspectives2010/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_3_0_2=g_navNode_26_3_0.addNode('5867','10 Key Trends and Issues',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/10for2010/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_3_0_4=g_navNode_26_3_0.addNode('5862','Executive Summary',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Summary/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_3_0_5=g_navNode_26_3_0.addNode('5864','Understanding the Bigger Picture',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/BiggerPicture/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_3_0_6=g_navNode_26_3_0.addNode('5863','BlackRock Asset Class Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/AssetClassViews/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_3_0_8=g_navNode_26_3_0.addNode('5860','Richard Urwin\'s Biography',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Biography/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_4=g_navNode_26.addNode('5866','After the Rally',ssUrlPrefix + 'Microsite/AftertheRally/index.htm','RedirectURL==5860','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_5=g_navNode_26.addNode('5883','ETFLandscape',ssUrlPrefix + 'Microsite/ETFLandscape/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==ETF Landscape','RedirectURL==5884');
g_navNode_26_5_0=g_navNode_26_5.addNode('5884','ETF Landscape',ssUrlPrefix + 'Microsite/ETFLandscape/Site/index.htm');
g_navNode_26_5_0_0=g_navNode_26_5_0.addNode('5885','Literature',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Literature/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5887');
g_navNode_26_5_0_1=g_navNode_26_5_0.addNode('5930','Subscribe to Reports',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Registration/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_26_5_0_2=g_navNode_26_5_0.addNode('5886','Upcoming Events',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Events/index.htm','ShowRelResources==TRUE');
g_navNode_27=g_navNode_Root.addNode('4220','LocalContent',ssUrlPrefix + 'LocalContent/index.htm','NotComplianceProtected==TRUE','StartDivID==LandingPage','iSharesHome==Y');
g_navNode_28=g_navNode_Root.addNode('5693','Local Content 2',ssUrlPrefix + 'LocalContent2/index.htm','iSharesHome==Y');
g_navNode_29=g_navNode_Root.addNode('5000','Error2',ssUrlPrefix + 'Error2/index.htm','HTTPMetaText==\x3cmeta name\x3d\"robots\" content\x3d\"noindex\"\x3e');
g_navNode_30=g_navNode_Root.addNode('452','Carbon3',ssUrlPrefix + 'Carbon3/index.htm','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==Carbon3','NoBreadcrumb==TRUE','RedirectURL==453');
g_navNode_30_0=g_navNode_30.addNode('453','Home',ssUrlPrefix + 'Carbon3/Home/index.htm');
g_navNode_30_1=g_navNode_30.addNode('454','Investor Letters',ssUrlPrefix + 'Carbon3/InvestorLetters/index.htm','WideColumnMiddle==TRUE');
g_navNode_30_2=g_navNode_30.addNode('455','Asset Summaries',ssUrlPrefix + 'Carbon3/AssetSummaries/index.htm');
g_navNode_30_3=g_navNode_30.addNode('510','Fund Financial Statements',ssUrlPrefix + 'Carbon3/FundFinancialStatements/index.htm','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_30_4=g_navNode_30.addNode('6191','Research Commentary',ssUrlPrefix + 'Carbon3/ResearchCommentary/index.htm');
g_navNode_30_5=g_navNode_30.addNode('456','Contact Us',ssUrlPrefix + 'Carbon3/ContactUs/index.htm');
g_navNode_31=g_navNode_Root.addNode('481','Carbon1',ssUrlPrefix + 'Carbon1/index.htm','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==Carbon1','NoBreadcrumb==TRUE','RedirectURL==487');
g_navNode_31_0=g_navNode_31.addNode('487','Home',ssUrlPrefix + 'Carbon1/Home/index.htm','NoBreadcrumb==TRUE');
g_navNode_31_1=g_navNode_31.addNode('488','Investor Letters',ssUrlPrefix + 'Carbon1/InvestorLetters/index.htm');
g_navNode_31_2=g_navNode_31.addNode('491','Asset Summaries',ssUrlPrefix + 'Carbon1/AssetSummaries/index.htm');
g_navNode_31_3=g_navNode_31.addNode('492','Fund Financial Statements',ssUrlPrefix + 'Carbon1/FundFinancialStatements/index.htm');
g_navNode_31_4=g_navNode_31.addNode('493','Contact Us',ssUrlPrefix + 'Carbon1/ContactUs/index.htm');
g_navNode_32=g_navNode_Root.addNode('496','Carbon2',ssUrlPrefix + 'Carbon2/index.htm','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==Carbon2','NoBreadcrumb==TRUE','RedirectURL==497');
g_navNode_32_0=g_navNode_32.addNode('497','Home',ssUrlPrefix + 'Carbon2/Home/index.htm');
g_navNode_32_1=g_navNode_32.addNode('498','Investor Letters',ssUrlPrefix + 'Carbon2/InvestorLetters/index.htm');
g_navNode_32_2=g_navNode_32.addNode('499','Asset Summaries',ssUrlPrefix + 'Carbon2/AssetSummaries/index.htm');
g_navNode_32_3=g_navNode_32.addNode('512','Fund Financial Statements',ssUrlPrefix + 'Carbon2/FundFinancialStatements/index.htm','WideColumnMiddle==TRUE');
g_navNode_32_4=g_navNode_32.addNode('6192','Research Commentary',ssUrlPrefix + 'Carbon2/ResearchCommentary/index.htm');
g_navNode_32_5=g_navNode_32.addNode('500','Contact Us',ssUrlPrefix + 'Carbon2/ContactUs/index.htm');
g_navNode_34=g_navNode_Root.addNode('4769','MultiMedia',ssUrlPrefix + 'MultiMedia/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_34_0=g_navNode_34.addNode('8372','eBook-2012',ssUrlPrefix + 'MultiMedia/eBook-2012/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_1=g_navNode_34.addNode('8379','regulation',ssUrlPrefix + 'MultiMedia/regulation/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2=g_navNode_34.addNode('4770','Player',ssUrlPrefix + 'MultiMedia/Player/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','NotComplianceProtected==TRUE');
g_navNode_34_2_0=g_navNode_34_2.addNode('5920','Individual Investor',ssUrlPrefix + 'MultiMedia/Player/IndividualInvestor/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_34_2_1=g_navNode_34_2.addNode('6868','internal',ssUrlPrefix + 'MultiMedia/Player/internal/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_34_2_2=g_navNode_34_2.addNode('8118','asia-pacific-equity-income-crabb',ssUrlPrefix + 'MultiMedia/Player/asia-pacific-equity-income-crabb/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_3=g_navNode_34_2.addNode('8155','turnill-video',ssUrlPrefix + 'MultiMedia/Player/turnill-video/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_4=g_navNode_34_2.addNode('8156','mark-lytlleton',ssUrlPrefix + 'MultiMedia/Player/mark-lytlleton/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_5=g_navNode_34_2.addNode('8210','S\x26P Kate Hollis Interview',ssUrlPrefix + 'MultiMedia/Player/SPKateHollisInterview/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_6=g_navNode_34_2.addNode('8119','bgf-wld-resource-eq-income',ssUrlPrefix + 'MultiMedia/Player/bgf-wld-resource-eq-income/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_7=g_navNode_34_2.addNode('8120','bolton-jan2011',ssUrlPrefix + 'MultiMedia/Player/bolton-jan2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_8=g_navNode_34_2.addNode('8121','cheung-jan2011',ssUrlPrefix + 'MultiMedia/Player/cheung-jan2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_9=g_navNode_34_2.addNode('8122','european-fund-update-bolton-march2011',ssUrlPrefix + 'MultiMedia/Player/european-fund-update-bolton-march2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_10=g_navNode_34_2.addNode('8124','gaskell-jan-2011',ssUrlPrefix + 'MultiMedia/Player/gaskell-jan-2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_11=g_navNode_34_2.addNode('8125','hambro-jan-2011',ssUrlPrefix + 'MultiMedia/Player/hambro-jan-2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_12=g_navNode_34_2.addNode('8126','hibbert-jan2011',ssUrlPrefix + 'MultiMedia/Player/hibbert-jan2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_13=g_navNode_34_2.addNode('8129','krautzberger-jan2011',ssUrlPrefix + 'MultiMedia/Player/krautzberger-jan2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_14=g_navNode_34_2.addNode('8130','richard-urwin-jan2011',ssUrlPrefix + 'MultiMedia/Player/richard-urwin-jan2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_15=g_navNode_34_2.addNode('8131','turnill-williamson-jones-jan2011',ssUrlPrefix + 'MultiMedia/Player/turnill-williamson-jones-jan2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_16=g_navNode_34_2.addNode('8132','williamson-jones-global-eq-march2011',ssUrlPrefix + 'MultiMedia/Player/williamson-jones-global-eq-march2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_2_17=g_navNode_34_2.addNode('8133','world-agriculture-june10',ssUrlPrefix + 'MultiMedia/Player/world-agriculture-june10/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_3=g_navNode_34.addNode('5806','asset',ssUrlPrefix + 'MultiMedia/assets/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_34_3_0=g_navNode_34_3.addNode('5805','GlobalAlQ409update',ssUrlPrefix + 'MultiMedia/assets/GlobalAlQ409update/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_34_3_1=g_navNode_34_3.addNode('5807','GlobAlFoundation',ssUrlPrefix + 'MultiMedia/assets/GlobAlFoundation/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_34_3_2=g_navNode_34_3.addNode('5933','Euro Dynamic',ssUrlPrefix + 'MultiMedia/assets/EuroDynamic/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_34_3_2_0=g_navNode_34_3_2.addNode('5934','Fund Basics',ssUrlPrefix + 'MultiMedia/assets/EuroDynamic/FundBasics/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_34_3_2_1=g_navNode_34_3_2.addNode('5935','Fund Update',ssUrlPrefix + 'MultiMedia/assets/EuroDynamic/FundUpdate/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_34_3_3=g_navNode_34_3.addNode('6114','EuroAbsReturn',ssUrlPrefix + 'MultiMedia/assets/EuroAbsReturn/index.htm');
g_navNode_34_3_3_0=g_navNode_34_3_3.addNode('6115','BSF',ssUrlPrefix + 'MultiMedia/assets/EuroAbsReturn/BSF/index.htm');
g_navNode_34_3_3_1=g_navNode_34_3_3.addNode('6116','Blk',ssUrlPrefix + 'MultiMedia/assets/EuroAbsReturn/BlackRock/index.htm');
g_navNode_34_4=g_navNode_34.addNode('7006','brighttalk',ssUrlPrefix + 'MultiMedia/brighttalk/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_34_4_0=g_navNode_34_4.addNode('7007','world-energy-feb2011',ssUrlPrefix + 'MultiMedia/brighttalk/world-energy-feb2011/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_34_5=g_navNode_34.addNode('7253','vyoo',ssUrlPrefix + 'MultiMedia/vyoo/index.htm');
g_navNode_34_5_0=g_navNode_34_5.addNode('7254','standard',ssUrlPrefix + 'MultiMedia/vyoo/standard/index.htm');
g_navNode_34_5_1=g_navNode_34_5.addNode('7255','iphone',ssUrlPrefix + 'MultiMedia/vyoo/iphone/index.htm');
g_navNode_34_5_2=g_navNode_34_5.addNode('8067','Graham-Bamping',ssUrlPrefix + 'MultiMedia/vyoo/Graham-Bamping/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_5_3=g_navNode_34_5.addNode('7544','EMEA Sales Training Nefouse',ssUrlPrefix + 'MultiMedia/vyoo/EMEASalesTraining/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE');
g_navNode_34_5_4=g_navNode_34_5.addNode('7545','EMEA Sales Training Bain',ssUrlPrefix + 'MultiMedia/vyoo/EMEASalesTrainingBain/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE');
g_navNode_34_5_5=g_navNode_34_5.addNode('7546','EMEA Sales Training Smith',ssUrlPrefix + 'MultiMedia/vyoo/EMEASalesTrainingSmith/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE');
g_navNode_34_5_6=g_navNode_34_5.addNode('7547','EMEA Sales Video Hoctor-Duncan ',ssUrlPrefix + 'MultiMedia/vyoo/EMEASalesVideoHoctor-Duncan/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE');
g_navNode_34_5_7=g_navNode_34_5.addNode('7613','West LockhartFS',ssUrlPrefix + 'MultiMedia/vyoo/WestLockhartFS/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE');
g_navNode_34_5_8=g_navNode_34_5.addNode('7614','West LockhartTL',ssUrlPrefix + 'MultiMedia/vyoo/WestLockhartTL/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE');
g_navNode_34_5_9=g_navNode_34_5.addNode('7622','WelcomeMessageJC',ssUrlPrefix + 'MultiMedia/vyoo/WelcomeMessageJC/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_5_10=g_navNode_34_5.addNode('7623','OneLocationOneBlackrock',ssUrlPrefix + 'MultiMedia/vyoo/OneLocationOneBlackrock/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_5_11=g_navNode_34_5.addNode('7624','DrapersGardenQuickTour',ssUrlPrefix + 'MultiMedia/vyoo/DrapersGardenQuickTour/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_5_12=g_navNode_34_5.addNode('7640','NaturalResources',ssUrlPrefix + 'MultiMedia/vyoo/NaturalResources/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_34_5_13=g_navNode_34_5.addNode('7752','Video',ssUrlPrefix + 'MultiMedia/vyoo/Video/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css');
g_navNode_35=g_navNode_Root.addNode('4936','News',ssUrlPrefix + 'News/index.htm','RedirectURL==4935');
g_navNode_35_0=g_navNode_35.addNode('4935','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','ShowFundFinder==FALSE','ShowRelResources==TRUE');
g_navNode_37=g_navNode_Root.addNode('617','PPIF',ssUrlPrefix + 'xPPIF/index.htm','ComplianceNodeId==665','DoNotShowInNavigation==TRUE','MicrositeName==I1','NoBreadcrumb==TRUE','RedirectURL==618');
g_navNode_37_0=g_navNode_37.addNode('618','BlackRock Public-Private Investment Fund',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/index.htm');
g_navNode_37_0_0=g_navNode_37_0.addNode('619','Program Info',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/ProgramInfo/index.htm');
g_navNode_37_0_1=g_navNode_37_0.addNode('620','Fund Info',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/FundInfo/index.htm');
g_navNode_37_0_2=g_navNode_37_0.addNode('627','Due Diligence',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/DueDiligence/index.htm');
g_navNode_37_0_3=g_navNode_37_0.addNode('650','Contact Us',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/ContactUs/index.htm');
g_navNode_39=g_navNode_Root.addNode('5164','bsfequalisation',ssUrlPrefix + 'bsfequalisation/index.htm','RedirectURL==5097');
g_navNode_40=g_navNode_Root.addNode('5195','bgfequalisation',ssUrlPrefix + 'bgfequalisation/index.htm','RedirectURL==5137');
g_navNode_41=g_navNode_Root.addNode('5214','GWM Seminar',ssUrlPrefix + 'GWMSeminar/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5219','ShowThirdLevelNav==FALSE','SiloName==GWMSeminar');
g_navNode_41_1=g_navNode_41.addNode('5219','Equities',ssUrlPrefix + 'GWMSeminar/Equities/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60GWMSeminar\x60 \x3cAND\x3e  xAssetType \x3cmatches\x3e \x604\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_41_2=g_navNode_41.addNode('5222','Fixed Income',ssUrlPrefix + 'GWMSeminar/FixedIncome/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60GWMSeminar\x60 \x3cAND\x3e xAssetType \x3cmatches\x3e \x6012\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_41_3=g_navNode_41.addNode('5220','Other',ssUrlPrefix + 'GWMSeminar/other/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60GWMSeminar\x60 \x3cAND\x3e \x28\x28xAssetType \x3cmatches\x3e \x6011\x60\x29 \x3cOR\x3e \x28xAssetType \x3cmatches\x3e \x609\x60\x29\x29','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_42=g_navNode_Root.addNode('5356','Cash Management',ssUrlPrefix + 'CashManagement/index.htm','DoNotShowInNavigation==FALSE','SiloName==4');
g_navNode_42_1=g_navNode_42.addNode('5317','Solutions and Products',ssUrlPrefix + 'CashManagement/SolutionsandProducts/index.htm','DoNotShowInNavigation==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_42_1_0=g_navNode_42_1.addNode('5318','Government/Treasury Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/GovernmentTreasuryFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_42_1_1=g_navNode_42_1.addNode('5323','Institutional Liquidity Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_42_1_1_0=g_navNode_42_1_1.addNode('5324','Institutional Euro Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalEuroFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_42_1_1_1=g_navNode_42_1_1.addNode('5325','Institutional Sterling Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalSterlingFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_42_1_1_2=g_navNode_42_1_1.addNode('5326','Institutional US Dollar Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalUSDollarFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_42_1_2=g_navNode_42_1.addNode('5319','Institutional Ultra Short Bond Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_42_1_2_0=g_navNode_42_1_2.addNode('5320','Institutional Euro Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalEuroPlusFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_42_1_2_1=g_navNode_42_1_2.addNode('5321','Institutional Sterling Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalSterlingPlusFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_42_1_2_2=g_navNode_42_1_2.addNode('5322','Institutional US Dollar Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalUSDollarPlusFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_42_1_3=g_navNode_42_1.addNode('5327','Fund Holidays',ssUrlPrefix + 'CashManagement/SolutionsandProducts/FundHolidays/index.htm','ShowRelResources==TRUE');
g_navNode_42_1_4=g_navNode_42_1.addNode('5328','Fund Range',ssUrlPrefix + 'CashManagement/SolutionsandProducts/FundRange/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_42_3=g_navNode_42.addNode('5334','Market Insight',ssUrlPrefix + 'CashManagement/MarketInsight/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5335');
g_navNode_42_3_0=g_navNode_42_3.addNode('5335','Market View',ssUrlPrefix + 'CashManagement/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_42_4=g_navNode_42.addNode('5340','Document Library',ssUrlPrefix + 'CashManagement/Literature/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5342');
g_navNode_42_4_0=g_navNode_42_4.addNode('5341','Factsheets \x26 Legal Documents',ssUrlPrefix + 'CashManagement/Literature/FactsheetsLegalMaterial/index.htm','RedirectURL==5342');
g_navNode_42_4_0_0=g_navNode_42_4_0.addNode('5342','Fund Factsheets',ssUrlPrefix + 'CashManagement/Literature/FactsheetsLegalMaterial/FundFactsheets/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6028\x60\x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_42_4_0_1=g_navNode_42_4_0.addNode('5346','Legal Documents',ssUrlPrefix + 'CashManagement/Literature/FactsheetsLegalMaterial/LegalDocuments/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60UKSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x6044\x60  \x3cAND\x3e \x28\x28xSubType \x3ccontains\x3e \x609\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6090\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x603\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_42_4_2=g_navNode_42_4.addNode('5351','Literature Request',ssUrlPrefix + 'CashManagement/Literature/LiteratureRequest/index.htm','ShowRelResources==TRUE');
g_navNode_42_5=g_navNode_42.addNode('5352','Contact Us',ssUrlPrefix + 'CashManagement/ContactUs/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5354');
g_navNode_42_5_1=g_navNode_42_5.addNode('5354','Contact Us',ssUrlPrefix + 'CashManagement/ContactUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_42_5_2=g_navNode_42_5.addNode('5355','Search',ssUrlPrefix + 'CashManagement/ContactUs/Search/index.htm','ShowRelResources==TRUE');
g_navNode_43=g_navNode_Root.addNode('5783','Cash Redirect',ssUrlPrefix + 'Cash/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5356');
g_navNode_44=g_navNode_Root.addNode('5893','london2010',ssUrlPrefix + 'london2010/index.htm');
g_navNode_44_0=g_navNode_44.addNode('5905','location',ssUrlPrefix + 'london2010/location/index.htm');
g_navNode_44_1=g_navNode_44.addNode('5906','speaker',ssUrlPrefix + 'london2010/speaker/index.htm','AdditionalJavaScript==http\x3a//www.blackrockinternational.com/content/groups/globaltemplates/international/js/dropdownmenu.js');
g_navNode_44_2=g_navNode_44.addNode('5907','agenda',ssUrlPrefix + 'london2010/agenda/index.htm','AdditionalJavaScript==/content/groups/globaltemplates/international/js/omniture_main.js,/content/groups/globaltemplates/international/js/omniture_page.js');
g_navNode_44_3=g_navNode_44.addNode('5908','thank you',ssUrlPrefix + 'london2010/thankyou/index.htm');
g_navNode_44_4=g_navNode_44.addNode('5948','registration',ssUrlPrefix + 'london2010/registration/index.htm');
g_navNode_44_5=g_navNode_44.addNode('6065','presentations',ssUrlPrefix + 'london2010/presentations/index.htm','ShowRelResources==TRUE');
g_navNode_44_6=g_navNode_44.addNode('6090','Photos',ssUrlPrefix + 'london2010/Photos/index.htm');
g_navNode_44_7=g_navNode_44.addNode('6045','Speaker-Edit',ssUrlPrefix + 'london2010/Speaker-Edit/index.htm','AdditionalJavaScript==http\x3a//www.blackrockinternational.com/content/groups/globaltemplates/international/js/dropdownmenu.js');
g_navNode_46=g_navNode_Root.addNode('6054','Award',ssUrlPrefix + 'Award/index.htm','HideTabs==TRUE','ShowRelResources==TRUE');
g_navNode_47=g_navNode_Root.addNode('6185','game',ssUrlPrefix + 'game/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.unearththeopportunities.com/internal');
g_navNode_48=g_navNode_Root.addNode('6310','agriculture',ssUrlPrefix + 'agriculture/index.htm','RedirectURL==http\x3a//www.unearththeopportunities.com/intermediaries');
g_navNode_49=g_navNode_Root.addNode('6367','agriculture.france ',ssUrlPrefix + 'agriculture.france/index.htm','RedirectURL==http\x3a//unearththeopportunities.com/intermediary-france/');
g_navNode_50=g_navNode_Root.addNode('6529','English',ssUrlPrefix + 'en/index.htm','RedirectURL==6530');
g_navNode_50_0=g_navNode_50.addNode('6530','About Us',ssUrlPrefix + 'en/AboutUs/index.htm','RedirectURL==6531');
g_navNode_50_0_0=g_navNode_50_0.addNode('6531','Overview',ssUrlPrefix + 'en/AboutUs/Overview/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/en/AboutUs/Overview/index.htm');
g_navNode_50_0_1=g_navNode_50_0.addNode('6532','Investor Relations',ssUrlPrefix + 'en/AboutUs/InvestorRelations/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/en/AboutUs/InvestorRelations/index.htm');
g_navNode_50_0_2=g_navNode_50_0.addNode('6533','Press Centre',ssUrlPrefix + 'en/AboutUs/Press/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/en/AboutUs/Press/Latest/index.htm');
g_navNode_50_0_3=g_navNode_50_0.addNode('6534','Contact Us',ssUrlPrefix + 'en/AboutUs/ContactUs/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/en/AboutUs/ContactUs/index.htm');
g_navNode_50_0_4=g_navNode_50_0.addNode('6535','Legal Information',ssUrlPrefix + 'en/AboutUs/LegalInformation/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/en/AboutUs/LegalInformation/index.htm');
g_navNode_50_0_5=g_navNode_50_0.addNode('6536','Privacy Statement',ssUrlPrefix + 'en/AboutUs/PrivacyStatement/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/en/AboutUs/PrivacyStatement/index.htm');
g_navNode_51=g_navNode_Root.addNode('6537','\u6f22\u8a9e',ssUrlPrefix + 'ch/index.htm','RedirectURL==6538');
g_navNode_51_0=g_navNode_51.addNode('6538','\u95dc\u65bc\u8c9d\u840a\u5fb7',ssUrlPrefix + 'ch/AboutUs/index.htm','RedirectURL==6539');
g_navNode_51_0_0=g_navNode_51_0.addNode('6539','\u516c\u53f8\u6982\u89bd',ssUrlPrefix + 'ch/AboutUs/Overview/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/ch/AboutUs/Overview/index.htm');
g_navNode_51_0_1=g_navNode_51_0.addNode('6540','\u65b0\u805e\u4e2d\u5fc3',ssUrlPrefix + 'ch/AboutUs/Press/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/ch/AboutUs/Press/Press/Latest/index.htm');
g_navNode_51_0_2=g_navNode_51_0.addNode('6541','\u6cd5\u5f8b\u8cc7\u6599',ssUrlPrefix + 'ch/AboutUs/LegalInformation/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/ch/AboutUs/LegalInformation/index.htm');
g_navNode_51_0_3=g_navNode_51_0.addNode('6542','\u79c1\u96b1\u8072\u660e',ssUrlPrefix + 'ch/AboutUs/PrivacyStatement/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/ch/AboutUs/PrivacyStatement/index.htm');
g_navNode_51_0_4=g_navNode_51_0.addNode('6543','\u806f\u7d61\u6211\u5011',ssUrlPrefix + 'ch/AboutUs/ContactUs/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/ch/AboutUs/ContactUs/index.htm');
g_navNode_51_0_5=g_navNode_51_0.addNode('6544','\u6295\u8cc7\u8005\u95dc\u4fc2',ssUrlPrefix + 'ch/AboutUs/InvestorRelations/index.htm','RedirectURL==https\x3a//www.blackrock.com.hk/ch/AboutUs/InvestorRelations/index.htm');
g_navNode_52=g_navNode_Root.addNode('6547','ATB Enquiries',ssUrlPrefix + 'ATBEnquiries/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==115');
g_navNode_52_0=g_navNode_52.addNode('6548','English',ssUrlPrefix + 'ATBEnquiries/en/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==115','Language==en','NoBreadcrumb==TRUE','ShowRelResources==TRUE');
g_navNode_52_1=g_navNode_52.addNode('6549','Chinese',ssUrlPrefix + 'ATBEnquiries/ch/index.htm','AlternateLogo==blkcnlogo.gif','AlternateLogoHeight==115','Language==cn_hk','NoBreadcrumb==TRUE','ShowRelResources==TRUE');
g_navNode_53=g_navNode_Root.addNode('6578','Portfolio Construction',ssUrlPrefix + 'portfolioconstruction/index.htm');
g_navNode_53_0=g_navNode_53.addNode('6580','Agenda',ssUrlPrefix + 'portfolioconstruction/agenda/index.htm');
g_navNode_53_1=g_navNode_53.addNode('6581','Speakers',ssUrlPrefix + 'portfolioconstruction/speakers/index.htm');
g_navNode_53_2=g_navNode_53.addNode('6582','Location',ssUrlPrefix + 'portfolioconstruction/location/index.htm');
g_navNode_53_3=g_navNode_53.addNode('6666','Presentations',ssUrlPrefix + 'portfolioconstruction/Presentations/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_54=g_navNode_Root.addNode('6614','EuropeanEquities',ssUrlPrefix + 'EuropeanEquities/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css','DoNotShowInNavigation==TRUE');
g_navNode_55=g_navNode_Root.addNode('6854','test.com',ssUrlPrefix + 'test.com/index.htm');
g_navNode_56=g_navNode_Root.addNode('6865','frontroweurope',ssUrlPrefix + 'frontroweurope/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg48833');
g_navNode_57=g_navNode_Root.addNode('6866','frontroweurope.com',ssUrlPrefix + 'frontroweurope.com/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg48833');
g_navNode_58=g_navNode_Root.addNode('7090','ThankYou-UKPension',ssUrlPrefix + 'ThankYou-UKPension/index.htm');
g_navNode_59=g_navNode_Root.addNode('7889','Thanks',ssUrlPrefix + 'Thanks/index.htm','DoNotShowInNavigation==TRUE','NoBreadcrumb==TRUE','ShowRelResources==TRUE');
g_navNode_60=g_navNode_Root.addNode('6899','thankyou',ssUrlPrefix + 'thank-you/index.htm');
g_navNode_60_0=g_navNode_60.addNode('6900','value-proposition',ssUrlPrefix + 'thank-you/value-proposition/index.htm');
g_navNode_60_0_0=g_navNode_60_0.addNode('6901','emea',ssUrlPrefix + 'thank-you/value-proposition/emea/index.htm');
g_navNode_60_0_1=g_navNode_60_0.addNode('6902','us',ssUrlPrefix + 'thank-you/value-proposition/us/index.htm');
g_navNode_60_0_2=g_navNode_60_0.addNode('6906','apac',ssUrlPrefix + 'thank-you/value-proposition/apac/index.htm');
g_navNode_60_1=g_navNode_60.addNode('6983','Investment Trust Testing',ssUrlPrefix + 'thank-you/investment-trust-testing/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_60_2=g_navNode_60.addNode('7177','gem-conference',ssUrlPrefix + 'thank-you/gem-conference/index.htm');
g_navNode_60_3=g_navNode_60.addNode('7419','global-allocation-microsite',ssUrlPrefix + 'thank-you/global-allocation-microsite/index.htm');
g_navNode_61=g_navNode_Root.addNode('7023','weekly-market-update',ssUrlPrefix + 'weekly-market-update/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//mediazone.brighttalk.com/comm/BlackRock/58680a47d2-28884-3407-31962 ','SearchNodeId== ');
g_navNode_62=g_navNode_Root.addNode('7225','etflsubscribe',ssUrlPrefix + 'etflsubscribe/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6239');
g_navNode_63=g_navNode_Root.addNode('7226','etflevents',ssUrlPrefix + 'etflevents/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6242');
g_navNode_64=g_navNode_Root.addNode('7227','etflpublications',ssUrlPrefix + 'etflpublications/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6238');
g_navNode_65=g_navNode_Root.addNode('7985','Fiduciary',ssUrlPrefix + 'Fiduciary/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5608');
g_navNode_66=g_navNode_Root.addNode('7484','rome2011',ssUrlPrefix + 'rome2011/index.htm','RedirectURL==http\x3a//internationalinvestmentforum.com/ ');
g_navNode_67=g_navNode_Root.addNode('7538','Global Allocation',ssUrlPrefix + 'globalallocation/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7417');
g_navNode_68=g_navNode_Root.addNode('7666','EquityIncome',ssUrlPrefix + 'EquityIncome/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','DoNotShowInNavigation==TRUE');
g_navNode_68_0=g_navNode_68.addNode('7699','Video',ssUrlPrefix + 'EquityIncome/Video/index.htm','NotComplianceProtected==TRUE');
g_navNode_68_1=g_navNode_68.addNode('7885','ShortVersion',ssUrlPrefix + 'EquityIncome/ShortVersion/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR');
g_navNode_69=g_navNode_Root.addNode('7827','TestTemplate',ssUrlPrefix + 'TestTemplate/index.htm','AdditionalCSS==roups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','DoNotShowInNavigation==TRUE');

