/////////////////////////////////////////////////////////////////////////////
// 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','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','OmnitureID==blkintl-prod','ShowLeftColumn==FALSE','StartDivID==LandingPage','TrackingCookieCampaign==7419','TrackingCookieVendor==serving-sys','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','HideLiteratureFinder==FALSE','IsSiloHome==TRUE','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','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('175','Prices',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','RedirectURL==1201','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_0_0=g_navNode_1_1_0.addNode('1201','BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d6/class\x3dA//','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_0_1=g_navNode_1_1_0.addNode('644','BGF Distributor Status',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGFDistributorStatus/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN//','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_0_2=g_navNode_1_1_0.addNode('5138','BSF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dfalse//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_8837');
g_navNode_1_1_0_2_0=g_navNode_1_1_0_2.addNode('5135','Income Equalisation',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BSF/IncomeEqualisation/index.htm');
g_navNode_1_1_0_4=g_navNode_1_1_0.addNode('655','BlackRock Int\'l Gold \x26 General',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BlackRockIntlGoldGeneralFund/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d11//','RedirectURL==175','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_1_1_0_5=g_navNode_1_1_0.addNode('5694','iShares Exchange Traded Funds',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/iSharesExchangeTradedFunds/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1=g_navNode_1_1.addNode('196','Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_1_1_1_0=g_navNode_1_1_1.addNode('268','Fund Finder',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_8837');
g_navNode_1_1_1_1=g_navNode_1_1_1.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_1_2=g_navNode_1_1_1.addNode('73','Charting Tool',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/ChartingTool/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_1_1_3=g_navNode_1_1_1.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_1_4=g_navNode_1_1_1.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==4030');
g_navNode_1_3_0=g_navNode_1_3.addNode('4030','Market Watch',ssUrlPrefix + 'IndividualInvestors/MarketView/MarketWatch/index.htm');
g_navNode_1_3_0_0=g_navNode_1_3_0.addNode('4027','Staying Invested',ssUrlPrefix + 'IndividualInvestors/MarketView/MarketWatch/StayingInvested/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_0_1=g_navNode_1_3_0.addNode('4028','Glossary',ssUrlPrefix + 'IndividualInvestors/MarketView/MarketWatch/Glossary/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_1=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_7=g_navNode_1.addNode('5001','Multimedia',ssUrlPrefix + 'IndividualInvestors/Multimedia/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5002');
g_navNode_1_7_0=g_navNode_1_7.addNode('5002','WebCasts',ssUrlPrefix + 'IndividualInvestors/Multimedia/WebCasts/index.htm','DoNotShowInNavigation==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('5632','Alternative Investments',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_1_3=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_4=g_navNode_2_0_1.addNode('5635','Indexing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/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','Investment Week',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/InvestmentWeek/index.htm','ShowRelResources==TRUE');
g_navNode_2_3=g_navNode_2.addNode('211','Literature',ssUrlPrefix + 'InstitutionalInvestors/Literature/index.htm','RedirectURL==5311');
g_navNode_2_3_0=g_navNode_2_3.addNode('5311','Institutional Fund Factsheets',ssUrlPrefix + 'InstitutionalInvestors/Literature/InstitutionalFundFactsheets/index.htm','RedirectURL==2779','ShowRelResources==TRUE');
g_navNode_2_3_0_0=g_navNode_2_3_0.addNode('2779','BlackRock Factsheets',ssUrlPrefix + 'InstitutionalInvestors/Literature/InstitutionalFundFactsheets/BlackRockFactsheets/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','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','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_2_3_1=g_navNode_2_3.addNode('212','Brochures and Support Material',ssUrlPrefix + 'InstitutionalInvestors/Literature/BrochuresandSupportMaterial/index.htm','RedirectURL==1479','ShowRelResources==FALSE');
g_navNode_2_3_1_0=g_navNode_2_3_1.addNode('1479','Brochures',ssUrlPrefix + 'InstitutionalInvestors/Literature/BrochuresandSupportMaterial/Brochures/index.htm','LiteratureRequestNodeId==213','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 \x607\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_2_3_1_1=g_navNode_2_3_1.addNode('1598','Education',ssUrlPrefix + 'InstitutionalInvestors/Literature/BrochuresandSupportMaterial/Education/index.htm','LiteratureRequestNodeId==213','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_2_3_1_2=g_navNode_2_3_1.addNode('1599','Corporate',ssUrlPrefix + 'InstitutionalInvestors/Literature/BrochuresandSupportMaterial/Corporate/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60International\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6071\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_2_3_3=g_navNode_2_3.addNode('213','Literature Request',ssUrlPrefix + 'InstitutionalInvestors/Literature/LiteratureRequest/index.htm','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/litvalidation.js','ShowRelResources==TRUE');
g_navNode_2_4=g_navNode_2.addNode('5599','Corporate Goverance',ssUrlPrefix + 'InstitutionalInvestors/CorporateGoverance/index.htm','ShowRelResources==TRUE');
g_navNode_2_5=g_navNode_2.addNode('210','Events',ssUrlPrefix + 'InstitutionalInvestors/Events/index.htm','ShowRelResources==TRUE','WideColumnMiddle==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');
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_4=g_navNode_Root.addNode('96','Intermediaries',ssUrlPrefix + 'Intermediaries/index.htm','ComplianceNodeId==1597','HideLiteratureFinder==FALSE','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','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 xProductGroup \x3csubstring\x3e \x606\x60 \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('191','Prices',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','RedirectURL==1612','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_4_1_0_0=g_navNode_4_1_0.addNode('1612','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BGF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_4_1_0_0_0=g_navNode_4_1_0_0.addNode('5137','BGF Income Equalisation',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BGF/IncomeEqualisation/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_0_1=g_navNode_4_1_0.addNode('1613','BGF Distributor Status',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BGFDistributorStatus/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dY/hedged\x3dN//','RedirectURL==191','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_4_1_0_2=g_navNode_4_1_0.addNode('2045','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dfalse//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_8837');
g_navNode_4_1_0_2_0=g_navNode_4_1_0_2.addNode('5097','Income Equalisation',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BSF/IncomeEqualisation/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_0_4=g_navNode_4_1_0.addNode('1615','BlackRock Int\'l Gold \x26 General',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/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_0_5=g_navNode_4_1_0.addNode('5695','iShares Exchange Traded Funds',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/iSharesExchangeTradedFunds/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_1=g_navNode_4_1.addNode('192','Tools',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/index.htm');
g_navNode_4_1_1_0=g_navNode_4_1_1.addNode('193','Fund Finder',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/FundFinder/index.htm','HideTabs==TRUE','ShowLeftColumn==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_8837');
g_navNode_4_1_1_1=g_navNode_4_1_1.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_1_2=g_navNode_4_1_1.addNode('195','Charting Tool',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/ChartingTool/index.htm','ShowLeftColumn==TRUE');
g_navNode_4_1_1_3=g_navNode_4_1_1.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_1_4=g_navNode_4_1_1.addNode('198','eValuator',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_2=g_navNode_4_1.addNode('2117','Investment Options',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2118');
g_navNode_4_1_2_0=g_navNode_4_1_2.addNode('2118','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/BGF/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_1_2_1=g_navNode_4_1_2.addNode('2124','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/BSF/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_4_1_2_2=g_navNode_4_1_2.addNode('5657','iShares Exchange Traded Funds',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/ETFs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_2=g_navNode_4.addNode('125','Market Views',ssUrlPrefix + 'Intermediaries/InvestmentInsight/index.htm','RedirectURL==4093');
g_navNode_4_2_0=g_navNode_4_2.addNode('4093','Market Watch',ssUrlPrefix + 'Intermediaries/InvestmentInsight/MarketWatch/index.htm');
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_5=g_navNode_4_2.addNode('149','BlackRock Bullets',ssUrlPrefix + 'Intermediaries/InvestmentInsight/BlackRockBullets/index.htm','ShowLeftColumn==TRUE','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_4_2_7=g_navNode_4_2.addNode('5039','Gold Update',ssUrlPrefix + 'Intermediaries/InvestmentInsight/GoldUpdate/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
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',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('5842','GlobalEquity',ssUrlPrefix + 'Intermediaries/Multimedia/WebCasts/Outlook2010/GlobalEquity/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_0_1_2=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_4=g_navNode_4.addNode('2034','Featured Funds',ssUrlPrefix + 'Intermediaries/FeaturedFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5236');
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','DoNotShowInNavigation==FALSE','RedirectURL==2047');
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==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_4_4_2=g_navNode_4_4.addNode('3999','European Equities',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanEquities/index.htm','DoNotShowInNavigation==FALSE','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/EuropeanAbsoluteAlpha/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4506');
g_navNode_4_4_3_0=g_navNode_4_4_3.addNode('4506','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanAbsoluteAlpha/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/EuropeanAbsoluteAlpha/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_4_3_2=g_navNode_4_4_3.addNode('4508','Literature',ssUrlPrefix + 'Intermediaries/FeaturedFund/EuropeanAbsoluteAlpha/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/EuropeanAbsoluteAlpha/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==FALSE','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_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_11=g_navNode_Root.addNode('54','IMTC',ssUrlPrefix + 'IMTC/index.htm','ComplianceNodeId==1597','ShowRelResources==TRUE','SiloName==IMTC');
g_navNode_11_0=g_navNode_11.addNode('58','Logistics',ssUrlPrefix + 'IMTC/Logistics/index.htm','ShowRelResources==TRUE');
g_navNode_11_0_0=g_navNode_11_0.addNode('624','Transportation',ssUrlPrefix + 'IMTC/Logistics/Transportation/index.htm');
g_navNode_11_0_1=g_navNode_11_0.addNode('625','Accommodation',ssUrlPrefix + 'IMTC/Logistics/Accommodation/index.htm');
g_navNode_11_1=g_navNode_11.addNode('64','Course',ssUrlPrefix + 'IMTC/Course/index.htm','ShowRelResources==TRUE');
g_navNode_11_1_0=g_navNode_11_1.addNode('121','Structure',ssUrlPrefix + 'IMTC/Course/Structure/index.htm','ShowRelResources==TRUE');
g_navNode_11_1_1=g_navNode_11_1.addNode('130','Agenda',ssUrlPrefix + 'IMTC/Course/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_11_3=g_navNode_11.addNode('120','Register',ssUrlPrefix + 'IMTC/Register/index.htm','ShowRelResources==FALSE');
g_navNode_11_4=g_navNode_11.addNode('109','Location',ssUrlPrefix + 'IMTC/Location/index.htm','ShowRelResources==TRUE');
g_navNode_11_5=g_navNode_11.addNode('621','Biographies',ssUrlPrefix + 'IMTC/Biographies/index.htm','RedirectURL==622');
g_navNode_11_5_0=g_navNode_11_5.addNode('622','BlackRock',ssUrlPrefix + 'IMTC/Biographies/Blackrock/index.htm');
g_navNode_11_5_1=g_navNode_11_5.addNode('623','Attendees',ssUrlPrefix + 'IMTC/Biographies/Attendees/index.htm');
g_navNode_11_6=g_navNode_11.addNode('626','Social Events',ssUrlPrefix + 'IMTC/SocialEvents/index.htm');
g_navNode_11_7=g_navNode_11.addNode('88','Contact',ssUrlPrefix + 'IMTC/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_14=g_navNode_Root.addNode('653','DC Conference',ssUrlPrefix + 'DCConference/index.htm','ComplianceNodeId==1597','ShowRelResources==TRUE','SiloName==DC Conference');
g_navNode_14_0=g_navNode_14.addNode('654','Agenda',ssUrlPrefix + 'DCConference/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_14_1=g_navNode_14.addNode('661','Speakers',ssUrlPrefix + 'DCConference/Speakers/index.htm','ShowRelResources==TRUE');
g_navNode_14_2=g_navNode_14.addNode('656','Online Registration',ssUrlPrefix + 'DCConference/OnlineRegistration/index.htm','RedirectURL==https\x3a//vovici.com/wsb.dll/s/11d6dg32c47');
g_navNode_14_2_0=g_navNode_14_2.addNode('660','Registration Confirmation',ssUrlPrefix + 'DCConference/OnlineRegistration/Registrationconfirmation/index.htm','ShowRelResources==TRUE');
g_navNode_14_3=g_navNode_14.addNode('658','Conference Venue',ssUrlPrefix + 'DCConference/ConferenceVenue/index.htm','ShowRelResources==TRUE');
g_navNode_14_4=g_navNode_14.addNode('659','Contact Us',ssUrlPrefix + 'DCConference/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_15=g_navNode_Root.addNode('3268','kbc',ssUrlPrefix + 'kbc/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_15_0=g_navNode_15.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_15_1=g_navNode_15.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_15_2=g_navNode_15.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_16=g_navNode_Root.addNode('676','BARS',ssUrlPrefix + 'bars/index.htm','ComplianceNodeId==862','DoNotShowInNavigation==FALSE','MicrositeName==Bars ');
g_navNode_16_0=g_navNode_16.addNode('677','The Company',ssUrlPrefix + 'bars/THE_COMPANY/index.htm','ShowRelResources==TRUE');
g_navNode_16_1=g_navNode_16.addNode('678','Investment Advisor',ssUrlPrefix + 'bars/InvestmentAdvisor/index.htm','ShowRelResources==TRUE');
g_navNode_16_2=g_navNode_16.addNode('843','Investment Philosophy',ssUrlPrefix + 'bars/InvestmentPhilosophy/index.htm','ShowRelResources==TRUE');
g_navNode_16_3=g_navNode_16.addNode('851','Performance',ssUrlPrefix + 'bars/Performance/index.htm','ShowRelResources==TRUE');
g_navNode_16_4=g_navNode_16.addNode('863','Library',ssUrlPrefix + 'bars/Library/index.htm','RedirectURL==856');
g_navNode_16_4_0=g_navNode_16_4.addNode('852','Library',ssUrlPrefix + 'bars/Library/Literature/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==856','ShowRelResources==TRUE');
g_navNode_16_4_0_0=g_navNode_16_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_16_4_0_1=g_navNode_16_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_16_4_0_2=g_navNode_16_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_16_4_0_3=g_navNode_16_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_16_4_0_4=g_navNode_16_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_16_5=g_navNode_16.addNode('853','Key Terms \x26 Parties',ssUrlPrefix + 'bars/KeyTermsandParties/index.htm','ShowRelResources==TRUE');
g_navNode_16_6=g_navNode_16.addNode('854','Contact Us',ssUrlPrefix + 'bars/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_16_7=g_navNode_16.addNode('855','Important Information',ssUrlPrefix + 'bars/ImportantInformation/index.htm','ShowRelResources==TRUE');
g_navNode_17=g_navNode_Root.addNode('864','UK Investment Conference',ssUrlPrefix + 'UKInvestmentConference/index.htm','SiloName==UKInvCon');
g_navNode_17_0=g_navNode_17.addNode('914','Agenda',ssUrlPrefix + 'UKInvestmentConference/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_17_1=g_navNode_17.addNode('915','Speakers',ssUrlPrefix + 'UKInvestmentConference/Speakers/index.htm','ShowRelResources==TRUE');
g_navNode_17_4=g_navNode_17.addNode('924','Venue',ssUrlPrefix + 'UKInvestmentConference/Venue/index.htm','ShowRelResources==TRUE');
g_navNode_17_5=g_navNode_17.addNode('926','Fund Materials',ssUrlPrefix + 'UKInvestmentConference/FundMaterials/index.htm','Query==xAppGenericText1 \x3ccontains\x3e \x60UKConf\x60','ShowRelResources==TRUE');
g_navNode_17_6=g_navNode_17.addNode('948','Contact Us',ssUrlPrefix + 'UKInvestmentConference/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_18=g_navNode_Root.addNode('1694','apr',ssUrlPrefix + 'apr/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==1750');
g_navNode_18_0=g_navNode_18.addNode('1750','cambodia2008',ssUrlPrefix + 'apr/cambodia2008/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//event.shanger.net/blackrock/index.asp');
g_navNode_19=g_navNode_Root.addNode('2428','London Hedge Funds Conference',ssUrlPrefix + 'LondonHedgefundsConference/index.htm','SiloName==HedgeFundsConference');
g_navNode_19_3=g_navNode_19.addNode('5155','Fund Information',ssUrlPrefix + 'LondonHedgefundsConference/FundInformation/index.htm','RedirectURL==3575');
g_navNode_19_3_0=g_navNode_19_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_19_3_1=g_navNode_19_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_20=g_navNode_Root.addNode('2734','Events',ssUrlPrefix + 'Events/index.htm','ShowRelResources==TRUE','SiloName==Events');
g_navNode_21=g_navNode_Root.addNode('3346','factsheets',ssUrlPrefix + 'factsheets/index.htm','RedirectURL==140');
g_navNode_22=g_navNode_Root.addNode('3350','Market Watch',ssUrlPrefix + 'MarketWatch/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==FALSE','SiloName==Market Watch');
g_navNode_22_0=g_navNode_22.addNode('3424','Week In View',ssUrlPrefix + 'MarketWatch/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_23=g_navNode_Root.addNode('4004','Market Watch Individual',ssUrlPrefix + 'MarketWatchIndividual/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==MarketWatchIndividual','RedirectURL==4045');
g_navNode_23_0=g_navNode_23.addNode('4045','Market Watch',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_23_0_0=g_navNode_23_0.addNode('4046','Staying Invested',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/StayingInvested/index.htm','Language==en','ShowRelResources==TRUE');
g_navNode_23_0_1=g_navNode_23_0.addNode('4049','Glossary',ssUrlPrefix + 'MarketWatchIndividual/MarketWatch/Glossary/index.htm','Language==en','ShowRelResources==TRUE');
g_navNode_23_1=g_navNode_23.addNode('4050','Week in View',ssUrlPrefix + 'MarketWatchIndividual/WeekinView/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_23_2=g_navNode_23.addNode('4051','Global Views',ssUrlPrefix + 'MarketWatchIndividual/GlobalViews/index.htm','ShowRelResources==TRUE');
g_navNode_24=g_navNode_Root.addNode('4006','Microsite',ssUrlPrefix + 'Microsite/index.htm','ComplianceNodeId==1597','DoNotShowInNavigation==TRUE');
g_navNode_24_0=g_navNode_24.addNode('4007','Emirates',ssUrlPrefix + 'Microsite/Emirates/index.htm','ComplianceNodeId==1597','Language==en','SiloName==Emirates');
g_navNode_24_0_0=g_navNode_24_0.addNode('4008','Funds',ssUrlPrefix + 'Microsite/Emirates/Funds/index.htm','RedirectURL==4059');
g_navNode_24_0_0_0=g_navNode_24_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_24_0_0_1=g_navNode_24_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_24_0_1=g_navNode_24_0.addNode('4091','Week in View',ssUrlPrefix + 'Microsite/Emirates/WeekinView/index.htm','RedirectURL==4010');
g_navNode_24_0_1_0=g_navNode_24_0_1.addNode('4010','Week in View',ssUrlPrefix + 'Microsite/Emirates/WeekinView/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_24_0_2=g_navNode_24_0.addNode('4011','About Us',ssUrlPrefix + 'Microsite/Emirates/AboutUs/index.htm');
g_navNode_24_0_3=g_navNode_24_0.addNode('4012','Support',ssUrlPrefix + 'Microsite/Emirates/Support/index.htm','RedirectURL==4013');
g_navNode_24_0_3_0=g_navNode_24_0_3.addNode('4013','Website Support',ssUrlPrefix + 'Microsite/Emirates/Support/WebsiteSupport/index.htm','ShowRelResources==TRUE');
g_navNode_24_0_3_1=g_navNode_24_0_3.addNode('4014','Contact',ssUrlPrefix + 'Microsite/Emirates/Support/Contact/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_24_0_3_2=g_navNode_24_0_3.addNode('4015','Glossary',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/index.htm','RedirectURL==4016');
g_navNode_24_0_3_2_0=g_navNode_24_0_3_2.addNode('4016','A-F',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_24_0_3_2_1=g_navNode_24_0_3_2.addNode('4017','G-J',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/G-J/index.htm','ShowRelResources==TRUE');
g_navNode_24_0_3_2_2=g_navNode_24_0_3_2.addNode('4018','L-R',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/L-R/index.htm','ShowRelResources==TRUE');
g_navNode_24_0_3_2_3=g_navNode_24_0_3_2.addNode('4019','S-Z',ssUrlPrefix + 'Microsite/Emirates/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_24_1=g_navNode_24.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_24_1_0=g_navNode_24_1.addNode('4706','Literature',ssUrlPrefix + 'Microsite/Aviva/Literature/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','RedirectURL==4721');
g_navNode_24_1_0_1=g_navNode_24_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_24_1_0_2=g_navNode_24_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_24_1_0_3=g_navNode_24_1_0.addNode('4707','Fund Updates',ssUrlPrefix + 'Microsite/Aviva/Literature/FundUpdates/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 \x6075\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60310\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_1_0_4=g_navNode_24_1_0.addNode('4720','Manager Profiles',ssUrlPrefix + 'Microsite/Aviva/Literature/ManagerProfiles/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 \x604\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60310\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_1_0_5=g_navNode_24_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 \x60InternationalSite\x60  \x3cAND\x3e  xAppGenericText1 \x3cmatches\x3e \x60Hibernian\x60  \x3cAND\x3e  xFirms \x3csubstring\x3e \x60310\x60','ShowNavInTabs==TRUE');
g_navNode_24_1_1=g_navNode_24_1.addNode('4723','Featured Funds',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_24_1_1_0=g_navNode_24_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_24_1_1_0_0=g_navNode_24_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_24_1_1_0_1=g_navNode_24_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_24_1_1_0_2=g_navNode_24_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_24_1_1_0_3=g_navNode_24_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_24_1_1_0_4=g_navNode_24_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_24_1_1_1=g_navNode_24_1_1.addNode('4752','European Absolute Return Strategies',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturnStrategies/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','RedirectURL==4753');
g_navNode_24_1_1_1_0=g_navNode_24_1_1_1.addNode('4753','Overview',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturnStrategies/Overview/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_24_1_1_1_1=g_navNode_24_1_1_1.addNode('4754','Fund Insight',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturnStrategies/FundInsight/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_24_1_1_1_2=g_navNode_24_1_1_1.addNode('4755','Literature',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturnStrategies/Literature/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_24_1_1_1_3=g_navNode_24_1_1_1.addNode('4756','Why Invest?',ssUrlPrefix + 'Microsite/Aviva/FeaturedFunds/EuropeanAbsoluteReturnStrategies/WhyInvest/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_24_1_2=g_navNode_24_1.addNode('4757','Market Views',ssUrlPrefix + 'Microsite/Aviva/MarketViews/index.htm','RedirectURL==4758');
g_navNode_24_1_2_0=g_navNode_24_1_2.addNode('4767','Week in View',ssUrlPrefix + 'Microsite/Aviva/MarketViews/WeekinView/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_24_1_2_1=g_navNode_24_1_2.addNode('4759','Gold Update',ssUrlPrefix + 'Microsite/Aviva/MarketViews/GoldUpdate/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ','ShowRelResources==TRUE');
g_navNode_24_1_3=g_navNode_24_1.addNode('4763','Support',ssUrlPrefix + 'Microsite/Aviva/Support/index.htm','RedirectURL==4764');
g_navNode_24_1_3_0=g_navNode_24_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_24_1_3_1=g_navNode_24_1_3.addNode('4773','Glossary',ssUrlPrefix + 'Microsite/Aviva/Support/Glossary/index.htm','RedirectURL==4774','ShowRelResources==TRUE');
g_navNode_24_1_3_1_0=g_navNode_24_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_24_1_3_1_1=g_navNode_24_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_24_1_3_1_2=g_navNode_24_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_24_1_3_1_3=g_navNode_24_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_24_1_3_2=g_navNode_24_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_24_1_3_3=g_navNode_24_1_3.addNode('4765','About BlackRock',ssUrlPrefix + 'Microsite/Aviva/Support/AboutUs/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/hibernianaviva_css.css ');
g_navNode_24_1_3_4=g_navNode_24_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_24_1_3_5=g_navNode_24_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_24_1_3_6=g_navNode_24_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_24_2=g_navNode_24.addNode('5013','Sanlam',ssUrlPrefix + 'Microsite/Sanlam/index.htm','DoNotShowInNavigation==FALSE','SiloName==Sanlam');
g_navNode_24_2_0=g_navNode_24_2.addNode('5014','Literature',ssUrlPrefix + 'Microsite/Sanlam/Literature/index.htm','RedirectURL==5015');
g_navNode_24_2_0_0=g_navNode_24_2_0.addNode('5015','Factsheets',ssUrlPrefix + 'Microsite/Sanlam/Literature/Factsheets/index.htm');
g_navNode_24_2_0_1=g_navNode_24_2_0.addNode('5016','Fund Updates',ssUrlPrefix + 'Microsite/Sanlam/Literature/FundUpdates/index.htm');
g_navNode_24_2_0_2=g_navNode_24_2_0.addNode('5017','Investment Guides',ssUrlPrefix + 'Microsite/Sanlam/Literature/InvestmentGuides/index.htm');
g_navNode_24_2_0_3=g_navNode_24_2_0.addNode('5018','Other',ssUrlPrefix + 'Microsite/Sanlam/Literature/Other/index.htm');
g_navNode_24_2_1=g_navNode_24_2.addNode('5019','Understanding Fixed Income',ssUrlPrefix + 'Microsite/Sanlam/FixedIncome/index.htm','ShowRelResources==TRUE');
g_navNode_24_2_2=g_navNode_24_2.addNode('5020','Market Views',ssUrlPrefix + 'Microsite/Sanlam/MarketViews/index.htm','RedirectURL==5021');
g_navNode_24_2_2_0=g_navNode_24_2_2.addNode('5021','Market Watch',ssUrlPrefix + 'Microsite/Sanlam/MarketViews/MarketWatch/index.htm');
g_navNode_24_2_2_1=g_navNode_24_2_2.addNode('5022','Week in View',ssUrlPrefix + 'Microsite/Sanlam/MarketViews/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_24_2_3=g_navNode_24_2.addNode('5026','About Us',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/index.htm','RedirectURL==5023');
g_navNode_24_2_3_0=g_navNode_24_2_3.addNode('5023','About Us',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/AboutUs/index.htm');
g_navNode_24_2_3_1=g_navNode_24_2_3.addNode('5025','Contact Us',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_24_2_3_2=g_navNode_24_2_3.addNode('5024','Gold Standard Awards',ssUrlPrefix + 'Microsite/Sanlam/AboutUs/Award/index.htm','ShowRelResources==TRUE');
g_navNode_24_3=g_navNode_24.addNode('5859','2010 Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5870','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==2010 Outlook');
g_navNode_24_3_0=g_navNode_24_3.addNode('5870','2010 Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/index.htm');
g_navNode_24_3_0_0=g_navNode_24_3_0.addNode('5869','After the Rally',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/AftertheRally/index.htm','Language==en','RedirectURL==5862','ShowThirdLevelNav==TRUE');
g_navNode_24_3_0_1=g_navNode_24_3_0.addNode('5868','Perspectives on 2010',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Perspectives2010/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_3_0_2=g_navNode_24_3_0.addNode('5867','10 Key Trends and Issues',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/10for2010/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_3_0_4=g_navNode_24_3_0.addNode('5862','Executive Summary',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Summary/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_3_0_5=g_navNode_24_3_0.addNode('5864','Understanding the Bigger Picture',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/BiggerPicture/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_3_0_6=g_navNode_24_3_0.addNode('5863','BlackRock Asset Class Views',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/AssetClassViews/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_3_0_8=g_navNode_24_3_0.addNode('5860','Richard Urwin\'s Biography',ssUrlPrefix + 'Microsite/2010OutlookPredictions/Site/Biography/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_4=g_navNode_24.addNode('5866','After the Rally',ssUrlPrefix + 'Microsite/AftertheRally/index.htm','RedirectURL==5860','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_5=g_navNode_24.addNode('5883','ETFLandscape',ssUrlPrefix + 'Microsite/ETFLandscape/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==ETF Landscape');
g_navNode_24_5_0=g_navNode_24_5.addNode('5884','ETF Landscape',ssUrlPrefix + 'Microsite/ETFLandscape/Site/index.htm');
g_navNode_24_5_0_0=g_navNode_24_5_0.addNode('5885','Literature',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Literature/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5887');
g_navNode_24_5_0_1=g_navNode_24_5_0.addNode('5887','Publications',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Publications/index.htm','RedirectURL==5894','ShowRelResources==TRUE');
g_navNode_24_5_0_1_0=g_navNode_24_5_0_1.addNode('5894','European DJ STOXX 600 Sector',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Publications/EuropeanDJSTOXX600Sector/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60InternationalSite\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60EuroDJStoxx\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_5_0_1_1=g_navNode_24_5_0_1.addNode('5895','Industry Preview',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Publications/IndustryPreview/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60InternationalSite\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60Preview\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_5_0_1_2=g_navNode_24_5_0_1.addNode('5896','Industry Review',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Publications/ETFLandscapeIndustryReview/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60InternationalSite\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60Review\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_5_0_2=g_navNode_24_5_0.addNode('5930','Subscribe to Reports',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Registration/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_24_5_0_3=g_navNode_24_5_0.addNode('5886','Upcoming Events',ssUrlPrefix + 'Microsite/ETFLandscape/Site/Events/index.htm','ShowRelResources==TRUE');
g_navNode_25=g_navNode_Root.addNode('4220','LocalContent',ssUrlPrefix + 'LocalContent/index.htm','NotComplianceProtected==TRUE','StartDivID==LandingPage','iSharesHome==Y');
g_navNode_26=g_navNode_Root.addNode('5693','Local Content 2',ssUrlPrefix + 'LocalContent2/index.htm','iSharesHome==Y');
g_navNode_27=g_navNode_Root.addNode('5000','Error2',ssUrlPrefix + 'Error2/index.htm','HTTPMetaText==\x3cmeta name\x3d\"robots\" content\x3d\"noindex\"\x3e');
g_navNode_28=g_navNode_Root.addNode('452','Carbon3',ssUrlPrefix + 'Carbon3/index.htm','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==Carbon3','NoBreadcrumb==TRUE','RedirectURL==453');
g_navNode_28_0=g_navNode_28.addNode('453','Home',ssUrlPrefix + 'Carbon3/Home/index.htm');
g_navNode_28_1=g_navNode_28.addNode('454','Investor Letters',ssUrlPrefix + 'Carbon3/InvestorLetters/index.htm','WideColumnMiddle==TRUE');
g_navNode_28_2=g_navNode_28.addNode('455','Asset Summaries',ssUrlPrefix + 'Carbon3/AssetSummaries/index.htm');
g_navNode_28_3=g_navNode_28.addNode('510','Fund Financial Statements',ssUrlPrefix + 'Carbon3/FundFinancialStatements/index.htm','ShowThirdLevelNav==FALSE','WideColumnMiddle==TRUE');
g_navNode_28_4=g_navNode_28.addNode('456','Contact Us',ssUrlPrefix + 'Carbon3/ContactUs/index.htm');
g_navNode_29=g_navNode_Root.addNode('481','Carbon1',ssUrlPrefix + 'Carbon1/index.htm','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==Carbon1','NoBreadcrumb==TRUE','RedirectURL==487');
g_navNode_29_0=g_navNode_29.addNode('487','Home',ssUrlPrefix + 'Carbon1/Home/index.htm','NoBreadcrumb==TRUE');
g_navNode_29_1=g_navNode_29.addNode('488','Investor Letters',ssUrlPrefix + 'Carbon1/InvestorLetters/index.htm');
g_navNode_29_2=g_navNode_29.addNode('491','Asset Summaries',ssUrlPrefix + 'Carbon1/AssetSummaries/index.htm');
g_navNode_29_3=g_navNode_29.addNode('492','Fund Financial Statements',ssUrlPrefix + 'Carbon1/FundFinancialStatements/index.htm');
g_navNode_29_4=g_navNode_29.addNode('493','Contact Us',ssUrlPrefix + 'Carbon1/ContactUs/index.htm');
g_navNode_30=g_navNode_Root.addNode('496','Carbon2',ssUrlPrefix + 'Carbon2/index.htm','DoNotShowInNavigation==TRUE','Language==en','MicrositeName==Carbon2','NoBreadcrumb==TRUE','RedirectURL==497');
g_navNode_30_0=g_navNode_30.addNode('497','Home',ssUrlPrefix + 'Carbon2/Home/index.htm');
g_navNode_30_1=g_navNode_30.addNode('498','Investor Letters',ssUrlPrefix + 'Carbon2/InvestorLetters/index.htm');
g_navNode_30_2=g_navNode_30.addNode('499','Asset Summaries',ssUrlPrefix + 'Carbon2/AssetSummaries/index.htm');
g_navNode_30_3=g_navNode_30.addNode('512','Fund Financial Statements',ssUrlPrefix + 'Carbon2/FundFinancialStatements/index.htm','WideColumnMiddle==TRUE');
g_navNode_30_4=g_navNode_30.addNode('500','Contact Us',ssUrlPrefix + 'Carbon2/ContactUs/index.htm');
g_navNode_32=g_navNode_Root.addNode('4769','MultiMedia',ssUrlPrefix + 'MultiMedia/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_32_0=g_navNode_32.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_32_0_0=g_navNode_32_0.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_32_1=g_navNode_32.addNode('5806','asset',ssUrlPrefix + 'MultiMedia/assets/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_32_1_0=g_navNode_32_1.addNode('5805','GlobalAlQ409update',ssUrlPrefix + 'MultiMedia/assets/GlobalAlQ409update/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_32_1_1=g_navNode_32_1.addNode('5807','GlobAlFoundation',ssUrlPrefix + 'MultiMedia/assets/GlobAlFoundation/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_32_1_2=g_navNode_32_1.addNode('5933','Euro Dynamic',ssUrlPrefix + 'MultiMedia/assets/EuroDynamic/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_32_1_2_0=g_navNode_32_1_2.addNode('5934','Fund Basics',ssUrlPrefix + 'MultiMedia/assets/EuroDynamic/FundBasics/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_32_1_2_1=g_navNode_32_1_2.addNode('5935','Fund Update',ssUrlPrefix + 'MultiMedia/assets/EuroDynamic/FundUpdate/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_33=g_navNode_Root.addNode('4936','News',ssUrlPrefix + 'News/index.htm','RedirectURL==4935');
g_navNode_33_0=g_navNode_33.addNode('4935','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','ShowFundFinder==FALSE','ShowRelResources==TRUE');
g_navNode_35=g_navNode_Root.addNode('617','PPIF',ssUrlPrefix + 'xPPIF/index.htm','ComplianceNodeId==665','DoNotShowInNavigation==TRUE','MicrositeName==I1','NoBreadcrumb==TRUE','RedirectURL==618');
g_navNode_35_0=g_navNode_35.addNode('618','BlackRock Public-Private Investment Fund',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/index.htm');
g_navNode_35_0_0=g_navNode_35_0.addNode('619','Program Info',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/ProgramInfo/index.htm');
g_navNode_35_0_1=g_navNode_35_0.addNode('620','Fund Info',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/FundInfo/index.htm');
g_navNode_35_0_2=g_navNode_35_0.addNode('627','Due Diligence',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/DueDiligence/index.htm');
g_navNode_35_0_3=g_navNode_35_0.addNode('650','Contact Us',ssUrlPrefix + 'xPPIF/BlackRockPublic-PrivateInvestmentFund/ContactUs/index.htm');
g_navNode_37=g_navNode_Root.addNode('5164','bsfequalisation',ssUrlPrefix + 'bsfequalisation/index.htm','RedirectURL==5097');
g_navNode_38=g_navNode_Root.addNode('5195','bgfequalisation',ssUrlPrefix + 'bgfequalisation/index.htm','RedirectURL==5137');
g_navNode_39=g_navNode_Root.addNode('5214','GWM Seminar',ssUrlPrefix + 'GWMSeminar/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5219','ShowThirdLevelNav==FALSE','SiloName==GWMSeminar');
g_navNode_39_1=g_navNode_39.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_39_2=g_navNode_39.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_39_3=g_navNode_39.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_40=g_navNode_Root.addNode('5356','Cash Management',ssUrlPrefix + 'CashManagement/index.htm','DoNotShowInNavigation==FALSE','SiloName==4');
g_navNode_40_1=g_navNode_40.addNode('5317','Solutions and Products',ssUrlPrefix + 'CashManagement/SolutionsandProducts/index.htm','DoNotShowInNavigation==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_40_1_0=g_navNode_40_1.addNode('5318','Government/Treasury Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/GovernmentTreasuryFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_1=g_navNode_40_1.addNode('5323','Institutional Liquidity Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_1_0=g_navNode_40_1_1.addNode('5324','Institutional Euro Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalEuroFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_1_1=g_navNode_40_1_1.addNode('5325','Institutional Sterling Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalSterlingFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_1_2=g_navNode_40_1_1.addNode('5326','Institutional US Dollar Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalLiquidityFunds/InstitutionalUSDollarFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_2=g_navNode_40_1.addNode('5319','Institutional Ultra Short Bond Funds',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_40_1_2_0=g_navNode_40_1_2.addNode('5320','Institutional Euro Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalEuroPlusFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_2_1=g_navNode_40_1_2.addNode('5321','Institutional Sterling Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalSterlingPlusFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_2_2=g_navNode_40_1_2.addNode('5322','Institutional US Dollar Plus Fund',ssUrlPrefix + 'CashManagement/SolutionsandProducts/InstitutionalUltraShortBondFund/InstitutionalUSDollarPlusFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_40_1_3=g_navNode_40_1.addNode('5327','Fund Holidays',ssUrlPrefix + 'CashManagement/SolutionsandProducts/FundHolidays/index.htm','ShowRelResources==TRUE');
g_navNode_40_1_4=g_navNode_40_1.addNode('5328','Fund Range',ssUrlPrefix + 'CashManagement/SolutionsandProducts/FundRange/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_40_3=g_navNode_40.addNode('5334','Market Insight',ssUrlPrefix + 'CashManagement/MarketInsight/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5335');
g_navNode_40_3_0=g_navNode_40_3.addNode('5335','Market View',ssUrlPrefix + 'CashManagement/MarketInsight/MarketView/index.htm','ShowRelResources==TRUE');
g_navNode_40_3_1=g_navNode_40_3.addNode('5336','Liquidity Fund',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/index.htm','RedirectURL==5337');
g_navNode_40_3_1_0=g_navNode_40_3_1.addNode('5337','US Dollar',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/USDollar/index.htm','ShowRelResources==TRUE');
g_navNode_40_3_1_1=g_navNode_40_3_1.addNode('5338','Euro',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/Euro/index.htm','ShowRelResources==TRUE');
g_navNode_40_3_1_2=g_navNode_40_3_1.addNode('5339','Sterling',ssUrlPrefix + 'CashManagement/MarketInsight/LiquidityFund/Sterling/index.htm','ShowRelResources==TRUE');
g_navNode_40_4=g_navNode_40.addNode('5340','Document Library',ssUrlPrefix + 'CashManagement/Literature/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5342');
g_navNode_40_4_0=g_navNode_40_4.addNode('5341','Factsheets \x26 Support Material',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/index.htm','RedirectURL==5342');
g_navNode_40_4_0_0=g_navNode_40_4_0.addNode('5342','Fund Factsheets',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/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_40_4_0_1=g_navNode_40_4_0.addNode('5343','Fund Range',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/FundRange/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_40_4_0_2=g_navNode_40_4_0.addNode('5344','Education',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/Education/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_40_4_0_3=g_navNode_40_4_0.addNode('5345','Corporate',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/Corporate/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6071\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_40_4_0_4=g_navNode_40_4_0.addNode('5346','Administration Documents',ssUrlPrefix + 'CashManagement/Literature/FactsheetsSupportMaterial/AccountOpening/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_40_4_1=g_navNode_40_4.addNode('5347','Legal Documents',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/index.htm','RedirectURL==5348');
g_navNode_40_4_1_0=g_navNode_40_4_1.addNode('5348','Prospectus',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/Prospectus/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 \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');
g_navNode_40_4_1_1=g_navNode_40_4_1.addNode('5350','Reports \x26 Accounts',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/ReportsAccounts/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x603\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x604\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_40_4_1_2=g_navNode_40_4_1.addNode('5349','Shareholder Communications',ssUrlPrefix + 'CashManagement/Literature/LegalDocuments/ApplicationForms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60uk\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x60109\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_40_4_2=g_navNode_40_4.addNode('5351','Literature Request',ssUrlPrefix + 'CashManagement/Literature/LiteratureRequest/index.htm','ShowRelResources==TRUE');
g_navNode_40_5=g_navNode_40.addNode('5352','Contact Us',ssUrlPrefix + 'CashManagement/ContactUs/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5354');
g_navNode_40_5_1=g_navNode_40_5.addNode('5354','Contact Us',ssUrlPrefix + 'CashManagement/ContactUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_40_5_2=g_navNode_40_5.addNode('5355','Search',ssUrlPrefix + 'CashManagement/ContactUs/Search/index.htm','ShowRelResources==TRUE');
g_navNode_41=g_navNode_Root.addNode('5783','Cash Redirect',ssUrlPrefix + 'Cash/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5356');
g_navNode_42=g_navNode_Root.addNode('5893','london2010',ssUrlPrefix + 'london2010/index.htm');
g_navNode_42_0=g_navNode_42.addNode('5905','location',ssUrlPrefix + 'london2010/location/index.htm');
g_navNode_42_1=g_navNode_42.addNode('5906','speaker',ssUrlPrefix + 'london2010/speaker/index.htm','AdditionalJavaScript==http\x3a//www.blackrockinternational.com/content/groups/globaltemplates/international/js/dropdownmenu.js');
g_navNode_42_2=g_navNode_42.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_42_3=g_navNode_42.addNode('5908','thank you',ssUrlPrefix + 'london2010/thankyou/index.htm');
g_navNode_42_4=g_navNode_42.addNode('5948','registration',ssUrlPrefix + 'london2010/registration/index.htm');
g_navNode_42_5=g_navNode_42.addNode('6045','Speaker-Edit',ssUrlPrefix + 'london2010/Speaker-Edit/index.htm','AdditionalJavaScript==http\x3a//www.blackrockinternational.com/content/groups/globaltemplates/international/js/dropdownmenu.js');
