/////////////////////////////////////////////////////////////////////////////
// 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('4349','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AdditionalJavaScript==http\x3a//www.blackrock.com/include/common/js/ebiz/common.js,http\x3a//www.blackrock.com/include/common/js/ebiz/typeface.js,http\x3a//www.blackrock.com/include/common/js/ebiz/corporate_e_regular.typeface.js','AnalyticsCode==UA-11733830-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"H_yiS8ZEAbSN8FI6R0fY3ZUCDyJstPpHX-pLYpCquEw\" /\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','ShowThirdLevelNav==TRUE','StartDivID==LandingPage','UnicaID==blk\x3aau','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('4350','About Us',ssUrlPrefix + 'AboutUs/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4749','ShowRelResources==TRUE','SiloName==AboutUs');
g_navNode_0_0=g_navNode_0.addNode('4749','Overview',ssUrlPrefix + 'AboutUs/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_0_1=g_navNode_0_0.addNode('4529','BlackRock in the Community',ssUrlPrefix + 'AboutUs/Overview/BlackRockintheCommunity/index.htm','ShowRelResources==TRUE');
g_navNode_0_1=g_navNode_0.addNode('4357','Press Centre',ssUrlPrefix + 'AboutUs/PressCentre/index.htm','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_0_2=g_navNode_0.addNode('4358','Contact Us',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_0_3=g_navNode_0.addNode('4532','Frequently Asked Questions',ssUrlPrefix + 'AboutUs/FrequentlyAskedQuestionsFAQs/index.htm','HideTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_4=g_navNode_0.addNode('4530','Anti-Money Laundering',ssUrlPrefix + 'AboutUs/AML/index.htm','RedirectURL==4563');
g_navNode_0_4_0=g_navNode_0_4.addNode('4563','Overview',ssUrlPrefix + 'AboutUs/AML/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_4_1=g_navNode_0_4.addNode('4531','BlackRock\'s Approach to Compliance',ssUrlPrefix + 'AboutUs/AML/BlackRocksApproachtoCompliancewiththeLegislation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_4_2=g_navNode_0_4.addNode('4782','Frequently Asked Questions',ssUrlPrefix + 'AboutUs/AML/FAQs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_0_5=g_navNode_0.addNode('4359','Terms \x26 Conditions',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_0_6=g_navNode_0.addNode('4360','Privacy Policy',ssUrlPrefix + 'AboutUs/PrivacyPolicy/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_1=g_navNode_Root.addNode('4365','Advisers',ssUrlPrefix + 'Advisers/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4366','ShowClientLogin==TRUE','SiloName==1');
g_navNode_1_0=g_navNode_1.addNode('4414','Market Insight',ssUrlPrefix + 'Advisers/MarketInsight/index.htm');
g_navNode_1_0_0=g_navNode_1_0.addNode('7890','Investment Perspectives',ssUrlPrefix + 'Advisers/MarketInsight/InvestmentPerspectives/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_0_1=g_navNode_1_0.addNode('4419','Market Watch',ssUrlPrefix + 'Advisers/MarketInsight/MarketWatch/index.htm','RedirectURL==6698','ShowRelResources==TRUE');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('6698','In the Media',ssUrlPrefix + 'Advisers/MarketInsight/MarketWatch/Videos/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_1_2=g_navNode_1_0_1.addNode('6700','Special Reports',ssUrlPrefix + 'Advisers/MarketInsight/MarketWatch/SpecialReports/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_1_4=g_navNode_1_0_1.addNode('7847','Hot Topics',ssUrlPrefix + 'Advisers/MarketInsight/MarketWatch/HotTopics/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_2=g_navNode_1_0.addNode('8053','3 Minutes With BlackRock',ssUrlPrefix + 'Advisers/MarketInsight/3MinutesWithBlackRock/index.htm','DoNotShowInNavigation==FALSE','DoNotShowInSitemap==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_2_0=g_navNode_1_0_2.addNode('8377','January 2012',ssUrlPrefix + 'Advisers/MarketInsight/3MinutesWithBlackRock/2012-01/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_0_2_1=g_navNode_1_0_2.addNode('8279','December 2011',ssUrlPrefix + 'Advisers/MarketInsight/3MinutesWithBlackRock/2011-12/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_2_2=g_navNode_1_0_2.addNode('8184','November 2011',ssUrlPrefix + 'Advisers/MarketInsight/3MinutesWithBlackRock/201111/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_0_2_3=g_navNode_1_0_2.addNode('8157','October 2011',ssUrlPrefix + 'Advisers/MarketInsight/3MinutesWithBlackRock/201110/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_2_5=g_navNode_1_0_2.addNode('8070','Subscription Institutional',ssUrlPrefix + 'Advisers/MarketInsight/3MinutesWithBlackRock/SubscriptionInsti/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_2_6=g_navNode_1_0_2.addNode('8071','Subscription Individual',ssUrlPrefix + 'Advisers/MarketInsight/3MinutesWithBlackRock/SubscriptionIndividual/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_0_3=g_navNode_1_0.addNode('4415','Bob Doll Investment Commentary',ssUrlPrefix + 'Advisers/MarketInsight/BobDollInvestmentCommentary/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_4=g_navNode_1_0.addNode('4417','Investment Review',ssUrlPrefix + 'Advisers/MarketInsight/MonthlyInvestmentReviewandOutlook/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==7890','ShowRelResources==FALSE');
g_navNode_1_0_5=g_navNode_1_0.addNode('4420','Market Statistics',ssUrlPrefix + 'Advisers/MarketInsight/MarketStatistics/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_8=g_navNode_1_0.addNode('8056','Blog',ssUrlPrefix + 'Advisers/MarketInsight/Blog/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1=g_navNode_1.addNode('4421','Investment Options',ssUrlPrefix + 'Advisers/InvestmentOptions/index.htm','RedirectURL==4422');
g_navNode_1_1_0=g_navNode_1_1.addNode('4423','Investment Funds',ssUrlPrefix + 'Advisers/InvestmentOptions/Investment/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_1=g_navNode_1_1.addNode('4424','Professional Investor Funds',ssUrlPrefix + 'Advisers/InvestmentOptions/ProfessionalInvestmentFunds/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_2=g_navNode_1_1.addNode('4425','Wholesale Funds',ssUrlPrefix + 'Advisers/InvestmentOptions/WholesaleFunds/index.htm','RedirectURL==4736','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_2_0=g_navNode_1_1_2.addNode('4736','Overview',ssUrlPrefix + 'Advisers/InvestmentOptions/WholesaleFunds/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_2_1=g_navNode_1_1_2.addNode('4518','Australian Equities',ssUrlPrefix + 'Advisers/InvestmentOptions/WholesaleFunds/AustEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_2_2=g_navNode_1_1_2.addNode('4519','Global Equities',ssUrlPrefix + 'Advisers/InvestmentOptions/WholesaleFunds/GlobalEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_2_3=g_navNode_1_1_2.addNode('4520','Property',ssUrlPrefix + 'Advisers/InvestmentOptions/WholesaleFunds/Property/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_2_4=g_navNode_1_1_2.addNode('4521','Cash \x26 Fixed Income',ssUrlPrefix + 'Advisers/InvestmentOptions/WholesaleFunds/CashFixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_2_5=g_navNode_1_1_2.addNode('4522','Multi Asset Class',ssUrlPrefix + 'Advisers/InvestmentOptions/WholesaleFunds/MultiAssetClass/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_3=g_navNode_1_1.addNode('4426','Pooled Super Trusts',ssUrlPrefix + 'Advisers/InvestmentOptions/PooledSuperTrusts/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_4=g_navNode_1_1.addNode('4427','Other Funds',ssUrlPrefix + 'Advisers/InvestmentOptions/OtherFunds/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_5=g_navNode_1_1.addNode('6414','Customised Portfolio Service',ssUrlPrefix + 'Advisers/InvestmentOptions/CPS/index.htm','RedirectURL==6117');
g_navNode_1_1_6=g_navNode_1_1.addNode('4422','Customised Portfolio Service',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6117','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_6_0=g_navNode_1_1_6.addNode('4735','Overview',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/Overview/index.htm','RedirectURL==6117','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_6_1=g_navNode_1_1_6.addNode('4726','CPS Registration Form',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_6_1_0=g_navNode_1_1_6_1.addNode('4793','afs',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/afs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_6_1_1=g_navNode_1_1_6_1.addNode('6323','bc20lte',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/bc20lte/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_6_1_2=g_navNode_1_1_6_1.addNode('4981','Agentia',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Agentia/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_6_1_3=g_navNode_1_1_6_1.addNode('4794','cps_c001',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/cps_c001/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_6_1_4=g_navNode_1_1_6_1.addNode('4795','Discovery',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Discovery/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_6_1_5=g_navNode_1_1_6_1.addNode('4796','Ralton',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Ralton/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_6_1_6=g_navNode_1_1_6_1.addNode('4798','pt20',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/pt20/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_6_1_7=g_navNode_1_1_6_1.addNode('4931','alpha',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/alpha/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_6_1_8=g_navNode_1_1_6_1.addNode('4932','alpha_asia',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/alpha_asia/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_6_1_9=g_navNode_1_1_6_1.addNode('4933','the_shield',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/the_shield/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_6_1_10=g_navNode_1_1_6_1.addNode('4934','Premium China Fund',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/PremiumChinaFund/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_6_1_11=g_navNode_1_1_6_1.addNode('4797','Westpac',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Westpac/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_6_1_12=g_navNode_1_1_6_1.addNode('7762','MLC Customised Portfolio Service Registration Form',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/MLC/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_6_2=g_navNode_1_1_6.addNode('4583','Login to your Badged PDS Account',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/LogintoyourBadgedPDSAccount/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2=g_navNode_1.addNode('8233','Featured Funds',ssUrlPrefix + 'Advisers/Featured-Funds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8235');
g_navNode_1_2_0=g_navNode_1_2.addNode('8235','Australian Equity Opportunities Fund',ssUrlPrefix + 'Advisers/Featured-Funds/Australian-Equity-Opportunities-Fund/index.htm','RedirectURL==8236','ShowThirdLevelNav==FALSE');
g_navNode_1_2_0_0=g_navNode_1_2_0.addNode('8236','Overview',ssUrlPrefix + 'Advisers/Featured-Funds/Australian-Equity-Opportunities-Fund/overview/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_0_1=g_navNode_1_2_0.addNode('8237','Key features',ssUrlPrefix + 'Advisers/Featured-Funds/Australian-Equity-Opportunities-Fund/key-features/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_0_2=g_navNode_1_2_0.addNode('8369','Fund details',ssUrlPrefix + 'Advisers/Featured-Funds/Australian-Equity-Opportunities-Fund/fund-details/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_0_3=g_navNode_1_2_0.addNode('8238','What is short selling',ssUrlPrefix + 'Advisers/Featured-Funds/Australian-Equity-Opportunities-Fund/about-short-selling/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_0_4=g_navNode_1_2_0.addNode('8245','Example of short selling',ssUrlPrefix + 'Advisers/Featured-Funds/Australian-Equity-Opportunities-Fund/example-of-short-selling/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_1=g_navNode_1_2.addNode('8312','Global Allocation Fund',ssUrlPrefix + 'Advisers/Featured-Funds/Global-Allocation-Fund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8313','ShowThirdLevelNav==TRUE');
g_navNode_1_2_1_0=g_navNode_1_2_1.addNode('8313','Overview',ssUrlPrefix + 'Advisers/Featured-Funds/Global-Allocation-Fund/overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_1_1=g_navNode_1_2_1.addNode('8327','Key features',ssUrlPrefix + 'Advisers/Featured-Funds/Global-Allocation-Fund/key-features/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_1_2=g_navNode_1_2_1.addNode('8342','The investment team',ssUrlPrefix + 'Advisers/Featured-Funds/Global-Allocation-Fund/the-investment-team/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_1_3=g_navNode_1_2_1.addNode('8343','Fund details',ssUrlPrefix + 'Advisers/Featured-Funds/Global-Allocation-Fund/fund-details/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_2=g_navNode_1_2.addNode('8344','Asset Allocation Alpha Fund',ssUrlPrefix + 'Advisers/Featured-Funds/asset-allocation-alpha-fund/index.htm','RedirectURL==8345','ShowThirdLevelNav==TRUE');
g_navNode_1_2_2_0=g_navNode_1_2_2.addNode('8345','Overview',ssUrlPrefix + 'Advisers/Featured-Funds/asset-allocation-alpha-fund/overview/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_2_1=g_navNode_1_2_2.addNode('8346','Alternative investments',ssUrlPrefix + 'Advisers/Featured-Funds/asset-allocation-alpha-fund/alternative-investments/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_2_2=g_navNode_1_2_2.addNode('8347','Tactical asset allocation',ssUrlPrefix + 'Advisers/Featured-Funds/asset-allocation-alpha-fund/tactical-asset-allocation/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_2_2_3=g_navNode_1_2_2.addNode('8348','Fund details',ssUrlPrefix + 'Advisers/Featured-Funds/asset-allocation-alpha-fund/fund-details/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_3=g_navNode_1.addNode('4366','Fund Centre',ssUrlPrefix + 'Advisers/FundCentre/index.htm','RedirectURL==4367');
g_navNode_1_3_2=g_navNode_1_3.addNode('4404','Product Information',ssUrlPrefix + 'Advisers/FundCentre/ProductInformation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_3_3=g_navNode_1_3.addNode('4367','Unit Prices',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/index.htm','FundCentreRedirectParams==tab\x3d//','RedirectURL==4373','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','xmlid==FC_15034273');
g_navNode_1_3_3_0=g_navNode_1_3_3.addNode('4373','Investment Funds',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Prices/index.htm','RedirectURL==4376','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_3_3_0_0=g_navNode_1_3_3_0.addNode('4376','Literature',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Prices/Literature/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_3_3_1=g_navNode_1_3_3.addNode('4372','Professional Investor Funds',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Performance/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_3_1_0=g_navNode_1_3_3_1.addNode('4377','Literature',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Performance/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_3_2=g_navNode_1_3_3.addNode('4374','Wholesale Funds',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Distributions/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_3_3=g_navNode_1_3_3.addNode('4375','Pooled Super Funds/Trusts',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/APRFundCode/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4=g_navNode_1_3.addNode('4384','Distributions',ssUrlPrefix + 'Advisers/FundCentre/Distributions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_3_5=g_navNode_1_3.addNode('4380','Fund Performance',ssUrlPrefix + 'Advisers/FundCentre/FundPerformance/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_3_6=g_navNode_1_3.addNode('4733','Fund Updates',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/index.htm','RedirectURL==4370');
g_navNode_1_3_6_0=g_navNode_1_3_6.addNode('4370','Overview',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_3_7=g_navNode_1_3.addNode('4389','APIR Codes',ssUrlPrefix + 'Advisers/FundCentre/APIRCodes/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_8=g_navNode_1_3.addNode('4388','Tools',ssUrlPrefix + 'Advisers/FundCentre/Tools/index.htm');
g_navNode_1_3_8_0=g_navNode_1_3_8.addNode('4406','Distribution History',ssUrlPrefix + 'Advisers/FundCentre/Tools/HistoricalDistribution/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','FundCentreRedirectParams==HistoricalDistributionWebService','ShowRelResources==TRUE','xmlid==FC_15034275');
g_navNode_1_3_8_1=g_navNode_1_3_8.addNode('4659','Unit Price History',ssUrlPrefix + 'Advisers/FundCentre/Tools/HistoricalPrice/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','FundCentreRedirectParams==HistoricalPriceWebService','ShowRelResources==TRUE','xmlid==FC_15034275');
g_navNode_1_4=g_navNode_1.addNode('4390','Literature',ssUrlPrefix + 'Advisers/Literature/index.htm','RedirectURL==4395');
g_navNode_1_4_0=g_navNode_1_4.addNode('7894','Brochures \x26 Guides',ssUrlPrefix + 'Advisers/Literature/BrochuresGuides/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_1=g_navNode_1_4.addNode('7895','Brochures',ssUrlPrefix + 'Advisers/Literature/Brochures/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3cmatches\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6071\x60','ShowRelResources==TRUE');
g_navNode_1_4_2=g_navNode_1_4.addNode('7897','Guides',ssUrlPrefix + 'Advisers/Literature/Guides/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_4_3=g_navNode_1_4.addNode('6193','Features Archive',ssUrlPrefix + 'Advisers/Literature/FeaturesArchive/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6194');
g_navNode_1_4_3_1=g_navNode_1_4_3.addNode('6194','Bob Doll Investment Commentary',ssUrlPrefix + 'Advisers/Literature/FeaturesArchive/BobDollCommentary/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60\x3cAND\x3e  xWebsites \x3cmatches\x3e \x60au\x60 \x3cAND\x3e \x28\x28xSubtype \x3ccontains\x3e \x6014\x60\x29 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-60\x29\x24\x3e\x60\x29\x29 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60  \x3cAND\x3e xDocumentNickname \x3ccontains\x3e \x60Bob Doll - Investment Commentary\x60','ShowRelResources==FALSE');
g_navNode_1_4_3_2=g_navNode_1_4_3.addNode('6226','Market Data Dashboard',ssUrlPrefix + 'Advisers/Literature/FeaturesArchive/MarketDataDashboard/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60au\x60 \x3cAND\x3e xDocumentNickname \x3ccontains\x3e \x60Market Dashboard\x60 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-60\x29\x24\x3e\x60\x29');
g_navNode_1_4_4=g_navNode_1_4.addNode('4677','Customised Portfolio Service',ssUrlPrefix + 'Advisers/Literature/CustomisedPortfolioService/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','RedirectURL==4678','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_4_0=g_navNode_1_4_4.addNode('4678','PDS',ssUrlPrefix + 'Advisers/Literature/CustomisedPortfolioService/PDS/index.htm','DisplayDateFormat==MMM yy','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xDocumentCode \x3csubstring\x3e \x60PDS\x60','RedirectURL==4422','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_4_1=g_navNode_1_4_4.addNode('4679','User Guide',ssUrlPrefix + 'Advisers/Literature/CustomisedPortfolioService/UserGuide/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x60126\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_4_2=g_navNode_1_4_4.addNode('4668','Model Portfolio Updates',ssUrlPrefix + 'Advisers/Literature/CustomisedPortfolioService/ModelPortfolioUpdates/index.htm','DisplayDateFormat==MMM yy','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x6029\x60 \x3cAND\x3e xDocumentCode \x3csubstring\x3e \x60Model\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_4_3=g_navNode_1_4_4.addNode('4667','Non-BlackRock Portfolio Updates',ssUrlPrefix + 'Advisers/Literature/CustomisedPortfolioService/Non-BlackRockPortfolioUpdates/index.htm','DisplayDateFormat==MMM yy','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x6029\x60\x3cAND\x3e xDocumentCode \x3csubstring\x3e \x60Non-BlackRock\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_5=g_navNode_1_4.addNode('4725','Order Product Disclosure Statements',ssUrlPrefix + 'Advisers/Literature/OrderPDS/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_1_4_6=g_navNode_1_4.addNode('4670','Download Forms',ssUrlPrefix + 'Advisers/Literature/DownloadForms/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x609\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_4_7=g_navNode_1_4.addNode('4669','Annual Financial Reports',ssUrlPrefix + 'Advisers/Literature/AnnualFinancialReports/index.htm','DoNotShowInNavigation==FALSE','HideLiteratureFinder==TRUE','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x603\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_5=g_navNode_1.addNode('4443','Adviser Centre',ssUrlPrefix + 'Advisers/AdviserCentre/index.htm','RedirectURL==4444');
g_navNode_1_5_0=g_navNode_1_5.addNode('4691','Contact Us',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/index.htm','RedirectURL==4737','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_5_0_0=g_navNode_1_5_0.addNode('4737','Overview',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_5_0_1=g_navNode_1_5_0.addNode('4744','Contact Us Form',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/ContactUsForm/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_5_0_2=g_navNode_1_5_0.addNode('4692','Account Managers',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/AccountManagers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_5_0_3=g_navNode_1_5_0.addNode('4693','Key Accounts, Research and Platform Team',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/KeyAccountsResearchandPlatformTeam/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_5_0_4=g_navNode_1_5_0.addNode('8137','iShares',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/iShares/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_5_1=g_navNode_1_5.addNode('4446','How We Address Your Complaints',ssUrlPrefix + 'Advisers/AdviserCentre/HowWeAddressYourComplaints/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_2=g_navNode_1_5.addNode('4444','Investment Terms',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/index.htm','RedirectURL==4588','ShowRelResources==TRUE');
g_navNode_1_5_2_0=g_navNode_1_5_2.addNode('4588','A-F',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_2_1=g_navNode_1_5_2.addNode('4589','G-K',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/G-K/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_2_2=g_navNode_1_5_2.addNode('4590','L-R',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/L-R/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_2_3=g_navNode_1_5_2.addNode('4591','S-Z',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_3=g_navNode_1_5.addNode('4780','Taxation Guide',ssUrlPrefix + 'Advisers/AdviserCentre/TaxationGuide/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_4=g_navNode_1_5.addNode('4445','Privacy Statement',ssUrlPrefix + 'Advisers/AdviserCentre/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_1_5_5=g_navNode_1_5.addNode('4447','Corporate Governance Policy',ssUrlPrefix + 'Advisers/AdviserCentre/CorporateGovernancePolicy/index.htm','ShowRelResources==TRUE');
g_navNode_1_6=g_navNode_1.addNode('4428','Account Access',ssUrlPrefix + 'Advisers/AccountAccess/index.htm','ShowRelResources==TRUE');
g_navNode_1_7=g_navNode_1.addNode('5552','Client Login Popup Help',ssUrlPrefix + 'Advisers/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_2=g_navNode_Root.addNode('4352','Individual Investor',ssUrlPrefix + 'IndividualInvestor/index.htm','DoNotShowInNavigation==FALSE','ShowClientLogin==TRUE','SiloName==6');
g_navNode_2_0=g_navNode_2.addNode('4449','Market Insight',ssUrlPrefix + 'IndividualInvestor/MarketInsight/index.htm');
g_navNode_2_0_0=g_navNode_2_0.addNode('7891','Investment Perspectives',ssUrlPrefix + 'IndividualInvestor/MarketInsight/InvestmentPerspectives/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_2_0_1=g_navNode_2_0.addNode('4452','Market Watch',ssUrlPrefix + 'IndividualInvestor/MarketInsight/MarketWatch/index.htm','RedirectURL==6704','ShowRelResources==TRUE');
g_navNode_2_0_1_0=g_navNode_2_0_1.addNode('6704','In the Media',ssUrlPrefix + 'IndividualInvestor/MarketInsight/MarketWatch/Videos/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_2_0_1_1=g_navNode_2_0_1.addNode('6705','Special Reports',ssUrlPrefix + 'IndividualInvestor/MarketInsight/MarketWatch/SpecialReports/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_2_0_1_3=g_navNode_2_0_1.addNode('7759','Hot Topics',ssUrlPrefix + 'IndividualInvestor/MarketInsight/MarketWatch/HotTopics/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_2_0_4=g_navNode_2_0.addNode('4453','Market Statistics',ssUrlPrefix + 'IndividualInvestor/MarketInsight/MarketStatistics/index.htm','ShowRelResources==TRUE');
g_navNode_2_1=g_navNode_2.addNode('8380','Featured Funds',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/index.htm','DoNotShowInNavigation==TRUE','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0=g_navNode_2_1.addNode('8381','Australian Equity Opportunities Fund',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Australian-Equity-Opportunities-Fund/index.htm','RedirectURL==8382','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('8382','Overview',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Australian-Equity-Opportunities-Fund/overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('8383','Key features',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Australian-Equity-Opportunities-Fund/key-features/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_2=g_navNode_2_1_0.addNode('8403','Fund details',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Australian-Equity-Opportunities-Fund/fund-details/index.htm','ShowNavInTabs==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_3=g_navNode_2_1_0.addNode('8404','Waht is short selling',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Australian-Equity-Opportunities-Fund/short-selling/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_4=g_navNode_2_1_0.addNode('8405','Example of short selling',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Australian-Equity-Opportunities-Fund/example-of-short-selling/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1=g_navNode_2_1.addNode('8406','Global Allocation Fund',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Global-Allocation-Fund/index.htm','RedirectURL==8407','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_0=g_navNode_2_1_1.addNode('8407','Overview',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Global-Allocation-Fund/overview/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_1=g_navNode_2_1_1.addNode('8408','Key features',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Global-Allocation-Fund/key-features/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_2=g_navNode_2_1_1.addNode('8409','The investment team',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Global-Allocation-Fund/the-investment-team/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1_3=g_navNode_2_1_1.addNode('8410','Fund details',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Global-Allocation-Fund/fund-details/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2=g_navNode_2_1.addNode('8411','Asset Allocation Alpha Fund',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Asset-Allocation-Alpha-Fund/index.htm','RedirectURL==8412','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_0=g_navNode_2_1_2.addNode('8412','Overview',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Asset-Allocation-Alpha-Fund/overview/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_1=g_navNode_2_1_2.addNode('8413','Alternative investments',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Asset-Allocation-Alpha-Fund/alternative-investments/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_2=g_navNode_2_1_2.addNode('8414','Tactical asset allocation',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Asset-Allocation-Alpha-Fund/tactical-asset-allocation/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_3=g_navNode_2_1_2.addNode('8415','Fund details',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Asset-Allocation-Alpha-Fund/fund-details/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_3=g_navNode_2_1.addNode('8384','BlackRock Index Funds',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/index.htm','RedirectURL==8385');
g_navNode_2_1_3_0=g_navNode_2_1_3.addNode('8393','Overview',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Overview/index.htm','RedirectURL==8385');
g_navNode_2_1_3_0_0=g_navNode_2_1_3_0.addNode('8385','Home',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Overview/home/index.htm','ShowRelResources==TRUE');
g_navNode_2_1_3_0_1=g_navNode_2_1_3_0.addNode('8386','Benefits',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Overview/benefits/index.htm','ShowRelResources==TRUE');
g_navNode_2_1_3_0_2=g_navNode_2_1_3_0.addNode('8400','Portfolio Strategy',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Overview/portfolio-strategy/index.htm','ShowRelResources==TRUE');
g_navNode_2_1_3_0_3=g_navNode_2_1_3_0.addNode('8401','Cost',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Overview/cost/index.htm','ShowRelResources==TRUE');
g_navNode_2_1_3_0_4=g_navNode_2_1_3_0.addNode('8402','How BlackRock adds value',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Overview/how-blackrock-adds-value/index.htm','ShowRelResources==TRUE');
g_navNode_2_1_3_1=g_navNode_2_1_3.addNode('8394','Australian Equity',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Australian-Equity/index.htm','RedirectURL==8395');
g_navNode_2_1_3_1_0=g_navNode_2_1_3_1.addNode('8395','Team and Approach',ssUrlPrefix + 'IndividualInvestor/Featured-Funds/Index-Funds/Australian-Equity/team-and-approach/index.htm','ShowRelResources==TRUE');
g_navNode_2_2=g_navNode_2.addNode('4466','Fund Centre',ssUrlPrefix + 'IndividualInvestor/FundCentre/index.htm','RedirectURL==4467');
g_navNode_2_2_2=g_navNode_2_2.addNode('4709','Product Information',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_2_2_2_0=g_navNode_2_2_2.addNode('4711','Retail',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/Retail/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_1=g_navNode_2_2_2.addNode('4712','Wholesale',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/Wholesale/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_2=g_navNode_2_2_2.addNode('4713','Pooled Super Funds/Trusts',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/PooledSuperFundsTrusts/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_3=g_navNode_2_2_2.addNode('4714','Other Funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/OtherFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_4=g_navNode_2_2_2.addNode('4715','Services',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/Services/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_3=g_navNode_2_2.addNode('4536','Unit Prices',ssUrlPrefix + 'IndividualInvestor/FundCentre/UnitPrices/index.htm','FundCentreRedirectParams==tab\x3d//','ShowRelResources==TRUE','xmlid==FC_15034273');
g_navNode_2_2_3_0=g_navNode_2_2_3.addNode('4537','Unit Prices History',ssUrlPrefix + 'IndividualInvestor/FundCentre/UnitPrices/UnitPricesHistory/index.htm','RedirectURL==4718','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_4=g_navNode_2_2.addNode('4538','Distributions',ssUrlPrefix + 'IndividualInvestor/FundCentre/Distributions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_5=g_navNode_2_2.addNode('4467','Fund Performance',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundPerformance/index.htm','ShowRelResources==TRUE');
g_navNode_2_2_7=g_navNode_2_2.addNode('6113','Fund Updates',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6094','ShowThirdLevelNav==TRUE');
g_navNode_2_2_7_0=g_navNode_2_2_7.addNode('6094','Overview',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_2_2_8=g_navNode_2_2.addNode('4708','Tools',ssUrlPrefix + 'IndividualInvestor/FundCentre/Tools/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_2_8_0=g_navNode_2_2_8.addNode('4716','Distribution History',ssUrlPrefix + 'IndividualInvestor/FundCentre/Tools/HistoricalDistribution/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','FundCentreRedirectParams==HistoricalDistributionWebService','ShowRelResources==TRUE','xmlid==FC_15034275');
g_navNode_2_2_8_1=g_navNode_2_2_8.addNode('4718','Unit Price History',ssUrlPrefix + 'IndividualInvestor/FundCentre/Tools/HistoricalPrice/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','FundCentreRedirectParams==HistoricalPriceWebService','ShowRelResources==TRUE','xmlid==FC_15034275');
g_navNode_2_3=g_navNode_2.addNode('4454','Investment Options',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/index.htm','RedirectURL==4455');
g_navNode_2_3_0=g_navNode_2_3.addNode('4455','Investment Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/Investment/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_1=g_navNode_2_3.addNode('4456','Professional Investor Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/ProfessionalInvestorFunds/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_2=g_navNode_2_3.addNode('4457','Wholesale Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/index.htm','RedirectURL==4738','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3_2_0=g_navNode_2_3_2.addNode('4738','Overview',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3_2_1=g_navNode_2_3_2.addNode('4509','Australian Equities',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/AustEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3_2_2=g_navNode_2_3_2.addNode('4510','Global Equities',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/GlobalEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3_2_3=g_navNode_2_3_2.addNode('4511','Property',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/Property/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3_2_4=g_navNode_2_3_2.addNode('4512','Cash \x26 Fixed Income',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/CashFixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3_2_5=g_navNode_2_3_2.addNode('4513','Multi Asset Class',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/MultiAssetClass/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_3_3=g_navNode_2_3.addNode('4458','Pooled Super Trusts',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/PooledSuperTrusts/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_4=g_navNode_2_3.addNode('4459','Other Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/OtherFunds/index.htm','ShowRelResources==TRUE');
g_navNode_2_4=g_navNode_2.addNode('4471','Investor Centre',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/index.htm','RedirectURL==4472');
g_navNode_2_4_0=g_navNode_2_4.addNode('4742','Contact Us',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_1=g_navNode_2_4.addNode('4473','How We Address Your Complaints',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/HowWeAddressYourComplaints/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_2=g_navNode_2_4.addNode('4472','Investment Terms',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/index.htm','RedirectURL==4649','ShowRelResources==TRUE');
g_navNode_2_4_2_0=g_navNode_2_4_2.addNode('4649','A-F',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_2_1=g_navNode_2_4_2.addNode('4653','G-K',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/G-K/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_2_2=g_navNode_2_4_2.addNode('4654','L-R',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/L-R/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_2_3=g_navNode_2_4_2.addNode('4655','S-Z',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_3=g_navNode_2_4.addNode('4781','Taxation Guide',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/TaxationGuide/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_4_4=g_navNode_2_4.addNode('4475','Privacy Statement',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_5=g_navNode_2_4.addNode('4474','Corporate Governance Policy',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/CorporateGovernancePolicy/index.htm','ShowRelResources==TRUE');
g_navNode_2_5=g_navNode_2.addNode('4461','Literature',ssUrlPrefix + 'IndividualInvestor/Literature/index.htm','RedirectURL==4462');
g_navNode_2_5_0=g_navNode_2_5.addNode('6197','Features Archive',ssUrlPrefix + 'IndividualInvestor/Literature/FeaturesArchive/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6227');
g_navNode_2_5_0_3=g_navNode_2_5_0.addNode('6227','Market Data Dashboard',ssUrlPrefix + 'IndividualInvestor/Literature/FeaturesArchive/MarketDataDashboard/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60au\x60 \x3cAND\x3e xDocumentNickname \x3ccontains\x3e \x60Market Dashboard\x60 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-60\x29\x24\x3e\x60\x29','ShowRelResources==TRUE');
g_navNode_2_5_1=g_navNode_2_5.addNode('4464','Download Forms',ssUrlPrefix + 'IndividualInvestor/Literature/DownloadForms/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x609\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_5_2=g_navNode_2_5.addNode('4724','Order Product Disclosure Statements',ssUrlPrefix + 'IndividualInvestor/Literature/OrderPDS/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_3=g_navNode_2_5.addNode('4463','Annual Financial Reports',ssUrlPrefix + 'IndividualInvestor/Literature/AnnualFinancialReports/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x603\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_6=g_navNode_2.addNode('4460','Account Access',ssUrlPrefix + 'IndividualInvestor/AccountAccess/index.htm','ShowRelResources==TRUE');
g_navNode_2_7=g_navNode_2.addNode('5525','Client Login Popup Help',ssUrlPrefix + 'IndividualInvestor/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_3=g_navNode_Root.addNode('4353','Institutions',ssUrlPrefix + 'Institutions/index.htm','DoNotShowInNavigation==FALSE','ShowClientLogin==TRUE','SiloName==3');
g_navNode_3_1=g_navNode_3.addNode('4497','Fund Centre',ssUrlPrefix + 'Institutions/FundCentre/index.htm','RedirectURL==4545');
g_navNode_3_1_2=g_navNode_3_1.addNode('4710','Product Information',ssUrlPrefix + 'Institutions/FundCentre/ProductInformation/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_0=g_navNode_3_1_2.addNode('5399','Australian Equities',ssUrlPrefix + 'Institutions/FundCentre/ProductInformation/AustralianEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_1=g_navNode_3_1_2.addNode('5400','Global Equities',ssUrlPrefix + 'Institutions/FundCentre/ProductInformation/GlobalEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_2=g_navNode_3_1_2.addNode('5401','Fixed Income and Cash',ssUrlPrefix + 'Institutions/FundCentre/ProductInformation/FixedIncomeandCash/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_3=g_navNode_3_1_2.addNode('5402','Property',ssUrlPrefix + 'Institutions/FundCentre/ProductInformation/Property/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_4=g_navNode_3_1_2.addNode('5403','Multisector',ssUrlPrefix + 'Institutions/FundCentre/ProductInformation/Multisector/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2_5=g_navNode_3_1_2.addNode('5404','Alternative',ssUrlPrefix + 'Institutions/FundCentre/ProductInformation/Alternative/index.htm','HTTPMetaText==\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Alternatives\\x27 /\x3e','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_3=g_navNode_3_1.addNode('4543','Unit Prices',ssUrlPrefix + 'Institutions/FundCentre/UnitPrices/index.htm','FundCentreRedirectParams==tab\x3d//','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','xmlid==FC_15034274');
g_navNode_3_1_3_0=g_navNode_3_1_3.addNode('4544','Unit Prices History',ssUrlPrefix + 'Institutions/FundCentre/UnitPrices/UnitPricesHistory/index.htm','RedirectURL==4731','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_4=g_navNode_3_1.addNode('4546','Distributions',ssUrlPrefix + 'Institutions/FundCentre/FundDistributions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_1_4_0=g_navNode_3_1_4.addNode('4547','Distribution History',ssUrlPrefix + 'Institutions/FundCentre/FundDistributions/DistributionHistory/index.htm','RedirectURL==4729','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_4_1=g_navNode_3_1_4.addNode('4548','Distribution Components',ssUrlPrefix + 'Institutions/FundCentre/FundDistributions/DistributionComponents/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_1_5=g_navNode_3_1.addNode('4542','Fund Performance',ssUrlPrefix + 'Institutions/FundCentre/Performance/index.htm','ShowRelResources==TRUE');
g_navNode_3_1_6=g_navNode_3_1.addNode('4545','Fund Updates',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/index.htm','RedirectURL==4734','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_0=g_navNode_3_1_6.addNode('4734','Overview',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_1_7=g_navNode_3_1.addNode('4703','Tools',ssUrlPrefix + 'Institutions/FundCentre/Tools/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_3_1_7_0=g_navNode_3_1_7.addNode('4729','Distribution History',ssUrlPrefix + 'Institutions/FundCentre/Tools/HistoricalDistribution/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','FundCentreRedirectParams==HistoricalDistributionWebService','ShowRelResources==TRUE','xmlid==FC_15034276');
g_navNode_3_1_7_1=g_navNode_3_1_7.addNode('4731','Unit Price History',ssUrlPrefix + 'Institutions/FundCentre/Tools/HistoricalPrice/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','FundCentreRedirectParams==HistoricalPriceWebService','ShowRelResources==TRUE','xmlid==FC_15034276');
g_navNode_3_2=g_navNode_3.addNode('4476','Market Insight',ssUrlPrefix + 'Institutions/MarketInsight/index.htm','RedirectURL==4477');
g_navNode_3_2_0=g_navNode_3_2.addNode('7892','Investment Perspectives',ssUrlPrefix + 'Institutions/MarketInsight/InvestmentPerspectives/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_3_2_1=g_navNode_3_2.addNode('4480','Market Watch',ssUrlPrefix + 'Institutions/MarketInsight/MarketWatch/index.htm','RedirectURL==6755','ShowRelResources==TRUE');
g_navNode_3_2_1_0=g_navNode_3_2_1.addNode('6755','In the Media',ssUrlPrefix + 'Institutions/MarketInsight/MarketWatch/Videos/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_3_2_1_2=g_navNode_3_2_1.addNode('6754','Special Reports',ssUrlPrefix + 'Institutions/MarketInsight/MarketWatch/SpecialReports/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_3_2_2=g_navNode_3_2.addNode('8162','3 Minutes With BlackRock',ssUrlPrefix + 'Institutions/MarketInsight/3MinutesWithBlackRock/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_3_2_2_0=g_navNode_3_2_2.addNode('8378','January 2012',ssUrlPrefix + 'Institutions/MarketInsight/3MinutesWithBlackRock/2012-01/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_2_1=g_navNode_3_2_2.addNode('8280','December 2011',ssUrlPrefix + 'Institutions/MarketInsight/3MinutesWithBlackRock/2011-12/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_2_2=g_navNode_3_2_2.addNode('8190','November 2011',ssUrlPrefix + 'Institutions/MarketInsight/3MinutesWithBlackRock/201111/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_2_3=g_navNode_3_2_2.addNode('8163','October 2011',ssUrlPrefix + 'Institutions/MarketInsight/3MinutesWithBlackRock/201110/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_3_2_3=g_navNode_3_2.addNode('4478','Bob Doll Investment Commentary',ssUrlPrefix + 'Institutions/MarketInsight/BobDollInvestmentCommentary/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_5=g_navNode_3_2.addNode('4477','Market Statistics',ssUrlPrefix + 'Institutions/MarketInsight/MarketStatistics/index.htm','ShowRelResources==TRUE');
g_navNode_3_3=g_navNode_3.addNode('4502','Knowledge Centre',ssUrlPrefix + 'Institutions/KnowledgeCentre/index.htm','RedirectURL==4503');
g_navNode_3_3_0=g_navNode_3_3.addNode('4727','Contact Us',ssUrlPrefix + 'Institutions/KnowledgeCentre/ContactUs/index.htm','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_3_3_1=g_navNode_3_3.addNode('4504','How We Address Your Complaints',ssUrlPrefix + 'Institutions/KnowledgeCentre/HowWeAddressYourComplaints/index.htm','ShowRelResources==TRUE');
g_navNode_3_3_2=g_navNode_3_3.addNode('4503','Investment Terms',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/index.htm','RedirectURL==4559','ShowRelResources==TRUE');
g_navNode_3_3_2_0=g_navNode_3_3_2.addNode('4559','A-F',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/A-F/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_2_1=g_navNode_3_3_2.addNode('4564','G-K',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/G-K/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_2_2=g_navNode_3_3_2.addNode('4565','L-R',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/L-R/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_2_3=g_navNode_3_3_2.addNode('4566','S-Z',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/S-Z/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_3=g_navNode_3_3.addNode('4582','Privacy Statement',ssUrlPrefix + 'Institutions/KnowledgeCentre/PrivacyStatement/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_4=g_navNode_3_3.addNode('4505','Corporate Governance Policy',ssUrlPrefix + 'Institutions/KnowledgeCentre/CorporateGovernancePolicy/index.htm','ShowRelResources==TRUE');
g_navNode_3_4=g_navNode_3.addNode('4491','Literature',ssUrlPrefix + 'Institutions/Literature/index.htm','RedirectURL==4492');
g_navNode_3_4_0=g_navNode_3_4.addNode('7333','Brochures \x26 Guides',ssUrlPrefix + 'Institutions/Literature/Brochures_Guides/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x6071\x60','ShowRelResources==TRUE');
g_navNode_3_4_1=g_navNode_3_4.addNode('4492','Disclosure Documents',ssUrlPrefix + 'Institutions/Literature/DisclosureDocuments/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xDocumentCode \x3csubstring\x3e \x60Disclosure\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_3_4_3=g_navNode_3_4.addNode('4494','Annual Financial Reports',ssUrlPrefix + 'Institutions/Literature/AnnualFinancialReports/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x603\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_3_4_6=g_navNode_3_4.addNode('6201','Features Archive',ssUrlPrefix + 'Institutions/Literature/FeaturesArchive/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6202','WideColumnMiddle==FALSE');
g_navNode_3_4_6_1=g_navNode_3_4_6.addNode('6202','Bob Doll Investment Commentary',ssUrlPrefix + 'Institutions/Literature/FeaturesArchive/BobDollCommentary/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60\x3cAND\x3e  xWebsites \x3cmatches\x3e \x60au\x60 \x3cAND\x3e \x28\x28xSubtype \x3ccontains\x3e \x6014\x60\x29 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-60\x29\x24\x3e\x60\x29\x29 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x607\x60  \x3cAND\x3e xDocumentNickname \x3ccontains\x3e \x60Bob Doll - Investment Commentary\x60','ShowRelResources==TRUE');
g_navNode_3_4_6_2=g_navNode_3_4_6.addNode('6228','Market Data Dashboard',ssUrlPrefix + 'Institutions/Literature/FeaturesArchive/MarketDataDashboard/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60au\x60 \x3cAND\x3e xDocumentNickname \x3ccontains\x3e \x60Market Dashboard\x60 \x3cAND\x3e \x28xDocumentDate \x3e\x3d \x60\x3c\x24dateCurrent\x28-60\x29\x24\x3e\x60\x29','ShowRelResources==TRUE');
g_navNode_3_5=g_navNode_3.addNode('4490','Account Access',ssUrlPrefix + 'Institutions/AccountAccess/index.htm','ShowRelResources==TRUE');
g_navNode_3_6=g_navNode_3.addNode('5521','Client Login Popup Help',ssUrlPrefix + 'Institutions/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('4354','New BlackRock',ssUrlPrefix + 'SiloLocalContent/index.htm');
g_navNode_10=g_navNode_Root.addNode('4697','Microsites',ssUrlPrefix + 'Microsites/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_10_0=g_navNode_10.addNode('4698','AAA-FirstChoice',ssUrlPrefix + 'Microsites/AAA-FirstChoice/index.htm');
g_navNode_10_1=g_navNode_10.addNode('7223','Asset Allocation Alpha Fund',ssUrlPrefix + 'Microsites/1/index.htm','DoNotShowInSitemap==TRUE','RedirectURL==8345');
g_navNode_10_2=g_navNode_10.addNode('4699','Microsite 2',ssUrlPrefix + 'Microsites/2/index.htm');
g_navNode_10_3=g_navNode_10.addNode('4700','Microsite 3',ssUrlPrefix + 'Microsites/3/index.htm');
g_navNode_10_4=g_navNode_10.addNode('4701','Microsite 4',ssUrlPrefix + 'Microsites/Microsite4/index.htm');
g_navNode_10_5=g_navNode_10.addNode('4702','Microsite 5',ssUrlPrefix + 'Microsites/Microsite5/index.htm');
g_navNode_10_6=g_navNode_10.addNode('7335','Global Allocation Fund',ssUrlPrefix + 'Microsites/6/index.htm','RedirectURL==8313');
g_navNode_10_7=g_navNode_10.addNode('5110','AustEquites',ssUrlPrefix + 'Microsites/AustEquites/index.htm');
g_navNode_10_8=g_navNode_10.addNode('5182','OnlineApplications',ssUrlPrefix + 'Microsites/OnlineApplications/index.htm');
g_navNode_10_9=g_navNode_10.addNode('6050','CIMA',ssUrlPrefix + 'Microsites/CIMA/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_10_10=g_navNode_10.addNode('6057','Withdrawal Offer',ssUrlPrefix + 'Microsites/WithdrawalOffer/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_10_11=g_navNode_10.addNode('6117','CPS',ssUrlPrefix + 'Microsites/CPS/index.htm');
g_navNode_10_12=g_navNode_10.addNode('6118','Monthly Income Fund',ssUrlPrefix + 'Microsites/MonthlyIncomeFund/index.htm');
g_navNode_10_13=g_navNode_10.addNode('6119','Scientific Equities',ssUrlPrefix + 'Microsites/ScientificEquities/index.htm');
g_navNode_10_14=g_navNode_10.addNode('7638','CPS-SuperSMA',ssUrlPrefix + 'Microsites/CPS-SuperSMA/index.htm');
g_navNode_10_15=g_navNode_10.addNode('7600','CPS-SuperSMA Registration2',ssUrlPrefix + 'Microsites/CPS-SuperSMARegistration2/index.htm','ShowRelResources==TRUE');
g_navNode_10_16=g_navNode_10.addNode('7664','CPS-SuperSMA Registration',ssUrlPrefix + 'Microsites/CPS-SuperSMARegistration/index.htm','ShowRelResources==TRUE');
g_navNode_11=g_navNode_Root.addNode('6568','Index Funds',ssUrlPrefix + 'IndexFunds/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==Index Funds','RedirectURL==6292','ShowClientLogin==FALSE','ShowThirdLevelNav==FALSE','WideColumnMiddle==FALSE');
g_navNode_11_0=g_navNode_11.addNode('6292','Overview',ssUrlPrefix + 'IndexFunds/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowThirdLevelNav==FALSE','WideColumnMiddle==FALSE');
g_navNode_11_1=g_navNode_11.addNode('6291','Australian Equity',ssUrlPrefix + 'IndexFunds/AustralianEquity/index.htm','ShowThirdLevelNav==FALSE');
g_navNode_11_2=g_navNode_11.addNode('6293','International Equity',ssUrlPrefix + 'IndexFunds/IntEquity/index.htm','ShowThirdLevelNav==FALSE');
g_navNode_11_3=g_navNode_11.addNode('6416','International Equity \x28Hedged\x29',ssUrlPrefix + 'IndexFunds/HedgedIntEquity/index.htm','ShowThirdLevelNav==FALSE');
g_navNode_11_4=g_navNode_11.addNode('6294','Australian Bond',ssUrlPrefix + 'IndexFunds/AustralianBond/index.htm','ShowThirdLevelNav==FALSE');
g_navNode_11_5=g_navNode_11.addNode('6415','Global Bond \x28Hedged\x29',ssUrlPrefix + 'IndexFunds/GlobalBond/index.htm','ShowThirdLevelNav==FALSE');
g_navNode_11_6=g_navNode_11.addNode('6295','Australian Property',ssUrlPrefix + 'IndexFunds/AustralianProperty/index.htm','ShowThirdLevelNav==FALSE');
g_navNode_11_7=g_navNode_11.addNode('8051','Platform Availability',ssUrlPrefix + 'IndexFunds/PlatformAvailability/index.htm','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE');
g_navNode_11_8=g_navNode_11.addNode('8052','Ratings Popup',ssUrlPrefix + 'IndexFunds/RatingsPopup/index.htm','DoNotShowInNavigation==TRUE','DoNotShowInSitemap==TRUE');
g_navNode_12=g_navNode_Root.addNode('6738','Property Unit Holders Meeting',ssUrlPrefix + 'property-unit-holders-meeting/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==Property Unit Holders Meeting','RedirectURL==6743');
g_navNode_12_0=g_navNode_12.addNode('6743','Overview',ssUrlPrefix + 'property-unit-holders-meeting/Overview/index.htm');
g_navNode_13=g_navNode_Root.addNode('7336','Institutional Alternative Investments',ssUrlPrefix + 'institutional-alternative-investments/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==Institutional Alternative Investments','RedirectURL==7338');
g_navNode_13_0=g_navNode_13.addNode('7338','Overview',ssUrlPrefix + 'institutional-alternative-investments/Overview/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_13_1=g_navNode_13.addNode('7339','Hedge Funds',ssUrlPrefix + 'institutional-alternative-investments/hedgefunds/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_13_2=g_navNode_13.addNode('7340','Funds of Hedge Funds',ssUrlPrefix + 'institutional-alternative-investments/fundsofhedgefunds/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_13_3=g_navNode_13.addNode('7341','Funds of Private Equity',ssUrlPrefix + 'institutional-alternative-investments/fundsofprivateequity/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_13_4=g_navNode_13.addNode('7343','Capital Markets',ssUrlPrefix + 'institutional-alternative-investments/capitalmarkets/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_13_5=g_navNode_13.addNode('7344','Real Estate',ssUrlPrefix + 'institutional-alternative-investments/realestate/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_13_6=g_navNode_13.addNode('7397','Sustainable Investing',ssUrlPrefix + 'institutional-alternative-investments/sustainableinvesting/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_13_7=g_navNode_13.addNode('7345','Risk Management',ssUrlPrefix + 'institutional-alternative-investments/riskmanagement/index.htm','DoNotShowInSitemap==TRUE');
g_navNode_14=g_navNode_Root.addNode('4745','prices',ssUrlPrefix + 'prices/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4536');
g_navNode_16=g_navNode_Root.addNode('4919','rd',ssUrlPrefix + 'rd/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_16_0=g_navNode_16.addNode('4921','afs',ssUrlPrefix + 'rd/afs/index.htm','RedirectURL==4793');
g_navNode_16_1=g_navNode_16.addNode('4982','Agentia',ssUrlPrefix + 'rd/agentia/index.htm','RedirectURL==4981');
g_navNode_16_2=g_navNode_16.addNode('4927','alpha',ssUrlPrefix + 'rd/alpha/index.htm','RedirectURL==4931');
g_navNode_16_3=g_navNode_16.addNode('4928','alpha_asia',ssUrlPrefix + 'rd/alpha_asia/index.htm','RedirectURL==4932');
g_navNode_16_4=g_navNode_16.addNode('4983','cps',ssUrlPrefix + 'rd/cps/index.htm','RedirectURL==4726');
g_navNode_16_5=g_navNode_16.addNode('4922','cps_c001',ssUrlPrefix + 'rd/cps_c001/index.htm','RedirectURL==4794');
g_navNode_16_6=g_navNode_16.addNode('4923','Discovery',ssUrlPrefix + 'rd/Discovery/index.htm','RedirectURL==4795');
g_navNode_16_7=g_navNode_16.addNode('4930','premium_china_fund',ssUrlPrefix + 'rd/premium_china_fund/index.htm','RedirectURL==4934');
g_navNode_16_8=g_navNode_16.addNode('4920','pt20',ssUrlPrefix + 'rd/pt20/index.htm','RedirectURL==4798');
g_navNode_16_9=g_navNode_16.addNode('4924','Ralton',ssUrlPrefix + 'rd/Ralton/index.htm','RedirectURL==4796');
g_navNode_16_10=g_navNode_16.addNode('4929','the_shield',ssUrlPrefix + 'rd/the_shield/index.htm','RedirectURL==4933');
g_navNode_16_11=g_navNode_16.addNode('4925','Westpac',ssUrlPrefix + 'rd/Westpac/index.htm','RedirectURL==4797');
g_navNode_16_12=g_navNode_16.addNode('6324','bc20lte',ssUrlPrefix + 'rd/bc20lte/index.htm','RedirectURL==6323');
g_navNode_16_13=g_navNode_16.addNode('7764','mlc',ssUrlPrefix + 'rd/mlc/index.htm','RedirectURL==7762');
g_navNode_17=g_navNode_Root.addNode('4926','cps',ssUrlPrefix + 'cps/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6117');
g_navNode_18=g_navNode_Root.addNode('5194','cpt20',ssUrlPrefix + 'cpt20/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4700');
g_navNode_19=g_navNode_Root.addNode('6140','Scientific Equities',ssUrlPrefix + 'scientificequities/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinvestments.com.au/Microsites/ScientificEquities/index.htm');
g_navNode_20=g_navNode_Root.addNode('6184','iro',ssUrlPrefix + 'iro/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4417');
g_navNode_21=g_navNode_Root.addNode('7038','Australian Property',ssUrlPrefix + 'australian-property/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==Australian Property','RedirectURL==7036');
g_navNode_21_0=g_navNode_21.addNode('7036','Overview',ssUrlPrefix + 'australian-property/overview/index.htm','DoNotShowInNavigation==FALSE','NoDisclaimer== ','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','contributorOnly==FALSE');
g_navNode_22=g_navNode_Root.addNode('8189','Subscription',ssUrlPrefix + 'Subscription/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_22_0=g_navNode_22.addNode('8200','Confirmation',ssUrlPrefix + 'Subscription/Confirmation/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');

