/////////////////////////////////////////////////////////////////////////////
// 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','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','OmnitureID==blkau-prod','ShowThirdLevelNav==TRUE','StartDivID==LandingPage','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('4355','About Us-old',ssUrlPrefix + 'AboutUs/OverviewOld/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4749','ShowRelResources==TRUE');
g_navNode_0_1=g_navNode_0.addNode('4749','Overview',ssUrlPrefix + 'AboutUs/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_1=g_navNode_0_1.addNode('4529','BlackRock in the Community',ssUrlPrefix + 'AboutUs/Overview/BlackRockintheCommunity/index.htm','ShowRelResources==TRUE');
g_navNode_0_1_2=g_navNode_0_1.addNode('4530','Anti-Money Laundering',ssUrlPrefix + 'AboutUs/Overview/AML/index.htm','RedirectURL==4563');
g_navNode_0_1_2_0=g_navNode_0_1_2.addNode('4563','Overview',ssUrlPrefix + 'AboutUs/Overview/AML/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_2_1=g_navNode_0_1_2.addNode('4531','BlackRock\'s Approach to Compliance with the Legislation',ssUrlPrefix + 'AboutUs/Overview/AML/BlackRocksApproachtoCompliancewiththeLegislation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_1_2_2=g_navNode_0_1_2.addNode('4782','Frequently Asked Questions \x28FAQs\x29',ssUrlPrefix + 'AboutUs/Overview/AML/FAQs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
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('4359','Terms \x26 Conditions',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_0_4=g_navNode_0.addNode('4360','Privacy Policy',ssUrlPrefix + 'AboutUs/PrivacyPolicy/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_0_5=g_navNode_0.addNode('4532','Frequently Asked Questions \x28FAQs\x29',ssUrlPrefix + 'AboutUs/FrequentlyAskedQuestionsFAQs/index.htm','HideTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_9=g_navNode_0.addNode('4748','About Us',ssUrlPrefix + 'AboutUs/AboutUs/index.htm','DoNotShowInNavigation==FALSE');
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','RedirectURL==4415');
g_navNode_1_0_0=g_navNode_1_0.addNode('4417','Investment Review and Outlook',ssUrlPrefix + 'Advisers/MarketInsight/MonthlyInvestmentReviewandOutlook/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_1=g_navNode_1_0.addNode('4419','Market Watch',ssUrlPrefix + 'Advisers/MarketInsight/MarketWatch/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_2=g_navNode_1_0.addNode('4415','Bob Doll Investment Commentary',ssUrlPrefix + 'Advisers/MarketInsight/BobDollInvestmentCommentary/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_3=g_navNode_1_0.addNode('4416','Messenger',ssUrlPrefix + 'Advisers/MarketInsight/Messenger/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_4=g_navNode_1_0.addNode('4420','Market Statistics',ssUrlPrefix + 'Advisers/MarketInsight/MarketStatistics/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_5=g_navNode_1_0.addNode('4418','Teleconference and Audio Casts',ssUrlPrefix + 'Advisers/MarketInsight/TeleconferenceandAudioCasts/index.htm','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('4422','Customised Portfolio Service',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/index.htm','RedirectURL==4735','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_5_0=g_navNode_1_1_5.addNode('4735','Overview',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_5_1=g_navNode_1_1_5.addNode('4726','CPS Registration Form',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_5_1_0=g_navNode_1_1_5_1.addNode('4793','afs',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/afs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_5_1_1=g_navNode_1_1_5_1.addNode('4981','Agentia',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Agentia/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_5_1_2=g_navNode_1_1_5_1.addNode('4794','cps_c001',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/cps_c001/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_5_1_3=g_navNode_1_1_5_1.addNode('4795','Discovery',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Discovery/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_5_1_4=g_navNode_1_1_5_1.addNode('4796','Ralton',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Ralton/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_5_1_5=g_navNode_1_1_5_1.addNode('4798','pt20',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/pt20/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1_5_1_6=g_navNode_1_1_5_1.addNode('4931','alpha',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/alpha/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_5_1_7=g_navNode_1_1_5_1.addNode('4932','alpha_asia',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/alpha_asia/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_5_1_8=g_navNode_1_1_5_1.addNode('4933','the_shield',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/the_shield/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_5_1_9=g_navNode_1_1_5_1.addNode('4934','Premium China Fund',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/PremiumChinaFund/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_1_5_1_10=g_navNode_1_1_5_1.addNode('4797','Westpac',ssUrlPrefix + 'Advisers/InvestmentOptions/CustomisedPortfolioService/CPSRegistrationForm/Westpac/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_5_2=g_navNode_1_1_5.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('4366','Fund Centre',ssUrlPrefix + 'Advisers/FundCentre/index.htm','RedirectURL==4367');
g_navNode_1_2_2=g_navNode_1_2.addNode('4404','Product Information',ssUrlPrefix + 'Advisers/FundCentre/ProductInformation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_3=g_navNode_1_2.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_2_3_0=g_navNode_1_2_3.addNode('4373','Investment Funds',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Prices/index.htm','RedirectURL==4376','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_3_0_0=g_navNode_1_2_3_0.addNode('4376','Literature',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Prices/Literature/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_3_1=g_navNode_1_2_3.addNode('4372','Professional Investor Funds',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Performance/index.htm','ShowRelResources==TRUE');
g_navNode_1_2_3_1_0=g_navNode_1_2_3_1.addNode('4377','Literature',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Performance/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_1_2_3_2=g_navNode_1_2_3.addNode('4374','Wholesale Funds',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/Distributions/index.htm','ShowRelResources==TRUE');
g_navNode_1_2_3_3=g_navNode_1_2_3.addNode('4375','Pooled Super Funds/Trusts',ssUrlPrefix + 'Advisers/FundCentre/UnitPrice/APRFundCode/index.htm','ShowRelResources==TRUE');
g_navNode_1_2_4=g_navNode_1_2.addNode('4384','Distributions',ssUrlPrefix + 'Advisers/FundCentre/Distributions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_5=g_navNode_1_2.addNode('4380','Fund Performance',ssUrlPrefix + 'Advisers/FundCentre/FundPerformance/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_6=g_navNode_1_2.addNode('4733','Fund Updates',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/index.htm','RedirectURL==4370');
g_navNode_1_2_6_0=g_navNode_1_2_6.addNode('4370','Overview',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_1=g_navNode_1_2_6.addNode('4552','Asset Allocation Alpha Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/AssetAllocationAlphaFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_2=g_navNode_1_2_6.addNode('4553','Australian Bond Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/AustralianBondFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_3=g_navNode_1_2_6.addNode('4556','Australian Quant Strategies Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/AustralianQuantStrategiesFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_4=g_navNode_1_2_6.addNode('4554','Australian Share Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/AustralianShareFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_5=g_navNode_1_2_6.addNode('4555','Australian Share Fund Plus',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/AustralianShareFundPlus/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_6=g_navNode_1_2_6.addNode('4557','Balanced Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/BalancedFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_7=g_navNode_1_2_6.addNode('4558','Global Allocation Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/GlobalAllocationFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_8=g_navNode_1_2_6.addNode('4570','Global Diversified Bond Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/GlobalDiversifiedBondFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_9=g_navNode_1_2_6.addNode('4562','Global Equity Enhanced Index Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/GlobalEquityEnhancedIndexFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_10=g_navNode_1_2_6.addNode('4567','Global High Conviction',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/GlobalHighConviction/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_11=g_navNode_1_2_6.addNode('4568','Global High Conviction Fund - Unhedged and Hedged',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/GlobalHighConvictionFund_UnhedgedandHedged/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_12=g_navNode_1_2_6.addNode('4569','Global Small Cap Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/GlobalSmallCapFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_13=g_navNode_1_2_6.addNode('4571','International Gold Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/InternationalGoldFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_14=g_navNode_1_2_6.addNode('4572','Managed Income Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/ManagedIncomeFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_15=g_navNode_1_2_6.addNode('4573','Monthly Income Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/MonthlyIncomeFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_16=g_navNode_1_2_6.addNode('4574','Property - Combined Property Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/Property-CombinedPropertyFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_17=g_navNode_1_2_6.addNode('4575','Property - Direct Property Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/Property-DirectPropertyFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_6_18=g_navNode_1_2_6.addNode('4576','Property - Property Securities Fund',ssUrlPrefix + 'Advisers/FundCentre/FundUpdates/Property-PropertySecuritiesFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_7=g_navNode_1_2.addNode('4389','APIR Codes',ssUrlPrefix + 'Advisers/FundCentre/APIRCodes/index.htm','ShowRelResources==TRUE');
g_navNode_1_2_8=g_navNode_1_2.addNode('4388','Tools',ssUrlPrefix + 'Advisers/FundCentre/Tools/index.htm');
g_navNode_1_2_8_0=g_navNode_1_2_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_2_8_1=g_navNode_1_2_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_3=g_navNode_1.addNode('4390','Literature',ssUrlPrefix + 'Advisers/Literature/index.htm','RedirectURL==4395');
g_navNode_1_3_0=g_navNode_1_3.addNode('4725','Product Disclosure Statements',ssUrlPrefix + 'Advisers/Literature/OrderPDS/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_2=g_navNode_1_3.addNode('4677','Customised Portfolio Service',ssUrlPrefix + 'Advisers/Literature/CustomisedPortfolioService/index.htm','DoNotShowInNavigation==FALSE','HideTabs==TRUE','RedirectURL==4678','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3_2_0=g_navNode_1_3_2.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_3_2_1=g_navNode_1_3_2.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_3_2_2=g_navNode_1_3_2.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_3_2_3=g_navNode_1_3_2.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_3_3=g_navNode_1_3.addNode('4669','Annual Financial Reports',ssUrlPrefix + 'Advisers/Literature/AnnualFinancialReports/index.htm','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_3_4=g_navNode_1_3.addNode('4670','Download Forms',ssUrlPrefix + 'Advisers/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','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_3_5=g_navNode_1_3.addNode('4671','Features Archive',ssUrlPrefix + 'Advisers/Literature/FeaturesArchive/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6014\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_4=g_navNode_1.addNode('4443','Adviser Centre',ssUrlPrefix + 'Advisers/AdviserCentre/index.htm','RedirectURL==4444');
g_navNode_1_4_0=g_navNode_1_4.addNode('4444','Investment Terms',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/index.htm','RedirectURL==4588','ShowRelResources==TRUE');
g_navNode_1_4_0_0=g_navNode_1_4_0.addNode('4588','A-F',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_0_1=g_navNode_1_4_0.addNode('4589','G-K',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/G-K/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_0_2=g_navNode_1_4_0.addNode('4590','L-R',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/L-R/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_0_3=g_navNode_1_4_0.addNode('4591','S-Z',ssUrlPrefix + 'Advisers/AdviserCentre/InvestmentTerms/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_1=g_navNode_1_4.addNode('4445','Privacy Statement',ssUrlPrefix + 'Advisers/AdviserCentre/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_2=g_navNode_1_4.addNode('4446','How We Address Your Complaints',ssUrlPrefix + 'Advisers/AdviserCentre/HowWeAddressYourComplaints/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_3=g_navNode_1_4.addNode('4447','Corporate Govenance Policy',ssUrlPrefix + 'Advisers/AdviserCentre/CorporateGovenancePolicy/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_4=g_navNode_1_4.addNode('4780','Taxation Guide',ssUrlPrefix + 'Advisers/AdviserCentre/TaxationGuide/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_5=g_navNode_1_4.addNode('4691','Contact Us',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/index.htm','RedirectURL==4737','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_5_0=g_navNode_1_4_5.addNode('4737','Overview',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_5_1=g_navNode_1_4_5.addNode('4744','Contact Us Form',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/ContactUsForm/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_5_2=g_navNode_1_4_5.addNode('4692','Account Managers',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/AccountManagers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_5_3=g_navNode_1_4_5.addNode('4693','Key Accounts, Research and Platform Team',ssUrlPrefix + 'Advisers/AdviserCentre/ContactUs/KeyAccountsResearchandPlatformTeam/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_5=g_navNode_1.addNode('4428','Account Access',ssUrlPrefix + 'Advisers/AccountAccess/index.htm','ShowRelResources==TRUE');
g_navNode_1_6=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==2');
g_navNode_2_0=g_navNode_2.addNode('4449','Market Insight',ssUrlPrefix + 'IndividualInvestor/MarketInsight/index.htm','RedirectURL==4450');
g_navNode_2_0_0=g_navNode_2_0.addNode('4452','Market Watch',ssUrlPrefix + 'IndividualInvestor/MarketInsight/MarketWatch/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1=g_navNode_2_0.addNode('4451','Quarterly Investment Review',ssUrlPrefix + 'IndividualInvestor/MarketInsight/QuarterlyInvestmentReview/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_2=g_navNode_2_0.addNode('4450','Messenger',ssUrlPrefix + 'IndividualInvestor/MarketInsight/Messenger/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_3=g_navNode_2_0.addNode('4453','Market Statistics',ssUrlPrefix + 'IndividualInvestor/MarketInsight/MarketStatistics/index.htm','ShowRelResources==TRUE');
g_navNode_2_1=g_navNode_2.addNode('4466','Fund Centre',ssUrlPrefix + 'IndividualInvestor/FundCentre/index.htm','RedirectURL==4467');
g_navNode_2_1_2=g_navNode_2_1.addNode('4709','Product Information',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_2_1_2_0=g_navNode_2_1_2.addNode('4711','Retail',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/Retail/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_1=g_navNode_2_1_2.addNode('4712','Wholesale',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/Wholesale/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_2=g_navNode_2_1_2.addNode('4713','Pooled Super Funds/Trusts',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/PooledSuperFundsTrusts/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_3=g_navNode_2_1_2.addNode('4714','Other Funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/OtherFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_2_4=g_navNode_2_1_2.addNode('4715','Services',ssUrlPrefix + 'IndividualInvestor/FundCentre/ProductInformation/Services/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_3=g_navNode_2_1.addNode('4536','Unit Prices',ssUrlPrefix + 'IndividualInvestor/FundCentre/UnitPrices/index.htm','FundCentreRedirectParams==tab\x3d//','ShowRelResources==TRUE','xmlid==FC_15034273');
g_navNode_2_1_3_0=g_navNode_2_1_3.addNode('4537','Unit Prices History',ssUrlPrefix + 'IndividualInvestor/FundCentre/UnitPrices/UnitPricesHistory/index.htm','RedirectURL==4718','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_4=g_navNode_2_1.addNode('4538','Distributions',ssUrlPrefix + 'IndividualInvestor/FundCentre/Distributions/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_5=g_navNode_2_1.addNode('4467','Fund Performance',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundPerformance/index.htm','ShowRelResources==FALSE');
g_navNode_2_1_6=g_navNode_2_1.addNode('4540','Fund Updates',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/index.htm','RedirectURL==4592','ShowRelResources==TRUE');
g_navNode_2_1_6_0=g_navNode_2_1_6.addNode('4592','Overview',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_1=g_navNode_2_1_6.addNode('4593','Asset Allocation Alpha funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/AssetAllocationAlphaFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_2=g_navNode_2_1_6.addNode('4594','Australian Share funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/AustralianShareClass/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_3=g_navNode_2_1_6.addNode('4595','Australian Share Fund Plus funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/AustralianShareFundPlusFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_4=g_navNode_2_1_6.addNode('4596','Balanced funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/BalancedFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_5=g_navNode_2_1_6.addNode('4597','Combined Property Income funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/CombinedPropertyIncomeFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_6=g_navNode_2_1_6.addNode('4598','Direct Property / Direct Real Estate funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/DirectPropertyDirectRealEstateFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_7=g_navNode_2_1_6.addNode('4599','Global Allocation funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/GlobalAllocationFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_8=g_navNode_2_1_6.addNode('4600','Global High Conviction funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/GlobalHighConvictionFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_9=g_navNode_2_1_6.addNode('4601','Global High Conviction funds - Unhedged',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/GlobalHighConvictionFunds-Unhedged/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_10=g_navNode_2_1_6.addNode('4602','Global High Conviction funds - Hedged',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/GlobalHighConvictionFunds-Hedged/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_11=g_navNode_2_1_6.addNode('4603','Global Small Cap funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/GlobalSmallCapFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_12=g_navNode_2_1_6.addNode('4604','Hedged Global Small Cap funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/HedgedGlobalSmallCapFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_13=g_navNode_2_1_6.addNode('4605','International Bond funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/InternationalBondFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_14=g_navNode_2_1_6.addNode('4609','International Gold funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/InternationalGoldFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_15=g_navNode_2_1_6.addNode('4606','Managed Income funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/ManagedIncomeFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_16=g_navNode_2_1_6.addNode('4607','Monthly Income funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/MonthlyIncomeFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_6_17=g_navNode_2_1_6.addNode('4608','Properties Securities funds',ssUrlPrefix + 'IndividualInvestor/FundCentre/FundUpdates/PropertiesSecuritiesFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_7=g_navNode_2_1.addNode('4708','Tools',ssUrlPrefix + 'IndividualInvestor/FundCentre/Tools/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_1_7_0=g_navNode_2_1_7.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_1_7_1=g_navNode_2_1_7.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_2=g_navNode_2.addNode('4454','Investment Options',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/index.htm','RedirectURL==4455');
g_navNode_2_2_0=g_navNode_2_2.addNode('4455','Investment Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/Investment/index.htm','ShowRelResources==TRUE');
g_navNode_2_2_1=g_navNode_2_2.addNode('4456','Professional Investor Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/ProfessionalInvestorFunds/index.htm','ShowRelResources==TRUE');
g_navNode_2_2_2=g_navNode_2_2.addNode('4457','Wholesale Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/index.htm','RedirectURL==4738','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_0=g_navNode_2_2_2.addNode('4738','Overview',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_1=g_navNode_2_2_2.addNode('4509','Australian Equities',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/AustEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_2=g_navNode_2_2_2.addNode('4510','Global Equities',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/GlobalEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_3=g_navNode_2_2_2.addNode('4511','Property',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/Property/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_4=g_navNode_2_2_2.addNode('4512','Cash \x26 Fixed Income',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/CashFixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_2_5=g_navNode_2_2_2.addNode('4513','Multi Asset Class',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/WholesaleFunds/MultiAssetClass/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_3=g_navNode_2_2.addNode('4458','Pooled Super Trusts',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/PooledSuperTrusts/index.htm','ShowRelResources==TRUE');
g_navNode_2_2_4=g_navNode_2_2.addNode('4459','Other Funds',ssUrlPrefix + 'IndividualInvestor/InvestmentOptions/OtherFunds/index.htm','ShowRelResources==TRUE');
g_navNode_2_3=g_navNode_2.addNode('4471','Investor Centre',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/index.htm','RedirectURL==4472');
g_navNode_2_3_0=g_navNode_2_3.addNode('4472','Investment Terms',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/index.htm','RedirectURL==4649','ShowRelResources==TRUE');
g_navNode_2_3_0_0=g_navNode_2_3_0.addNode('4649','A-F',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_0_1=g_navNode_2_3_0.addNode('4653','G-K',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/G-K/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_0_2=g_navNode_2_3_0.addNode('4654','L-R',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/L-R/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_0_3=g_navNode_2_3_0.addNode('4655','S-Z',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/InvestmentTerms/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_1=g_navNode_2_3.addNode('4475','Privacy Statement',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_2=g_navNode_2_3.addNode('4473','How We Address Your Complaints',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/HowWeAddressYourComplaints/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_3=g_navNode_2_3.addNode('4474','Corporate Governance Policy',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/CorporateGovernancePolicy/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_4=g_navNode_2_3.addNode('4742','Contact Us',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_2_3_5=g_navNode_2_3.addNode('4781','Taxation Guide',ssUrlPrefix + 'IndividualInvestor/InvestorCentre/TaxationGuide/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_4=g_navNode_2.addNode('4461','Literature',ssUrlPrefix + 'IndividualInvestor/Literature/index.htm','RedirectURL==4462');
g_navNode_2_4_0=g_navNode_2_4.addNode('4724','Product Disclosure Statements',ssUrlPrefix + 'IndividualInvestor/Literature/OrderPDS/index.htm','ShowRelResources==TRUE');
g_navNode_2_4_1=g_navNode_2_4.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_4_2=g_navNode_2_4.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_4_3=g_navNode_2_4.addNode('4465','Features Archive',ssUrlPrefix + 'IndividualInvestor/Literature/FeaturesArchive/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6014\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_5=g_navNode_2.addNode('4460','Account Access',ssUrlPrefix + 'IndividualInvestor/AccountAccess/index.htm','ShowRelResources==TRUE');
g_navNode_2_6=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_0=g_navNode_3.addNode('4482','Investment Solutions and Capabilities',ssUrlPrefix + 'Institutions/SolutionsandCapabilities/index.htm','RedirectURL==4483','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
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==TRUE','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','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==TRUE','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==TRUE');
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==TRUE');
g_navNode_3_1_5=g_navNode_3_1.addNode('4542','Fund Performance',ssUrlPrefix + 'Institutions/FundCentre/Performance/index.htm');
g_navNode_3_1_6=g_navNode_3_1.addNode('4545','Fund Updates',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/index.htm','RedirectURL==4734','ShowRelResources==TRUE','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==TRUE');
g_navNode_3_1_6_1=g_navNode_3_1_6.addNode('4610','Asset Allocation Alpha',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/AssetAllocationAlpha/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_2=g_navNode_3_1_6.addNode('4611','Australian Bond',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/AustralianBond/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_3=g_navNode_3_1_6.addNode('4614','Australian Quant Strategies',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/AustralianQuantStrategies/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_4=g_navNode_3_1_6.addNode('4612','Australian Share',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/AustralianShare/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_5=g_navNode_3_1_6.addNode('4613','Australian Share Fund Plus',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/AustralianShareFundPlus/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_6=g_navNode_3_1_6.addNode('4615','Balanced',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/Balanced/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_7=g_navNode_3_1_6.addNode('4616','Global Allocation',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/GlobalAllocation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_8=g_navNode_3_1_6.addNode('4639','Global Diversified Bond Fund',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/GlobalDiversifiedBondFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_9=g_navNode_3_1_6.addNode('4619','Global Equity Enhanced Index',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/GlobalEquityEnhancedIndex/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_10=g_navNode_3_1_6.addNode('4630','Global High Conviction',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/GlobalHighConviction/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_11=g_navNode_3_1_6.addNode('4631','Global High Conviction Fund - Unhedged and Hedged',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/GlobalHighConvictionFund-UnhedgedandHedged/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_12=g_navNode_3_1_6.addNode('4634','Global Small Cap',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/GlobalSmallCap/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_13=g_navNode_3_1_6.addNode('4637','Institutional Liquidity',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/InstitutionalLiquidity/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_14=g_navNode_3_1_6.addNode('4641','International Gold',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/InternationalGold/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_15=g_navNode_3_1_6.addNode('4643','Managed Income',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/ManagedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_16=g_navNode_3_1_6.addNode('4644','Monthly Income',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/MonthlyIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_17=g_navNode_3_1_6.addNode('4646','Property - Combined Property',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/Property-CombinedProperty/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_18=g_navNode_3_1_6.addNode('4647','Property - Direct Property',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/Property-DirectProperty/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_6_19=g_navNode_3_1_6.addNode('4648','Property - Property Securities',ssUrlPrefix + 'Institutions/FundCentre/FundUpdates/Property-PropertySecurities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
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('4479','Investment Review and Outlook',ssUrlPrefix + 'Institutions/MarketInsight/InvestmentReviewandOutlook/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_1=g_navNode_3_2.addNode('4480','Market Watch',ssUrlPrefix + 'Institutions/MarketInsight/MarketWatch/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_2=g_navNode_3_2.addNode('4478','Bob Doll Investment Commentary',ssUrlPrefix + 'Institutions/MarketInsight/BobDollInvestmentCommentary/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_3=g_navNode_3_2.addNode('4477','Market Statistics',ssUrlPrefix + 'Institutions/MarketInsight/MarketStatistics/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_4=g_navNode_3_2.addNode('4481','Teleconference and Audio Casts',ssUrlPrefix + 'Institutions/MarketInsight/TeleconferenceAudioCasts/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_5=g_navNode_3_2.addNode('5394','Signals Newsletter Homepage',ssUrlPrefix + 'Institutions/MarketInsight/SignalsNewsletterHomepage/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_3_2_5_0=g_navNode_3_2_5.addNode('5396','Signals Newsletter Archive  Page',ssUrlPrefix + 'Institutions/MarketInsight/SignalsNewsletterHomepage/SignalsNewsletterArchivePage/index.htm');
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('4503','Investment Terms',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/index.htm','RedirectURL==4559','ShowRelResources==TRUE');
g_navNode_3_3_0_0=g_navNode_3_3_0.addNode('4559','A-F',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/A-F/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_0_1=g_navNode_3_3_0.addNode('4564','G-K',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/G-K/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_0_2=g_navNode_3_3_0.addNode('4565','L-R',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/L-R/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_0_3=g_navNode_3_3_0.addNode('4566','S-Z',ssUrlPrefix + 'Institutions/KnowledgeCentre/InvestmentTerms/S-Z/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_3_1=g_navNode_3_3.addNode('4582','Privacy Statement',ssUrlPrefix + 'Institutions/KnowledgeCentre/PrivacyStatement/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_2=g_navNode_3_3.addNode('4504','How We Address Your Complaints',ssUrlPrefix + 'Institutions/KnowledgeCentre/HowWeAddressYourComplaints/index.htm','ShowRelResources==TRUE');
g_navNode_3_3_3=g_navNode_3_3.addNode('4505','Corporate Governance Policy',ssUrlPrefix + 'Institutions/KnowledgeCentre/CorporateGovernancePolicy/index.htm','ShowRelResources==TRUE');
g_navNode_3_3_4=g_navNode_3_3.addNode('4727','Contact Us',ssUrlPrefix + 'Institutions/KnowledgeCentre/ContactUs/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('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_2=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_4=g_navNode_3_4.addNode('4496','Features Archive',ssUrlPrefix + 'Institutions/Literature/FeaturesArchive/index.htm','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60AustralianSite\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6014\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc');
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','SiloLocalContent',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','Microsite 1',ssUrlPrefix + 'Microsites/1/index.htm');
g_navNode_10_1=g_navNode_10.addNode('4699','Microsite 2',ssUrlPrefix + 'Microsites/2/index.htm');
g_navNode_10_2=g_navNode_10.addNode('4700','Microsite 3',ssUrlPrefix + 'Microsites/3/index.htm');
g_navNode_10_3=g_navNode_10.addNode('4701','Microsite 4',ssUrlPrefix + 'Microsites/Microsite4/index.htm');
g_navNode_10_4=g_navNode_10.addNode('4702','Microsite 5',ssUrlPrefix + 'Microsites/Microsite5/index.htm');
g_navNode_10_5=g_navNode_10.addNode('5110','AustEquites',ssUrlPrefix + 'Microsites/AustEquites/index.htm');
g_navNode_10_6=g_navNode_10.addNode('5182','OnlineApplications',ssUrlPrefix + 'Microsites/OnlineApplications/index.htm');
g_navNode_11=g_navNode_Root.addNode('4745','prices',ssUrlPrefix + 'prices/index.htm','RedirectURL==4536');
g_navNode_14=g_navNode_Root.addNode('4919','rd',ssUrlPrefix + 'rd/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_14_0=g_navNode_14.addNode('4921','afs',ssUrlPrefix + 'rd/afs/index.htm','RedirectURL==4793');
g_navNode_14_1=g_navNode_14.addNode('4982','Agentia',ssUrlPrefix + 'rd/agentia/index.htm','RedirectURL==4981');
g_navNode_14_2=g_navNode_14.addNode('4927','alpha',ssUrlPrefix + 'rd/alpha/index.htm','RedirectURL==4931');
g_navNode_14_3=g_navNode_14.addNode('4928','alpha_asia',ssUrlPrefix + 'rd/alpha_asia/index.htm','RedirectURL==4932');
g_navNode_14_4=g_navNode_14.addNode('4983','cps',ssUrlPrefix + 'rd/cps/index.htm','RedirectURL==4726');
g_navNode_14_5=g_navNode_14.addNode('4922','cps_c001',ssUrlPrefix + 'rd/cps_c001/index.htm','RedirectURL==4794');
g_navNode_14_6=g_navNode_14.addNode('4923','Discovery',ssUrlPrefix + 'rd/Discovery/index.htm','RedirectURL==4795');
g_navNode_14_7=g_navNode_14.addNode('4930','premium_china_fund',ssUrlPrefix + 'rd/premium_china_fund/index.htm','RedirectURL==4934');
g_navNode_14_8=g_navNode_14.addNode('4920','pt20',ssUrlPrefix + 'rd/pt20/index.htm','RedirectURL==4798');
g_navNode_14_9=g_navNode_14.addNode('4924','Ralton',ssUrlPrefix + 'rd/Ralton/index.htm','RedirectURL==4796');
g_navNode_14_10=g_navNode_14.addNode('4929','the_shield',ssUrlPrefix + 'rd/the_shield/index.htm','RedirectURL==4933');
g_navNode_14_11=g_navNode_14.addNode('4925','Westpac',ssUrlPrefix + 'rd/Westpac/index.htm','RedirectURL==4797');
g_navNode_15=g_navNode_Root.addNode('4926','cps',ssUrlPrefix + 'cps/index.htm','RedirectURL==4726');
g_navNode_16=g_navNode_Root.addNode('5194','cpt20',ssUrlPrefix + 'cpt20/index.htm','RedirectURL==4700');
