
/////////////////////////////////////////////////////////////////////////////
// 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('1976','Home',ssUrlPrefix + 'index.htm',null,'description_uk==Aviva Investors is an international asset manager, providing global investment solutions for local markets','eye_blaster==homepage','menuposition==tab','test==http\x3a//www.google.com','title_at==Home','title_be==Home','title_ch==Home','title_de==Home','title_es==Inicio','title_fi==Home','title_fr==Accueil','title_gl==Home','title_gr==Home','title_it==Home','title_lu==Home','title_lv==Home','title_nl==Home','title_no==Home','title_se==Home','title_sg==Home','title_tw==Home','title_uk==Home','title_ukcs==Home','title_ukct==Home','title_ukds==Home','title_ukfi==Home','title_ukgb==Home','title_ukgl==Home','title_ukps==Home','title_za==Home','use_investor_type_content==TRUE','window_ukds==Asset Management \x7c Aviva Investors TEST','windowtitle_lu==Asset Management \x7c Aviva Investors','windowtitle_uk==Asset Management \x7c Aviva Investors','windowtitle_ukct==Aviva Investors - 360\xba asset management. 100\x25 focused on you.','windowtitle_ukds==Asset Management \x7c Aviva Investors TEST','windowtitle_ukfi==Aviva Investors - 360\xba asset management. 100\x25 focused on you.','windowtitle_ukps==Asset Management \x7c Aviva Investors');
g_navNode_0=g_navNode_Root.addNode('1977','About us',ssUrlPrefix + 'about_us/index.htm','bypass_nonUK_disclaimer==TRUE','description_uk==A global business which employs more than 1,100 people, including some 300 investment professionals, and is wholly owned by Aviva plc','menuposition==tab','quicklink==TRUE','secondaryUrlVariableField==region3','title_at==\xdcber uns','title_be==About us','title_ch==\xdcber uns','title_de==\xdcber uns','title_es==Acerca de nosotros','title_fi==About us','title_fr==Nous conna\xeetre','title_gl==About us','title_gr==About us','title_it==Chi siamo','title_lu==About us','title_lv==About us','title_nl==About us','title_no==About us','title_se==About us','title_sg==About us','title_tw==About us','title_uk==About us','title_ukcs==About us','title_ukct==About us','title_ukds==About us','title_ukfi==About us','title_ukgb==About us','title_ukgl==About us','title_ukps==About us','title_za==About us','use_investor_type_content==FALSE','windowtitle_uk==About us \x7c Aviva Investors');
g_navNode_0_0=g_navNode_0.addNode('2824','Our formation',ssUrlPrefix + 'about_us/our_formation/index.htm','title_ukds==Our formation');
g_navNode_0_1=g_navNode_0.addNode('2361','Our company',ssUrlPrefix + 'about_us/our_company/index.htm','menuposition==left','quicklink==TRUE','title_at==\xdcber uns','title_be==Our company','title_ch==\xdcber uns','title_de==\xdcber uns','title_es==Acerca de nosotros','title_fi==Our company','title_fr==Notre organisation','title_gl==Our company','title_gr==Our company','title_it==Chi siamo','title_lu==Our company','title_lv==Our company','title_nl==Our company','title_no==Our company','title_se==Our company','title_sg==Our company','title_tw==Our company','title_uk==Our company','title_ukcs==Our company','title_ukct==Our company','title_ukds==Our company','title_ukfi==Our company','title_ukgb==Our company','title_ukgl==Our company','title_ukps==Our company','title_za==Our company','windowtitle_uk==Our company - Aviva Investors');
g_navNode_0_2=g_navNode_0.addNode('2362','Our history',ssUrlPrefix + 'about_us/our_history/index.htm','menuposition==left','quicklink==TRUE','title_at==Unsere Geschichte','title_be==Our history','title_ch==Unsere Geschichte','title_de==Unsere Geschichte','title_es==Nuestra historia','title_fi==Our history','title_fr==Notre histoire','title_gl==Our history','title_gr==Our history','title_it==La nostra storia','title_lu==Our history','title_lv==Our history','title_nl==Our history','title_no==Our history','title_se==Our history','title_sg==Our history','title_tw==Our history','title_uk==Our history','title_ukcs==Our history','title_ukct==Our history','title_ukds==Our history','title_ukfi==Our history','title_ukgb==Our history','title_ukgl==Our history','title_ukps==Our history','title_za==Our history','windowtitle_uk==Our history - Aviva Investors');
g_navNode_0_3=g_navNode_0.addNode('2363','Our management',ssUrlPrefix + 'about_us/our_management/index.htm','menuposition==left','quicklink==TRUE','title_at==Unser Management','title_be==Our management','title_ch==Unser Management','title_de==Unser Management','title_es==Nuestra gesti\xf3n','title_fi==Our management','title_fr==Notre gestion','title_gl==Our management','title_gr==Our management','title_it==Il nostro management','title_lu==Our management','title_lv==Our management','title_nl==Our management','title_no==Our management','title_se==Our management','title_sg==Our management','title_tw==Our management','title_uk==Our management','title_ukcs==Our management','title_ukct==Our management','title_ukds==Our management','title_ukfi==Our management','title_ukgb==Our management','title_ukgl==Our management','title_ukps==Our management','title_za==Our management','windowtitle_uk==Our management - Aviva Investors');
g_navNode_0_3_0=g_navNode_0_3.addNode('2369','Executive Committee',ssUrlPrefix + 'about_us/our_management/executive_board/index.htm','menuposition==left','secondaryUrlVariableField==region1','title_at==Executive Committee','title_be==Executive Committee','title_ch==Executive Committee','title_de==Executive Committee','title_es==Comit\xe9 ejecutivo','title_fi==Executive Committee','title_fr==Comit\xe9 Ex\xe9cutif','title_gl==Executive Committee','title_gr==Executive Committee','title_it==Comitato Esecutive','title_lu==Executive Committee','title_lv==Executive Committee','title_nl==Executive Committee','title_no==Executive Committee','title_se==Executive Committee','title_sg==Executive Committee','title_tw==Executive Committee','title_uk==Executive Committee','title_ukcs==Executive Committee','title_ukct==Executive Committee','title_ukds==Executive Committee','title_ukfi==Executive Committee','title_ukgb==Executive Committee','title_ukgl==Executive Board','title_ukps==Executive Committee','title_za==Executive Committee','use_investor_type_content==FALSE','windowtitle_uk==Executive Committee - Aviva Investors');
g_navNode_0_3_1=g_navNode_0_3.addNode('2370','Institutional Team',ssUrlPrefix + 'about_us/our_management/institutional_team/index.htm','menuposition==left','secondaryUrlVariableField==region1','title_uk==Institutional Team','title_ukcs==Institutional Team','title_ukct==Institutional Team','title_ukfi==Institutional Team','title_ukgb==Institutional Team','title_ukgl==Institutional Team','title_ukps==Institutional Team','windowtitle_uk==Institutional Team - Aviva Investors');
g_navNode_0_3_2=g_navNode_0_3.addNode('2825','AIKUFSL Executive Board',ssUrlPrefix + 'about_us/our_management/AIKUFSL_exec_board/index.htm','secondaryUrlVariableField==region1');
g_navNode_0_3_3=g_navNode_0_3.addNode('2826','Discretionary Team',ssUrlPrefix + 'about_us/our_management/Discretionaryteam/index.htm','secondaryUrlVariableField==region1','title_ukds==Discretionary Team');
g_navNode_0_4=g_navNode_0.addNode('2364','Our investment capabilities',ssUrlPrefix + 'about_us/our_investment_capabilities/index.htm','menuposition==left','quicklink==TRUE','title_at==Unsere Anlagekapazit\xe4ten','title_be==Our investment capabilities','title_ch==Unsere Anlagekapazit\xe4ten','title_de==Unsere Anlagekapazit\xe4ten','title_es==Nuestras capacidades de inversi\xf3n','title_fi==Our investment capabilities','title_fr==Nos capacit\xe9s d\u2019investissement','title_gl==Our investment capabilities','title_gr==Our investment capabilities','title_it==Le nostre capacit\xe0 di investimento','title_lu==Our investment capabilities','title_lv==Our investment capabilities','title_nl==Our investment capabilities','title_no==Our investment capabilities','title_se==Our investment capabilities','title_sg==Our investment capabilities','title_tw==Our investment capabilities','title_uk==Our investment capabilities','title_ukcs==Our investment capabilities','title_ukct==Our investment capabilities','title_ukds==Our investment capabilities','title_ukfi==Our investment capabilities','title_ukgb==Our investment capabilities','title_ukgl==Our investment capabilities','title_ukps==Our investment capabilities','title_za==Our investment capabilities','use_investor_type_content==TRUE','windowtitle_uk==Our investment capabilities - Aviva Investors');
g_navNode_0_5=g_navNode_0.addNode('2601','L\'offerta di Aviva Investors in Italia',ssUrlPrefix + 'about_us/lofferta_di_aviva_investosrsin_italia/index.htm','title_it==L\\x27offerta di Aviva Investors in Italia');
g_navNode_0_6=g_navNode_0.addNode('2683','Our corporate governance',ssUrlPrefix + 'about_us/our_corporate_governance/index.htm','menuposition==left','quicklink==TRUE','title_be==Our approach to corporate governance','title_fi==Our approach to corporate governance','title_gl==Our approach to corporate governance','title_gr==Our approach to corporate governance','title_lu==Our approach to corporate governance','title_lv==Our approach to corporate governance','title_nl==Our approach to corporate governance','title_no==Our approach to corporate governance','title_se==Our approach to corporate governance','title_tw==Our approach to corporate governance','title_uk==Our approach to corporate governance','title_ukcs==Our approach to corporate governance','title_ukct==Our approach to corporate governance','title_ukds==Our approach to corporate governance','title_ukfi==Our approach to corporate governance','title_ukgb==Our approach to corporate governance','title_ukps==Our approach to corporate governance','windowtitle_uk==Our approach to corporate governance - Aviva Investors');
g_navNode_0_6_0=g_navNode_0_6.addNode('2688','Voting Schedules',ssUrlPrefix + 'about_us/our_corporate_governance/voting_schedules/index.htm','menuposition==left','title_be==Voting schedules','title_fi==Voting schedules','title_gr==Voting schedules','title_lu==Voting schedules','title_lv==Voting schedules','title_nl==Voting schedules','title_no==Voting schedules','title_se==Voting schedules','title_tw==Voting Schedules','title_uk==Voting schedules','title_ukcs==Voting schedules','title_ukct==Voting schedules','title_ukds==Voting schedules','title_ukfi==Voting Schedules','title_ukgb==Voting schedules','title_ukps==Voting schedules','windowtitle_uk==Voting Schedules');
g_navNode_1=g_navNode_Root.addNode('1993','Client Solutions',ssUrlPrefix + 'client_solutions/index.htm','menuposition==tab','quicklink==TRUE','title_uk==Client solutions','title_ukcs==Client solutions','title_ukct==Client solutions','title_ukfi==Client solutions','title_ukgl==Client solutions','title_ukps==Client solutions','windowtitle_uk==Solutions for all types of clients \x7c Aviva Investors');
g_navNode_1_0=g_navNode_1.addNode('2405','Pension Schemes',ssUrlPrefix + 'client_solutions/pension_schemes/index.htm','title_uk==Pension Schemes','title_ukcs==Pension Schemes','title_ukct==Pension Schemes','title_ukfi==Pension Schemes','title_ukgl==Pension Schemes','title_ukps==Pension Schemes','windowtitle_uk==Pension Schemes \x7c Aviva Investors');
g_navNode_1_0_0=g_navNode_1_0.addNode('2409','Portfolio Solutions',ssUrlPrefix + 'client_solutions/pension_schemes/portfolio_solutions/index.htm','contributorOnly==FALSE','title_uk==Portfolio solutions','title_ukcs==Portfolio solutions','title_ukct==Portfolio solutions','title_ukds==Portfolio solutions','title_ukfi==Portfolio solutions','title_ukgl==Portfolio solutions','title_ukps==Portfolio solutions');
g_navNode_1_0_1=g_navNode_1_0.addNode('2410','Performance-focused Components',ssUrlPrefix + 'client_solutions/pension_schemes/performance-focused_components/index.htm','title_uk==Performance-focused components','title_ukcs==Performance-focused components','title_ukct==Performance-focused components','title_ukds==Performance-focused components','title_ukfi==Performance-focused components','title_ukgl==Performance-focused components','title_ukps==Performance-focused components');
g_navNode_1_1=g_navNode_1.addNode('2406','Consultants',ssUrlPrefix + 'client_solutions/consultant/index.htm','title_uk==Consultants','title_ukcs==Consultants','title_ukct==Consultants','title_ukfi==Consultants','title_ukgl==Consultants','title_ukps==Consultants','windowtitle_uk==Consultants \x7c Aviva Investors');
g_navNode_1_2=g_navNode_1.addNode('2407','Cash Investors',ssUrlPrefix + 'client_solutions/cash_managers/index.htm','title_uk==Cash Investors','title_ukcs==Cash Investors','title_ukct==Cash Investors','title_ukfi==Cash Investors','title_ukgl==Cash Managers','title_ukps==Cash Investors','windowtitle_uk==Cash Investors \x7c Aviva Investors');
g_navNode_1_3=g_navNode_1.addNode('1994','Financial Institutions',ssUrlPrefix + 'client_solutions/institutional/index.htm','menuposition==Left','quicklink==TRUE','title_uk==Financial Institutions','title_ukcs==Financial Institutions','title_ukct==Financial Institutions','title_ukfi==Financial Institutions','title_ukgl==Financial Institutions','title_ukps==Financial Institutions','windowtitle_uk==Financial Institutions \x7c Aviva Investors');
g_navNode_1_3_2=g_navNode_1_3.addNode('2593','Case study',ssUrlPrefix + 'client_solutions/institutional/case_study/index.htm','menuposition==left','title_uk==Case study','title_ukcs==Case study','title_ukct==Case study','title_ukds==Case study','title_ukfi==Case study','title_ukps==Case study','windowtitle_uk==Financial Institutions Case Study - Aviva Investors');
g_navNode_1_6=g_navNode_1.addNode('2141','Alternatives Investors',ssUrlPrefix + 'client_solutions/alternative_investments/index.htm','title_uk==Alternatives Investors','title_ukcs==Alternatives Investors','title_ukct==Alternatives Investors','title_ukfi==Alternatives Investors','title_ukgl==Diversified Solutions','title_ukps==Alternatives Investors','windowtitle_uk==Alternatives Investors \x7c Aviva Investors');
g_navNode_2=g_navNode_Root.addNode('1999','Asset classes',ssUrlPrefix + 'asset_classes/index.htm','menuposition==tab','quicklink==TRUE','title_at==Anlageklassen','title_be==Asset classes','title_ch==Anlageklassen','title_de==Anlageklassen','title_es==Categor\xedas de activos','title_fi==Asset classes','title_fr==Classes d\\x27actifs','title_gr==Asset classes','title_it==Asset Class','title_lu==Asset classes','title_lv==Asset classes','title_nl==Asset classes','title_no==Asset classes','title_se==Asset classes','title_sg==Asset classes','title_tw==Asset classes','title_uk==Asset classes','title_ukcs==Asset classes','title_ukct==Asset classes','title_ukds==Asset classes','title_ukfi==Asset classes','title_ukgl==Asset classes','title_ukps==Asset classes','title_za==Asset classes','use_investor_type_content==FALSE','windowtitle_uk==Asset class Investment products \x7c Aviva Investors');
g_navNode_2_0=g_navNode_2.addNode('2144','Alternative',ssUrlPrefix + 'asset_classes/alternative/index.htm','menuposition==Left','quicklink==TRUE','title_uk==Alternatives','title_ukcs==Alternatives','title_ukct==Alternatives','title_ukfi==Alternatives','title_ukgl==Alternatives','title_ukps==Alternatives','use_investor_type_content==FALSE','windowtitle_uk==Alternative investments \x7c Aviva Investors');
g_navNode_2_1=g_navNode_2.addNode('2008','Cash',ssUrlPrefix + 'asset_classes/cash/index.htm','menuposition==Left','quicklink==TRUE','title_uk==Liquidity','title_ukcs==Liquidity','title_ukct==Liquidity','title_ukds==Liquidity','title_ukfi==Liquidity','title_ukgl==Cash','title_ukps==Liquidity','windowtitle_uk==Liquidity \x7c Aviva Investors');
g_navNode_2_1_0=g_navNode_2_1.addNode('2010','Liquidity Funds',ssUrlPrefix + 'asset_classes/cash/liquidity_funds/index.htm','menuposition==left','title_uk==Liquidity Funds','title_ukcs==Liquidity Funds','title_ukct==Liquidity Funds','title_ukds==Liquidity Funds','title_ukfi==Liquidity Funds','title_ukgl==Our Cash Products','title_ukps==Liquidity Funds','windowtitle_uk==Liquidity Funds \x7c Aviva Investors');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('2852','Sterling Government Liquidity Fund',ssUrlPrefix + 'asset_classes/cash/liquidity_funds/sterling_government_liquidity_fund/index.htm','menuposition==left','title_at==Aviva Investors Sterling Government Liquidity Fund','title_uk==Aviva Investors Sterling Government Liquidity Fund','title_ukcs==Aviva Investors Sterling Government Liquidity Fund','title_ukct==Aviva Investors Sterling Government Liquidity Fund','title_ukfi==Aviva Investors Sterling Government Liquidity Fund','windowtitle_uk==Aviva Investors Sterling Government Liquidity Fund \x7c Aviva Investors');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('2011','Sterling Liquidity Fund',ssUrlPrefix + 'asset_classes/cash/liquidity_funds/sterling_liquidity_fund/index.aspx','menuposition==left','title_uk==Aviva Investors Sterling Liquidity Fund','title_ukcs==Aviva Investors Sterling Liquidity Fund','title_ukct==Aviva Investors Sterling Liquidity Fund','title_ukds==Sterling Liquidity Fund','title_ukfi==Aviva Investors Sterling Liquidity Fund','title_ukgl==Sterling Liquidity Fund','title_ukps==Aviva Investors Sterling Liquidity Fund','windowtitle_uk==Aviva Investors Sterling Liquidity Fund \x7c Aviva Investors');
g_navNode_2_1_0_2=g_navNode_2_1_0.addNode('2012','Sterling Strategic Cash Fund',ssUrlPrefix + 'asset_classes/cash/liquidity_funds/sterling_liquidity_enhanced_fund/index.htm','menuposition==left','title_uk==Aviva Investors Sterling Strategic Liquidity Fund','title_ukcs==Aviva Investors Sterling Strategic Liquidity Fund','title_ukct==Aviva Investors Sterling Strategic Liquidity Fund','title_ukds==Sterling Strategic Cash Fund','title_ukfi==Aviva Investors Sterling Strategic Liquidity Fund','title_ukgl==Sterling Liquidity Enhanced Fund','title_ukps==Aviva Investors Sterling Strategic Liquidity Fund','windowtitle_uk==Aviva Investors Sterling Strategic Liquidity Fund \x7c Aviva Investors');
g_navNode_2_1_0_3=g_navNode_2_1_0.addNode('2013','Sterling Core Cash Fund',ssUrlPrefix + 'asset_classes/cash/liquidity_funds/sterling_liquidity_cash_plus/index.htm','menuposition==left','title_uk==Aviva Investors Sterling Core Liquidity Fund','title_ukcs==Aviva Investors Sterling Core Liquidity Fund','title_ukct==Aviva Investors Sterling Core Liquidity Fund','title_ukds==Aviva Investors Sterling Core Liquidity Fund','title_ukfi==Aviva Investors Sterling Core Liquidity Fund','title_ukgl==Sterling Liquidity Cash Plus Fund','title_ukps==Aviva Investors Sterling Core Liquidity Fund','windowtitle_uk==Aviva Investors Sterling Core Liquidity Fund \x7c Aviva Investors');
g_navNode_2_1_0_4=g_navNode_2_1_0.addNode('2596','Euro Liquidity fund',ssUrlPrefix + 'asset_classes/cash/liquidity_funds/euro_liquidity_fund/index.htm','menuposition==left','title_uk==Aviva Investors Euro Liquidity fund','title_ukcs==Aviva Investors Euro Liquidity fund','title_ukct==Aviva Investors Euro Liquidity fund','title_ukds==Aviva Investors Euro Liquidity fund','title_ukfi==Aviva Investors Euro Liquidity fund','title_ukps==Aviva Investors Euro Liquidity fund','windowtitle_uk==Aviva Investors Euro Liquidity fund \x7c Aviva Investors');
g_navNode_2_1_1=g_navNode_2_1.addNode('2015','Literature',ssUrlPrefix + 'asset_classes/cash/literature/index.htm','menuposition==left','title_uk==Liquidity literature','title_ukcs==Liquidity literature','title_ukct==Liquidity literature','title_ukds==Liquidity literature','title_ukfi==Liquidity literature','title_ukgl==Literature','title_ukps==Liquidity literature','windowtitle_uk==Liquidity literature \x7c Aviva Investors');
g_navNode_2_2=g_navNode_2.addNode('2021','Equities',ssUrlPrefix + 'asset_classes/equities/index.htm','menuposition==left','quicklink==TRUE','title_at==Einf\xfchrung in Aktien','title_be==Equities','title_ch==Einf\xfchrung in Aktien','title_de==Einf\xfchrung in Aktien','title_es==Renta variable','title_fi==Equities','title_fr==Introduction aux actions','title_gr==Equities','title_it==Azioni','title_lu==Equities','title_lv==Equities','title_nl==Equities','title_no==Equities','title_se==Equities','title_sg==Equities','title_tw==Equities','title_uk==Equities','title_ukcs==Equities','title_ukct==Equities','title_ukds==Equities','title_ukfi==Equities','title_ukgl==Equities','title_ukps==Equities','title_za==Equities','use_investor_type_content==TRUE','windowtitle_uk==Equity investment \x7c Aviva Investors');
g_navNode_2_2_0=g_navNode_2_2.addNode('2289','Emerging markets equities',ssUrlPrefix + 'asset_classes/equities/emerging_markets_equities/index.htm','menuposition==left','title_at==Aktien der Schwellenl\xe4nder','title_be==Emerging markets equities','title_ch==Aktien der Schwellenl\xe4nder','title_de==Aktien der Schwellenl\xe4nder','title_es==Renta variable de mercados emergentes ','title_fi==Emerging markets equities','title_fr==Les actions des march\xe9s \xe9mergents ','title_gl==Emerging markets equities','title_gr==Emerging markets equities','title_it==Titoli dei mercati emergenti ','title_lu==Emerging markets equities','title_lv==Emerging markets equities','title_nl==Emerging markets equities','title_no==Emerging markets equities','title_se==Emerging markets equities','title_sg==Emerging markets equities','title_tw==Emerging markets equities','title_uk==Emerging markets equities','title_ukcs==Emerging markets equities','title_ukct==Emerging markets equities','title_ukds==Emerging markets equities','title_ukfi==Emerging markets equities','title_ukgl==Emerging markets equities','title_ukps==Emerging markets equities','title_za==Emerging markets equities','windowtitle_uk==Emerging markets equities \x7c Aviva Investors');
g_navNode_2_2_0_0=g_navNode_2_2_0.addNode('2313','Our philosophy',ssUrlPrefix + 'asset_classes/equities/emerging_markets_equities/our_philosophy/index.htm','menuposition==left','title_at==Unsere Philosophie','title_be==Our philosophy','title_ch==Unsere Philosophie','title_de==Unsere Philosophie','title_es==Nuestra filosof\xeda','title_fi==Our philosophy','title_fr==Notre philosophie','title_gr==Our philosophy','title_it==La nostra filosofia','title_lu==Our philosophy','title_lv==Our philosophy','title_nl==Our philosophy','title_no==Our philosophy','title_se==Our philosophy','title_sg==Our philosophy','title_tw==Our philosophy','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukds==Our philosophy','title_ukfi==Our philosophy','title_ukgl==Our philosophy','title_ukps==Our philosophy','title_za==Our philosophy','windowtitle_uk==Our philosophy \x7c Emerging markets equities \x7c Aviva Investors');
g_navNode_2_2_0_1=g_navNode_2_2_0.addNode('2314','Our process',ssUrlPrefix + 'asset_classes/equities/emerging_markets_equities/our_process/index.htm','menuposition==left','title_at==Anlageprozess','title_be==Our investment process','title_ch==Anlageprozess','title_de==Anlageprozess','title_es==Nuestro proceso','title_fi==Our investment process','title_fr==Notre processus d\u2019investissement','title_gr==Our investment process','title_it==Nostro processo','title_lu==Our investment process','title_lv==Our investment process','title_nl==Our investment process','title_no==Our investment process','title_se==Our investment process','title_sg==Our investment process','title_tw==Our process','title_uk==Our process','title_ukcs==Our process','title_ukct==Our process','title_ukds==Our process','title_ukfi==Our process','title_ukgl==Our process','title_ukps==Our process','title_za==Our investment process','windowtitle_uk==Our process \x7c Emerging markets equities \x7c Aviva Investors');
g_navNode_2_2_0_2=g_navNode_2_2_0.addNode('2316','Risk management',ssUrlPrefix + 'asset_classes/equities/emerging_markets_equities/risk_management/index.htm','menuposition==left','title_at==Risikomanagement','title_be==Portfolio risk management','title_ch==Risikomanagement','title_de==Risikomanagement','title_es==Gesti\xf3n de riesgo','title_fi==Portfolio risk management','title_fr==Gestion des risques du portefeuille','title_gr==Portfolio risk management','title_it==Gestione del rischio','title_lu==Risk management','title_lv==Portfolio risk management','title_nl==Portfolio risk management','title_no==Portfolio risk management','title_se==Portfolio risk management','title_sg==Portfolio risk management','title_tw==Risk management','title_uk==Risk management','title_ukcs==Risk management','title_ukct==Risk management','title_ukds==Risk management','title_ukfi==Risk management','title_ukgl==Risk management','title_ukps==Risk management','title_za==Portfolio risk management','windowtitle_uk==Risk management \x7c Emerging markets equities \x7c Aviva Investors');
g_navNode_2_2_1=g_navNode_2_2.addNode('2441','European Equities',ssUrlPrefix + 'asset_classes/equities/european_equities/index.htm','menuposition==left','title_at==Europ\xe4ische Aktien','title_be==European equities','title_ch==Europ\xe4ische Aktien','title_de==Europ\xe4ische Aktien','title_es==Renta variable europea','title_fi==European equities','title_fr==Actions europ\xe9ennes','title_gr==European equities','title_it==European equity','title_lu==European equities','title_lv==European equities','title_nl==European equities','title_no==European equities','title_se==European equities','title_uk==European equities','title_ukcs==European equities','title_ukct==European equities','title_ukds==European equities','title_ukfi==European equities','title_ukgl==European Equities','title_ukps==European equities','windowtitle_uk==European equities \x7c Aviva Investors');
g_navNode_2_2_1_1=g_navNode_2_2_1.addNode('2943','A shared investment philosophy',ssUrlPrefix + 'asset_classes/equities/european_equities/A_shared_investment_philosophy/index.htm','menuposition==left','title_at==Eine gemeinsame Anlagephilosophie','title_be==A shared investment philosophy','title_ch==Eine gemeinsame Anlagephilosophie','title_de==Eine gemeinsame Anlagephilosophie','title_es==Una filosof\xeda de inversi\xf3n compartida','title_fi==A shared investment philosophy','title_gr==A shared investment philosophy','title_it==Una filosofia d\\x27investimento condivisa','title_lu==A shared investment philosophy','title_lv==A shared investment philosophy','title_nl==A shared investment philosophy','title_no==A shared investment philosophy','title_se==A shared investment philosophy','title_uk==A shared investment philosophy','title_ukcs==A shared investment philosophy','title_ukct==A shared investment philosophy','title_ukds==A shared investment philosophy','title_ukfi==A shared investment philosophy','title_ukps==A shared investment philosophy');
g_navNode_2_2_1_4=g_navNode_2_2_1.addNode('2949','Our fund information',ssUrlPrefix + 'asset_classes/equities/european_equities/Our_fund_information/index.htm','menuposition==left','title_at==Fondsinformationen','title_be==Our fund information','title_ch==Fondsinformationen','title_de==Fondsinformationen','title_es==Informaci\xf3n sobre los fondos','title_fi==Our fund information','title_gr==Our fund information','title_it==Informazioni sul Comparto','title_lu==Our fund information','title_lv==Our fund information','title_nl==Our fund information','title_no==Our fund information','title_se==Our fund information','title_uk==Our fund information','title_ukcs==Our fund information','title_ukct==Our fund information','title_ukds==Our fund information','title_ukfi==Our fund information','title_ukps==Our fund information');
g_navNode_2_2_2=g_navNode_2_2.addNode('2288','Global equities ',ssUrlPrefix + 'asset_classes/equities/GLobal/index.htm','menuposition==left','title_at==Globale Aktien','title_be==Global equities','title_ch==Globale Aktien','title_de==Globale Aktien','title_es==Renta variable global','title_fi==Global equities','title_fr==Les actions internationales','title_gl==Global equities','title_gr==Global equities','title_it==Azionari internazionali','title_lu==Global equities','title_lv==Global equities','title_nl==Global equities','title_no==Global equities','title_se==Global equities','title_sg==Global equities','title_tw==Global equities','title_uk==Global equities','title_ukcs==Global equities','title_ukct==Global equities','title_ukds==Global equities','title_ukfi==Global equities','title_ukgl==Global equities','title_ukps==Global equities','title_za==Global equities','windowtitle_uk==Global Equities \x7c Aviva Investors');
g_navNode_2_2_2_0=g_navNode_2_2_2.addNode('2290','Our philosophy',ssUrlPrefix + 'asset_classes/equities/GLobal/our_philosophy/index.htm','menuposition==left','title_at==Unsere Philosophie','title_be==Our philosophy','title_ch==Unsere Philosophie','title_de==Unsere Philosophie','title_es==Nuestra filosof\xeda','title_fi==Our philosophy','title_fr==Notre philosophie','title_gl==Our philosophy','title_gr==Our philosophy','title_it==La nostra filosofia','title_lu==Our philosophy','title_lv==Our philosophy','title_nl==Our philosophy','title_no==Our philosophy','title_se==Our philosophy','title_sg==Our philosophy','title_tw==Our philosophy','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukds==Our philosophy','title_ukfi==Our philosophy','title_ukgl==Our philosophy','title_ukps==Our philosophy','title_za==Our philosophy','windowtitle_uk==Our philosophy \x7c Global Equities \x7c Aviva Investors');
g_navNode_2_2_2_1=g_navNode_2_2_2.addNode('2291','Our process',ssUrlPrefix + 'asset_classes/equities/GLobal/our_process/index.htm','menuposition==left','title_at==Anlageprozess','title_be==Our investment process','title_ch==Anlageprozess','title_de==Anlageprozess','title_es==Nuestro proceso','title_fi==Our investment process','title_fr==Notre processus d\u2019investissement','title_gl==Our process','title_gr==Our investment process','title_it==Nostro processo','title_lu==Our process','title_lv==Our investment process','title_nl==Our investment process','title_no==Our investment process','title_se==Our investment process','title_sg==Our investment process','title_tw==Our process','title_uk==Our process','title_ukcs==Our process','title_ukct==Our process','title_ukds==Our process','title_ukfi==Our process','title_ukgl==Our process','title_ukps==Our process','title_za==Our investment process','windowtitle_uk==Our process \x7c Global Equities \x7c Aviva Investors');
g_navNode_2_2_2_2=g_navNode_2_2_2.addNode('2293','Risk management',ssUrlPrefix + 'asset_classes/equities/GLobal/risk_management/index.htm','menuposition==left','title_at==Risikomanagement','title_be==Portfolio risk management','title_ch==Risikomanagement','title_de==Risikomanagement','title_es==Gesti\xf3n de riesgo','title_fi==Portfolio risk management','title_fr==Gestion des risques du portefeuille','title_gl==Risk management','title_gr==Portfolio risk management','title_it==Gestione del rischio','title_lu==Risk management','title_lv==Portfolio risk management','title_nl==Portfolio risk management','title_no==Portfolio risk management','title_se==Portfolio risk management','title_sg==Portfolio risk management','title_tw==Risk management','title_uk==Risk management','title_ukcs==Risk management','title_ukct==Risk management','title_ukds==Risk management','title_ukfi==Risk management','title_ukgl==Risk management','title_ukps==Risk management','title_za==Portfolio risk management','windowtitle_uk==Risk management \x7c Global Equities \x7c Aviva Investors');
g_navNode_2_2_3=g_navNode_2_2.addNode('2325','Sustainable and responsible investment',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/index.htm','menuposition==left','title_at==Nachhaltig investieren','title_be==SRI','title_ch==Nachhaltig investieren','title_de==Nachhaltig investieren','title_es==ISR','title_fi==SRI','title_fr==IDR','title_gl==SRI','title_gr==SRI','title_it==SRI','title_lu==SRI','title_lv==SRI','title_nl==SRI','title_no==SRI','title_se==SRI','title_sg==SRI','title_tw==SRI','title_uk==SRI','title_ukcs==SRI','title_ukct==SRI','title_ukds==SRI','title_ukfi==SRI','title_ukgl==SRI','title_ukps==SRI','title_za==SRI','use_investor_type_content==FALSE','windowtitle_uk==Sustainable and Responsible Investments \x28SRI\x29 \x7c Aviva Investors');
g_navNode_2_2_3_0=g_navNode_2_2_3.addNode('3045','Our team',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/Our_team/index.htm','title_fi==Our team','title_fr==Notre \xe9quipe','title_lu==Our team','title_no==Our team','title_se==Our team','title_uk==Our team','title_ukcs==Our team','title_ukct==Our team','title_ukds==Our team','title_ukfi==Our team','title_ukps==Our team','use_investor_type_content==FALSE');
g_navNode_2_2_3_1=g_navNode_2_2_3.addNode('2326','Our credentials',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/our_credentials/index.htm','menuposition==left','quicklink==FALSE','title_tw==Our credentials','title_ukgl==Our credentials','use_investor_type_content==FALSE','windowtitle_uk==Our credentials \x7c SRI \x7c Aviva Investors');
g_navNode_2_2_3_2=g_navNode_2_2_3.addNode('2328','Our philosophy',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/our_philosophy/index.htm','menuposition==left','title_at==Unsere Philosophie','title_be==Our philosophy','title_ch==Unsere Philosophie','title_de==Unsere Philosophie','title_es==Nuestra filosof\xeda','title_fi==Our philosophy','title_fr==Notre philosophie','title_gl==Our philosophy','title_gr==Our philosophy','title_it==La nostra filosofia','title_lu==Our philosophy','title_lv==Our philosophy','title_nl==Our philosophy','title_no==Our philosophy','title_se==Our philosophy','title_sg==Our philosophy','title_tw==Our philosophy','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukds==Our philosophy','title_ukfi==Our philosophy','title_ukgl==Our philosophy','title_ukps==Our philosophy','title_za==Our philosophy','use_investor_type_content==FALSE','windowtitle_uk==Our philosophy \x7c SRI \x7c Aviva Investors');
g_navNode_2_2_3_3=g_navNode_2_2_3.addNode('2329','Our process',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/our_process/index.htm','menuposition==left','title_at==Anlageprozess','title_be==Our investment process','title_ch==Anlageprozess','title_de==Anlageprozess','title_es==Nuestro proceso','title_fr==Notre processus d\u2019investissement','title_gr==Our investment process','title_it==Il nostro processo','title_lv==Our investment process','title_nl==Our investment process','title_sg==Our investment process','title_tw==Our process','title_ukgl==Our process','title_za==Our investment process','use_investor_type_content==FALSE','windowtitle_uk==Our process \x7c SRI \x7c Aviva Investors');
g_navNode_2_2_3_4=g_navNode_2_2_3.addNode('3067','Our Process',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/SRI_Process/index.htm','menuposition==left','title_fi==Our investment process','title_lu==Our investment process','title_no==Our investment process','title_se==Our investment process','title_uk==Our investment process','title_ukcs==Our investment process','title_ukct==Our investment process','title_ukds==Our investment process','title_ukfi==Our investment process','title_ukps==Our investment process','use_investor_type_content==FALSE');
g_navNode_2_2_3_6=g_navNode_2_2_3.addNode('2331','Risk management',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/risk_management/index.htm','menuposition==left','title_at==Risikomanagement','title_be==Portfolio risk management','title_ch==Risikomanagement','title_de==Risikomanagement','title_es==Gesti\xf3n de riesgo','title_fi==Portfolio risk management','title_fr==Gestion des risques du portefeuille','title_gl==Risk management','title_gr==Portfolio risk management','title_it==Gestione del rischio','title_lu==Portfolio risk management','title_lv==Portfolio risk management','title_nl==Portfolio risk management','title_no==Portfolio risk management','title_se==Portfolio risk management','title_sg==Portfolio risk management','title_tw==Risk management','title_uk==Risk management','title_ukcs==Risk management','title_ukct==Risk management','title_ukds==Risk management','title_ukfi==Risk management','title_ukgl==Risk management','title_ukps==Risk management','title_za==Portfolio risk management','use_investor_type_content==FALSE','windowtitle_uk==Risk management \x7c SRI \x7c Aviva Investors');
g_navNode_2_2_3_7=g_navNode_2_2_3.addNode('2332','Aviva Investors and ESG',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/aviva_investorsand_esg/index.htm','menuposition==left','title_at==Aviva Investors und ESG','title_be==Aviva Investors and ESG','title_ch==Aviva Investors und ESG','title_de==Aviva Investors und ESG','title_es==Aviva Investors y ESG','title_fi==Aviva Investors and ESG','title_fr==Aviva Investors et les crit\xe8res ESG','title_gl==Aviva Investors and ESG','title_gr==Aviva Investors and ESG','title_it==Investitori Aviva ed ESG','title_lu==Aviva Investors and ESG','title_lv==Aviva Investors and ESG','title_nl==Aviva Investors and ESG','title_no==Aviva Investors and ESG','title_se==Aviva Investors and ESG','title_sg==Aviva Investors and ESG','title_tw==Aviva Investors and ESG','title_uk==Aviva Investors and ESG','title_ukcs==Aviva Investors and ESG','title_ukct==Aviva Investors and ESG','title_ukds==Aviva Investors and ESG','title_ukfi==Aviva Investors and ESG','title_ukgl==Aviva Investors and ESG','title_ukps==Aviva Investors and ESG','title_za==Aviva Investors and ESG','use_investor_type_content==FALSE','windowtitle_uk==Environmental, Social and Governance Investing \x7c Aviva Investors');
g_navNode_2_2_3_9=g_navNode_2_2_3.addNode('3052','Our funds information',ssUrlPrefix + 'asset_classes/equities/sustainable_and_responsible_investment/Our_funds_information/index.htm','menuposition==left','title_fi==Our funds information','title_fr==Informations sur nos fonds','title_lu==Our funds information','title_no==Our funds information','title_se==Our funds information','title_uk==Our product suite','title_ukcs==Our product suite','title_ukct==Our product suite','title_ukds==Our product suite','title_ukfi==Our product suite','title_ukps==Our product suite','use_investor_type_content==FALSE');
g_navNode_2_2_4=g_navNode_2_2.addNode('2375','UK equities',ssUrlPrefix + 'asset_classes/equities/uk_equities/index.htm','menuposition==left','title_at==Britische Aktien','title_be==UK equities','title_ch==Britische Aktien','title_de==Britische Aktien','title_es==Renta variable del Reino Unido','title_fi==UK equities','title_fr==Les actions britanniques','title_gl==UK equities','title_gr==UK equities','title_it==Azioni Regno Unito','title_lu==UK equities','title_lv==UK equities','title_nl==UK equities','title_no==UK equities','title_se==UK equities','title_sg==UK equities','title_tw==UK equities','title_uk==UK equities','title_ukcs==UK equities','title_ukct==UK equities','title_ukds==UK equities','title_ukfi==UK equities','title_ukgl==UK equities','title_ukps==UK equities','title_za==UK equities','windowtitle_uk==UK equity \x7c Aviva Investors');
g_navNode_2_2_4_0=g_navNode_2_2_4.addNode('2376','Our credentials',ssUrlPrefix + 'asset_classes/equities/uk_equities/our_credentials/index.htm','menuposition==left','title_at==Unsere Erfolgsnachweise','title_be==Our credentials','title_ch==Unsere Erfolgsnachweise','title_de==Unsere Erfolgsnachweise','title_es==Nuestras credenciales','title_fi==Our credentials','title_fr==Nos r\xe9f\xe9rences','title_gl==Our credentials','title_gr==Our credentials','title_it==Le nostre credenziali','title_lu==Our credentials','title_lv==Our credentials','title_nl==Our credentials','title_no==Our credentials','title_se==Our credentials','title_sg==Our credentials','title_tw==Our credentials','title_uk==Our credentials','title_ukcs==Our credentials','title_ukct==Our credentials','title_ukds==Our credentials','title_ukfi==Our credentials','title_ukgl==Our credentials','title_ukps==Our credentials','title_za==Our credentials','windowtitle_uk==Our credentials \x7c UK equities \x7c Aviva Investors');
g_navNode_2_2_4_1=g_navNode_2_2_4.addNode('2377','Our philosophy',ssUrlPrefix + 'asset_classes/equities/uk_equities/our_philosophy/index.htm','menuposition==left','title_at==Unsere Philosophie','title_be==Our philosophy','title_ch==Unsere Philosophie','title_de==Unsere Philosophie','title_es==Nuestra filosof\xeda','title_fi==Our philosophy','title_fr==Notre philosophie','title_gl==Our philosophy','title_gr==Our philosophy','title_it==La nostra filosofia','title_lu==Our philosophy','title_lv==Our philosophy','title_nl==Our philosophy','title_no==Our philosophy','title_se==Our philosophy','title_sg==Our philosophy','title_tw==Our philosophy','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukds==Our philosophy','title_ukfi==Our philosophy','title_ukgl==Our philosophy','title_ukps==Our philosophy','title_za==Our philosophy','windowtitle_uk==Our philosophy \x7c UK equities \x7c Aviva Investors');
g_navNode_2_2_4_2=g_navNode_2_2_4.addNode('2378','Our process',ssUrlPrefix + 'asset_classes/equities/uk_equities/our_process/index.htm','menuposition==left','title_at==Anlageprozess','title_be==Our investment process','title_ch==Anlageprozess','title_de==Anlageprozess','title_es==Nuestro proceso','title_fi==Our investment process','title_fr==Notre processus d\u2019investissement','title_gl==Our process','title_gr==Our investment process','title_it==Nostro processo','title_lu==Our process','title_lv==Our investment process','title_nl==Our investment process','title_no==Our investment process','title_se==Our investment process','title_sg==Our investment process','title_tw==Our process','title_uk==Our process','title_ukcs==Our process','title_ukct==Our process','title_ukds==Our process','title_ukfi==Our process','title_ukgl==Our process','title_ukps==Our process','title_za==Our investment process','windowtitle_uk==Our process \x7c UK equities \x7c Aviva Investors');
g_navNode_2_2_4_4=g_navNode_2_2_4.addNode('2380','Risk management',ssUrlPrefix + 'asset_classes/equities/uk_equities/risk_management/index.htm','menuposition==left','title_at==Risikomanagement','title_be==Portfolio risk management','title_ch==Portfolio-Risikomanagement','title_de==Risikomanagement','title_es==Gesti\xf3n de riesgo','title_fi==Portfolio risk management','title_fr==Gestion des risques du portefeuille','title_gl==Risk management','title_gr==Portfolio risk management','title_it==Gestione del rischio','title_lu==Portfolio risk management','title_lv==Portfolio risk management','title_nl==Portfolio risk management','title_no==Portfolio risk management','title_se==Portfolio risk management','title_sg==Portfolio risk management','title_tw==Risk management','title_uk==Risk management','title_ukcs==Risk management','title_ukct==Risk management','title_ukds==Risk management','title_ukfi==Risk management','title_ukgl==Risk management','title_ukps==Risk management','title_za==Portfolio risk management','windowtitle_uk==Risk management \x7c UK equities \x7c Aviva Investors');
g_navNode_2_3=g_navNode_2.addNode('2035','Fixed Income',ssUrlPrefix + 'asset_classes/fixed_income/index.htm','menuposition==left','quicklink==TRUE','title_at==Anleihen','title_be==Fixed income','title_ch==Anleihen','title_de==Anleihen','title_es==Renta fija','title_fi==Fixed income','title_fr==Gestion obligataire','title_gr==Fixed income','title_it==Reddito fisso','title_lu==Fixed income','title_lv==Fixed income','title_nl==Fixed income','title_no==Fixed income','title_se==Fixed income','title_sg==Fixed income','title_tw==Fixed income','title_uk==Fixed income','title_ukcs==Fixed income','title_ukct==Fixed income','title_ukds==Fixed income','title_ukfi==Fixed income','title_ukgl==Fixed income','title_ukps==Fixed income','title_za==Fixed income','windowtitle_uk==Fixed income investment \x7c Aviva Investors');
g_navNode_2_3_0=g_navNode_2_3.addNode('2261','Our credentials',ssUrlPrefix + 'asset_classes/fixed_income/our_credentials/index.htm','menuposition==Left','title_at==Unsere Investmentkompetenz','title_be==Our credentials','title_ch==Unsere Investmentkompetenz','title_de==Unsere Investmentkompetenz','title_es==Nuestras credenciales','title_fi==Our credentials','title_fr==Nos r\xe9f\xe9rences','title_gl==Our credentials','title_gr==Our credentials','title_it==Le nostre credenziali','title_lu==Our credentials','title_lv==Our credentials','title_nl==Our credentials','title_no==Our credentials','title_se==Our credentials','title_sg==Our credentials','title_tw==Our credentials','title_uk==Our credentials','title_ukcs==Our credentials','title_ukct==Our credentials','title_ukds==Our credentials','title_ukfi==Our credentials','title_ukgl==Our credentials','title_ukps==Our credentials','title_za==Our credentials','windowtitle_uk==Our credentials \x7c Fixed income investment \x7c Aviva Investors');
g_navNode_2_3_1=g_navNode_2_3.addNode('2262','Our philosophy',ssUrlPrefix + 'asset_classes/fixed_income/our_philosophy/index.htm','menuposition==Left','title_at==Unsere Philosophie','title_be==Our philosophy','title_ch==Unsere Philosophie','title_de==Unsere Philosophie','title_es==Nuestra filosof\xeda','title_fi==Our philosophy','title_fr==Notre philosophie','title_gl==Our philosophy','title_gr==Our philosophy','title_it==La nostra filosofia','title_lu==Our philosophy','title_lv==Our philosophy','title_nl==Our philosophy','title_no==Our philosophy','title_se==Our philosophy','title_sg==Our philosophy','title_tw==Our philosophy','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukds==Our philosophy','title_ukfi==Our philosophy','title_ukgl==Our philosophy','title_ukps==Our philosophy','title_za==Our philosophy','windowtitle_uk==Our philosophy \x7c Fixed income investment \x7c Aviva Investors');
g_navNode_2_3_2=g_navNode_2_3.addNode('2263','Our process',ssUrlPrefix + 'asset_classes/fixed_income/our_process/index.htm','menuposition==Left','title_at==Anlageprozess','title_be==Our process','title_ch==Anlageprozess','title_de==Anlageprozess','title_es==Nuestro proceso','title_fi==Our process','title_fr==Notre processus d\\x27invertissement','title_gl==Our process','title_gr==Our process','title_it==Nostro processo','title_lu==Our process','title_lv==Our process','title_nl==Our process','title_no==Our process','title_se==Our process','title_sg==Our process','title_tw==Our process','title_uk==Our process','title_ukcs==Our process','title_ukct==Our process','title_ukds==Our process','title_ukfi==Our process','title_ukgl==Our process','title_ukps==Our process','title_za==Our process','windowtitle_uk==Our process \x7c Fixed income investment \x7c Aviva Investors');
g_navNode_2_3_2_0=g_navNode_2_3_2.addNode('2474','Process Steps',ssUrlPrefix + 'asset_classes/fixed_income/our_process/process_steps/index.htm','description_uk==Process Steps','menuposition==left','title_at==Prozessphasen','title_be==Process Steps','title_ch==Prozessphasen','title_de==Prozessphasen','title_es==Etapas del proceso','title_fi==Process Steps','title_fr==Etapes du processus ','title_gr==Process Steps','title_it==Fasi del processo','title_lu==Process Steps','title_lv==Process Steps','title_nl==Process Steps','title_no==Process Steps','title_se==Process Steps','title_sg==Process Steps','title_tw==Process Steps','title_uk==Process Steps','title_ukcs==Process Steps','title_ukct==Process Steps','title_ukds==Process Steps','title_ukfi==Process Steps','title_ukgl==Process Steps','title_ukps==Process Steps','windowtitle_uk==Process Steps');
g_navNode_2_3_2_1=g_navNode_2_3_2.addNode('2475','Analytical Dimensions',ssUrlPrefix + 'asset_classes/fixed_income/our_process/analytical_dimensions/index.htm','description_uk==Analytical Dimensions','menuposition==left','title_at==Analytische Dimensionen','title_be==Analytical Dimensions','title_ch==Analytische Dimensionen','title_de==Analytische Dimensionen','title_es==Dimensiones anal\xedticas','title_fi==Analytical Dimensions','title_fr==Aspects analytiques','title_gr==Analytical Dimensions','title_it==Dimensioni analitiche','title_lu==Analytical Dimensions','title_lv==Analytical Dimensions','title_nl==Analytical Dimensions','title_no==Analytical Dimensions','title_se==Analytical Dimensions','title_sg==Analytical Dimensions','title_tw==Analytical Dimensions','title_uk==Analytical Dimensions','title_ukcs==Analytical Dimensions','title_ukct==Analytical Dimensions','title_ukds==Analytical Dimensions','title_ukfi==Analytical Dimensions','title_ukgl==Analytical Dimensions','title_ukps==Analytical Dimensions','windowtitle_uk==Analytical Dimensions');
g_navNode_2_3_3=g_navNode_2_3.addNode('2525','Our Capabilities',ssUrlPrefix + 'asset_classes/fixed_income/our_capabilities/index.htm','title_uk==Our Capabilities','title_ukds==Our Capabilities','windowtitle_uk==Our capabilities \x7c Fixed income investment \x7c Aviva Investors');
g_navNode_2_3_4=g_navNode_2_3.addNode('2265','Risk management',ssUrlPrefix + 'asset_classes/fixed_income/risk_management/index.htm','menuposition==left','title_at==Risikomanagement','title_be==Risk management','title_ch==Risikomanagement','title_de==Risikomanagement','title_es==Gesti\xf3n de riesgo','title_fi==Risk management','title_fr==Gestion des risques du portefeuille','title_gl==Risk management','title_gr==Risk management','title_it==Gestione del rischio','title_lu==Risk management','title_lv==Risk management','title_nl==Risk management','title_no==Risk management','title_se==Risk management','title_sg==Risk management','title_tw==Risk management','title_uk==Risk management','title_ukcs==Risk management','title_ukct==Risk management','title_ukds==Risk management','title_ukfi==Risk management','title_ukgl==Risk managemnt','title_ukps==Risk management','title_za==Risk management','windowtitle_uk==Risk management \x7c Fixed income investment \x7c Aviva Investors');
g_navNode_2_4=g_navNode_2.addNode('2000','Global investment solutions',ssUrlPrefix + 'asset_classes/global_investment_solutions/index.htm','menuposition==Left','quicklink==TRUE','title_at==Globale Investitionsl\xf6sungen','title_be==Global investment solutions','title_ch==Globale Investitionsl\xf6sungen','title_de==Globale Investitionsl\xf6sungen','title_es==Soluciones Globales de Inversi\xf3n','title_fi==Global investment solutions','title_fr==Des solutions d\\x27investissement mondiales','title_gr==Global investment solutions','title_it==Soluzioni di investimento globale','title_lu==Global investment solutions','title_lv==Global investment solutions','title_nl==Global investment solutions','title_no==Global investment solutions','title_se==Global investment solutions','title_sg==Global investment solutions','title_tw==Global investment solutions','title_uk==Global investment solutions','title_ukcs==Global investment solutions','title_ukct==Global investment solutions','title_ukds==Global investment solutions','title_ukfi==Global investment solutions','title_ukgl==Global investment solutions','title_ukps==Global investment solutions','title_za==Global investment solutions','windowtitle_uk==Global Investment Solutions \x7c Aviva Investors');
g_navNode_2_4_0=g_navNode_2_4.addNode('2016','Convertibles',ssUrlPrefix + 'asset_classes/global_investment_solutions/convertibles/index.htm','menuposition==Left','quicklink==TRUE','title_at==Wandelanleihen','title_be==Convertibles','title_ch==Wandelanleihen','title_de==Wandelanleihen','title_es==Bonos Convertibles Globales','title_fi==Convertibles','title_it==Obbligazioni convertibili','title_lu==Convertibles','title_nl==Convertibles','title_no==Convertibles','title_se==Convertibles','title_tw==Convertibles','title_uk==Convertibles','title_ukcs==Convertibles','title_ukct==Convertibles','title_ukds==Convertibles','title_ukfi==Convertibles','title_ukgl==Convertibles','title_ukps==Convertibles','windowtitle_uk==Global Investment Convertibles fund \x7c Aviva Investors');
g_navNode_2_4_0_0=g_navNode_2_4_0.addNode('2345','Our philosophy',ssUrlPrefix + 'asset_classes/global_investment_solutions/convertibles/our_philosophy/index.htm','menuposition==left','title_at==Unsere Philosophie','title_be==Our philosophy','title_ch==Unsere Philosophie','title_de==Unsere Philosophie','title_es==Nuestra filosof\xeda','title_fi==Our philosophy','title_it==La nostra filosofia','title_lu==Our philosophy','title_lv==Our philosophy','title_nl==Our philosophy','title_no==Our philosophy','title_se==Our philosophy','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukds==Our philosophy','title_ukfi==Our philosophy','title_ukgl==Our philosophy','title_ukps==Our philosophy','windowtitle_uk==Our philosophy \x7c Convertible funds \x7c Aviva Investors');
g_navNode_2_4_0_1=g_navNode_2_4_0.addNode('2346','Our process',ssUrlPrefix + 'asset_classes/global_investment_solutions/convertibles/our_process/index.htm','menuposition==left','title_at==Unser Anlageprozess','title_be==Our investment process','title_ch==Unser Anlageprozess','title_de==Unser Anlageprozess','title_es==Nuestro proceso','title_fi==Our investment process','title_gr==Our investment process','title_it==Nostro processo','title_lu==Our process','title_nl==Our investment process','title_no==Our investment process','title_se==Our investment process','title_uk==Our process','title_ukcs==Our process','title_ukct==Our process','title_ukds==Our process','title_ukfi==Our process','title_ukgl==Our process','title_ukps==Our process','windowtitle_uk==Our process \x7c Convertible funds \x7c Aviva Investors');
g_navNode_2_4_0_2=g_navNode_2_4_0.addNode('3080','Our investment team',ssUrlPrefix + 'asset_classes/global_investment_solutions/convertibles/Our_investment_team/index.htm','title_at==Unser Investmentteam','title_be==Our investment team','title_ch==Unser Investmentteam','title_de==Unser Investmentteam','title_es==Nuestro equipo de inversi\xf3n','title_fi==Our investment team','title_it==Investment Team','title_lu==Our investment team','title_nl==Our investment team','title_no==Our investment team','title_se==Our investment team');
g_navNode_2_4_0_4=g_navNode_2_4_0.addNode('2348','Risk management',ssUrlPrefix + 'asset_classes/global_investment_solutions/convertibles/risk_management/index.htm','menuposition==left','title_at==Risikomanagement','title_be==Risk management','title_ch==Risikomanagement','title_de==Risikomanagement','title_es==Gesti\xf3n de riesgo','title_fi==Risk management','title_it==Risk management','title_lu==Risk management','title_lv==Risk management','title_nl==Risk management','title_no==Risk management','title_se==Risk management','title_uk==Risk management','title_ukcs==Risk management','title_ukct==Risk management','title_ukds==Risk management','title_ukfi==Risk management','title_ukgl==Risk management','title_ukps==Risk management','windowtitle_uk==Risk management \x7c Convertible funds \x7c Aviva Investors');
g_navNode_2_4_0_6=g_navNode_2_4_0.addNode('3088','Our funds information',ssUrlPrefix + 'asset_classes/global_investment_solutions/convertibles/Our_funds/index.htm','menuposition==Left','title_at==Fondsinformationen','title_be==Our funds information','title_ch==Fondsinformationen','title_de==Fondsinformationen','title_es==Informaci\xf3n de nuestros fondos','title_fi==Our funds information','title_it==Informazioni sui nostri fondi','title_lu==Our funds information','title_nl==Our funds information','title_no==Our funds information','title_se==Our funds information');
g_navNode_2_4_1=g_navNode_2_4.addNode('2053','Multi Asset',ssUrlPrefix + 'asset_classes/global_investment_solutions/multi_asset/index.htm','menuposition==Left','quicklink==TRUE','title_uk==Multi asset','title_ukcs==Multi asset','title_ukct==Multi asset','title_ukds==Multi asset','title_ukfi==Multi asset','title_ukgl==Multi asset','title_ukps==Multi asset','use_investor_type_content==TRUE','windowtitle_uk==Multi-Asset Investment \x7c Aviva Investors');
g_navNode_2_4_1_0=g_navNode_2_4_1.addNode('2318','Our credentials',ssUrlPrefix + 'asset_classes/global_investment_solutions/multi_asset/our_credentials/index.htm','menuposition==left','title_uk==Our credentials','title_ukcs==Our credentials','title_ukct==Our credentials','title_ukds==Our credentials','title_ukfi==Our credentials','title_ukgl==Our credentials','title_ukps==Our credentials','windowtitle_uk==Our credentials \x7c Multi-Asset Investment \x7c Aviva Investors');
g_navNode_2_4_1_1=g_navNode_2_4_1.addNode('2324','Who to contact',ssUrlPrefix + 'asset_classes/global_investment_solutions/multi_asset/who_to_contact/index.htm','menuposition==left','title_at==Ansprechpartner','title_de==Ansprechpartner','title_es==\xbfA qui\xe9n dirigirse ?','title_it==Contatti','title_uk==Our team','title_ukcs==Our team','title_ukct==Our team','title_ukds==Our team','title_ukfi==Our team','title_ukgl==Diversified strategy fund','title_ukps==Our team');
g_navNode_2_4_1_2=g_navNode_2_4_1.addNode('2320','Our process',ssUrlPrefix + 'asset_classes/global_investment_solutions/multi_asset/our_process/index.htm','menuposition==left','title_at==Anlageprozess','title_be==Our investment process','title_ch==Anlageprozess','title_de==Anlageprozess','title_es==Nuestro proceso de inversi\xf3n','title_fi==Our investment process','title_fr==Our investment process','title_gr==Our investment process','title_it==Nostro processo','title_lu==Our process','title_lv==Our investment process','title_nl==Our investment process','title_no==Our investment process','title_se==Our investment process','title_sg==Our investment process','title_uk==Our process','title_ukcs==Our process','title_ukct==Our process','title_ukds==Our process','title_ukfi==Our process','title_ukgl==Our process','title_ukps==Our process','title_za==Our investment process','windowtitle_uk==Our Process \x7c Multi-Asset Investment \x7c Aviva Investors');
g_navNode_2_4_1_4=g_navNode_2_4_1.addNode('2322','Risk management',ssUrlPrefix + 'asset_classes/global_investment_solutions/multi_asset/risk_management/index.htm','menuposition==left','title_at==Portfolio-Risikomanagement','title_be==Portfolio risk managemnt','title_ch==Portfolio-Risikomanagement','title_de==Portfolio-Risikomanagement','title_es==Gesti\xf3n de riesgo de cartera','title_fi==Portfolio risk managemnt','title_fr==Gestion des risques du portefeuille','title_gr==Portfolio risk managemnt','title_it==Gestione del rischio','title_lu==Risk managemnt','title_lv==Portfolio risk managemnt','title_nl==Portfolio risk managemnt','title_no==Portfolio risk managemnt','title_se==Portfolio risk managemnt','title_sg==Portfolio risk managemnt','title_uk==Rsk management','title_ukcs==Rsk management','title_ukct==Rsk management','title_ukds==Rsk management','title_ukfi==Rsk management','title_ukgl==Rsk management','title_ukps==Rsk management','title_za==Portfolio risk managemnt','windowtitle_uk==Risk Management \x7c Multi-Asset Investment \x7c Aviva Investors');
g_navNode_2_4_2=g_navNode_2_4.addNode('2856','Multi-Manager',ssUrlPrefix + 'asset_classes/global_investment_solutions/multi_manager/index.htm','title_uk==Multi-manager','title_ukcs==Multi-manager','title_ukct==Multi-manager','title_ukfi==Multi-manager','title_ukps==Multi-manager');
g_navNode_2_4_2_0=g_navNode_2_4_2.addNode('2857','Real Estate',ssUrlPrefix + 'asset_classes/global_investment_solutions/multi_manager/real_estate/index.htm','title_uk==Real Estate','title_ukcs==Real Estate','title_ukct==Real Estate','title_ukfi==Real Estate','title_ukps==Real Estate');
g_navNode_2_4_3=g_navNode_2_4.addNode('3016','Absolute TAA',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/index.htm','menuposition==left','quicklink==FALSE','title_at==Absolute TAA Fondspalette','title_be==Absolute TAA','title_ch==Absolute TAA Fondspalette','title_de==Absolute TAA Fondspalette','title_es==Asignaci\xf3n T\xe1ctica Absoluta de Activos','title_fi==Absolute TAA','title_it==Absolute TAA','title_lu==Absolute TAA','title_lv==Absolute TAA','title_nl==Absolute TAA','title_no==Absolute TAA','title_se==Absolute TAA','title_uk==GTAA Strategy','title_ukcs==GTAA Strategy','title_ukct==GTAA Strategy','title_ukfi==GTAA Strategy','title_ukps==GTAA Strategy','windowtitle_lu==Absolute TAA','windowtitle_uk==GTAA Strategy');
g_navNode_2_4_3_0=g_navNode_2_4_3.addNode('3017','Our investment team',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/Our-investment-team/index.htm','menuposition==left','title_es==Nuestro equipo','title_fi==Our investment team','title_it==il nostro team d\\x27investimento','title_lu==Our investment team','title_no==Our investment team','title_se==Our investment team','title_uk==Our investment team','title_ukcs==Our investment team','title_ukct==Our investment team','title_ukfi==Our investment team','title_ukps==Our investment team','windowtitle_lu==Our investment team','windowtitle_uk==Our investment team');
g_navNode_2_4_3_1=g_navNode_2_4_3.addNode('3018','Our process',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/Our-process/index.htm','menuposition==left','title_es==Nuestro proceso','title_fi==Our process','title_it==Il nostro processo','title_lu==Our process','title_no==Our process','title_se==Our process','title_uk==Our process','title_ukcs==Our process','title_ukct==Our process','title_ukfi==Our process','title_ukps==Our process','windowtitle_lu==Our process','windowtitle_uk==Our process');
g_navNode_2_4_3_2=g_navNode_2_4_3.addNode('3019','Our credentials',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/Our-credentials/index.htm','menuposition==left','title_es==Nuestras credenciales','title_fi==Our credentials','title_it==Le nostre credenziali','title_lu==Our credentials','title_no==Our credentials','title_se==Our credentials');
g_navNode_2_4_3_3=g_navNode_2_4_3.addNode('3065','Our philosophy',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/Our-philosophy/index.htm','menuposition==left','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukfi==Our philosophy','title_ukps==Our philosophy','windowtitle_uk==Our philosophy');
g_navNode_2_4_3_4=g_navNode_2_4_3.addNode('3020','Risk management',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/Risk-management/index.htm','menuposition==left','title_es==Gesti\xf3n de riesgos','title_fi==Risk management','title_it==La nostra gestione del rischio','title_lu==Risk management','title_no==Risk management','title_se==Risk management','title_uk==Our independent risk discipline','title_ukcs==Our independent risk discipline','title_ukct==Our independent risk discipline','title_ukfi==Our independent risk discipline','title_ukps==Our independent risk discipline','windowtitle_uk==Our independent risk discipline');
g_navNode_2_4_3_5=g_navNode_2_4_3.addNode('3066','Portfolio enhancing',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/Portfolio-enhancing/index.htm','menuposition==left','title_uk==Portfolio enhancing','title_ukcs==Portfolio enhancing','title_ukct==Portfolio enhancing','title_ukfi==Portfolio enhancing','title_ukps==Portfolio enhancing','windowtitle_uk==Portfolio enhancing');
g_navNode_2_4_3_6=g_navNode_2_4_3.addNode('3021','TAA practical applications',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/TAA-practical-applications/index.htm','menuposition==left','title_es==Aplicaciones pr\xe1cticas de la TAA','title_fi==TAA practical applications','title_it==Applicazioni pratiche','title_lu==TAA practical applications','title_no==TAA practical applications','title_se==TAA practical applications');
g_navNode_2_4_3_7=g_navNode_2_4_3.addNode('3022','Our funds information',ssUrlPrefix + 'asset_classes/global_investment_solutions/TAA/Our-funds-information/index.htm','menuposition==left','title_es==Informaci\xf3n de nuestros fondos','title_fi==Our funds information','title_it==Informazioni sui nostri comparti','title_lu==Our funds information','title_no==Our funds information','title_se==Our funds information','title_uk==Our funds information','title_ukcs==Our funds information','title_ukct==Our funds information','title_ukfi==Our funds information','title_ukps==Our funds information','windowtitle_lu==Our funds information','windowtitle_uk==Our funds information');
g_navNode_2_5=g_navNode_2.addNode('3068','GTAA',ssUrlPrefix + 'asset_classes/GTAA/index.htm','title_uk==GTAA strategy');
g_navNode_2_6=g_navNode_2.addNode('2858','Private Equity',ssUrlPrefix + 'asset_classes/private_equity/index.htm','title_uk==Private equity','title_ukcs==Private equity','title_ukct==Private equity','title_ukfi==Private equity','title_ukps==Private equity','windowtitle_uk==Private equity investment \x7c Aviva Investors');
g_navNode_2_6_0=g_navNode_2_6.addNode('3334','Our Philosophy',ssUrlPrefix + 'asset_classes/private_equity/our_philosophy/index.htm','menuposition==left','title_uk==Our philosophy','title_ukcs==Our philosophy','title_ukct==Our philosophy','title_ukfi==Our philosophy','title_ukps==Our philosophy','windowtitle_uk==Our philosophy for private equity investment \x7c Aviva Investors');
g_navNode_2_6_1=g_navNode_2_6.addNode('3335','Investment Process',ssUrlPrefix + 'asset_classes/private_equity/investment_process/index.htm','menuposition==left','title_uk==Investment process','title_ukcs==Investment process','title_ukct==Investment process','title_ukfi==Investment process','title_ukps==Investment process','windowtitle_uk==Our investment process for private equity investment \x7c Aviva Investors');
g_navNode_2_6_2=g_navNode_2_6.addNode('3338','Why Aviva Investors',ssUrlPrefix + 'asset_classes/private_equity/why_aviva_investors/index.htm','menuposition==left','title_uk==Why Aviva Investors','title_ukcs==Why Aviva Investors','title_ukct==Why Aviva Investors','title_ukfi==Why Aviva Investors','title_ukps==Why Aviva Investors','windowtitle_uk==Why Aviva Investor for private equity investment \x7c Aviva Investors');
g_navNode_2_6_3=g_navNode_2_6.addNode('3342','The Team',ssUrlPrefix + 'asset_classes/private_equity/the_team/index.htm','menuposition==left','secondaryUrlVariableField==region1','title_uk==The Team','title_ukcs==The Team','title_ukct==The Team','title_ukds==The Team','title_ukfi==The Team','title_ukps==The Team','windowtitle_uk==The private equity investment team \x7c Aviva Investors');
g_navNode_2_7=g_navNode_2.addNode('2052','Real Estate',ssUrlPrefix + 'asset_classes/real_estate/index.htm','menuposition==left','quicklink==TRUE','title_at==Immobilien','title_be==Real estate','title_ch==Immobilien','title_de==Immobilien','title_es==Fondos Inmobiliarios','title_fi==Real estate','title_gr==Real estate','title_it==Real estate','title_lu==Real estate','title_lv==Real estate','title_nl==Real estate','title_no==Real estate','title_se==Real estate','title_sg==Real estate','title_uk==Real estate','title_ukcs==Real estate','title_ukct==Real estate','title_ukds==Real estate','title_ukfi==Real estate','title_ukgl==Real Estate','title_ukps==Real estate','title_za==Real estate','use_investor_type_content==FALSE','windowtitle_uk==Real Estate Investment \x7c Aviva Investors');
g_navNode_2_7_1=g_navNode_2_7.addNode('2081','UK',ssUrlPrefix + 'asset_classes/real_estate/uk/index.htm','quicklink==FALSE','title_uk==UK','title_ukcs==UK','title_ukct==UK','title_ukfi==UK','title_ukgl==UK','title_ukps==UK','windowtitle_uk==UK Real Estate \x7c Aviva Investors');
g_navNode_2_7_1_15=g_navNode_2_7_1.addNode('2477','Multi Manager',ssUrlPrefix + 'asset_classes/real_estate/uk/multi_manager/index.htm','menuposition==left','title_sg==Multi-manager');
g_navNode_2_7_2=g_navNode_2_7.addNode('2132','Continental Europe',ssUrlPrefix + 'asset_classes/real_estate/continental_europe/index.htm','title_uk==Continental Europe','title_ukcs==Continental Europe','title_ukct==Continental Europe','title_ukfi==Continental Europe','title_ukgl==Continental Europe','title_ukps==Continental Europe','windowtitle_uk==Continental European Real Estate \x7c Aviva Investors');
g_navNode_2_7_3=g_navNode_2_7.addNode('2133','Americas',ssUrlPrefix + 'asset_classes/real_estate/americas/index.htm','title_uk==Americas','title_ukcs==Americas','title_ukct==Americas','title_ukfi==Americas','title_ukgl==Americas','title_ukps==Americas','windowtitle_uk==Global Real Estate Multi-Manager - Aviva Investors');
g_navNode_2_7_4=g_navNode_2_7.addNode('2134','Asia Pacific',ssUrlPrefix + 'asset_classes/real_estate/asia_pacific/index.htm','title_uk==Asia Pacific','title_ukcs==Asia Pacific','title_ukct==Asia Pacific','title_ukfi==Asia Pacific','title_ukgl==Asia Pacific','title_ukps==Asia Pacific','windowtitle_uk==Real Estate in Asia - Aviva Investors');
g_navNode_2_7_5=g_navNode_2_7.addNode('2135','Global',ssUrlPrefix + 'asset_classes/real_estate/global/index.htm','title_uk==Global','title_ukcs==Global','title_ukct==Global','title_ukfi==Global','title_ukps==Global','windowtitle_uk==Global Real Estate - Aviva Investors');
g_navNode_2_7_7=g_navNode_2_7.addNode('2137','Sustainability',ssUrlPrefix + 'asset_classes/real_estate/sustainability/index.htm','title_uk==Sustainability in Global Real Estate','title_ukcs==Sustainability in Global Real Estate','title_ukct==Sustainability in Global Real Estate','title_ukfi==Sustainability in Global Real Estate','title_ukgl==Sustainability in Global Real Estate','title_ukps==Sustainability in Global Real Estate','windowtitle_uk==Sustainability in Global Real Estate - Aviva Investors');
g_navNode_2_7_8=g_navNode_2_7.addNode('2138','Investors Only',ssUrlPrefix + 'asset_classes/real_estate/investors_only/index.htm','title_uk==Investors Only','title_ukcs==Investors Only','title_ukct==Investors Only','title_ukfi==Investors Only','title_ukgl==Investors Only','title_ukps==Investors Only','windowtitle_uk==Real Estate Investors - Aviva Investors');
g_navNode_2_7_9=g_navNode_2_7.addNode('2159','News and Views',ssUrlPrefix + 'asset_classes/real_estate/news_and_views/index.htm','title_uk==News \x26 Views','title_ukcs==News \x26 Views','title_ukct==News \x26 Views','title_ukfi==News \x26 Views','title_ukgl==News \x26 Views','title_ukps==News \x26 Views','windowtitle_uk==Real Estate News and Views - Aviva Investors');
g_navNode_2_7_11=g_navNode_2_7.addNode('2523','Real Estate contacts',ssUrlPrefix + 'asset_classes/real_estate/real_estate_contacts/index.htm','title_uk==Real Estate contacts','title_ukcs==Real Estate contacts','title_ukct==Real Estate contacts','title_ukfi==Real Estate contacts','title_ukps==Real Estate contacts','windowtitle_uk==Aviva Investors Real Estate Contacts');
g_navNode_2_7_12=g_navNode_2_7.addNode('2524','Property awards',ssUrlPrefix + 'asset_classes/real_estate/property_awards/index.htm');
g_navNode_3=g_navNode_Root.addNode('2843','Our funds',ssUrlPrefix + 'our_funds/index.htm','menuposition==tab','quicklink==TRUE','title_ukds==Our funds','windowtitle_uk==Our funds \x7c Aviva Investors','windowtitle_ukps==Our funds');
g_navNode_3_0=g_navNode_3.addNode('2839','Off-shore',ssUrlPrefix + 'our_funds/off-shore/index.htm','description_uk==Off-shore','menuposition==left','title_uk==Off-shore','title_ukds==Off-shore','windowtitle_uk==Off-shore \x7c Our funds \x7c Aviva Investors');
g_navNode_3_1=g_navNode_3.addNode('2838','On-shore',ssUrlPrefix + 'our_funds/On-shore/index.htm','menuposition==left','title_uk==On-shore','title_ukds==On-shore','windowtitle_uk==On-shore \x7c Our funds \x7c Aviva Investors');
g_navNode_3_2=g_navNode_3.addNode('2842','Real Estate',ssUrlPrefix + 'our_funds/real-estate/index.htm','title_uk==Real Estate','title_ukds==Real Estate','windowtitle_uk==Real Estate \x7c Our funds \x7c Aviva Investors');
g_navNode_4=g_navNode_Root.addNode('2067','Fund Information',ssUrlPrefix + 'fund_prices/index.htm','menuposition==tab','quicklink==TRUE','title_at==Fondspreise','title_be==Fund information','title_ch==Fondspreise','title_de==Fondspreise','title_es==Valores liquidativos','title_fi==Fund information','title_fr==Valeurs liquidatives','title_gr==Fund information','title_it==Prezzi','title_lu==Fund information','title_lv==Fund information','title_nl==Fund information','title_no==Fund information','title_se==Fund information','title_sg==Fund information','title_tw==Fund information','title_uk==Fund information','title_ukcs==Fund information','title_ukct==Fund information','title_ukfi==Fund information','title_ukgl==Fund prices','title_ukps==Fund information','title_za==Fund information','windowtitle_uk==Fund Information \x7c Aviva Investors');
g_navNode_4_0=g_navNode_4.addNode('2687','SICAV et FCP de droit francais',ssUrlPrefix + 'fund_prices/sicav_de_droit_francais/index.htm','title_fr==SICAV et FCP de droit fran\xe7ais','title_it==Fondi di diritto francese','windowtitle_uk==SICAV et FCP de droit francais \x7c Aviva Investors');
g_navNode_4_0_0=g_navNode_4_0.addNode('2763','Factsheets and propsectuses',ssUrlPrefix + 'fund_prices/sicav_de_droit_francais/factsheets-and-propsectuses/index.htm','menuposition==left','title_fr==Prospectus et reporting des fonds');
g_navNode_4_0_1=g_navNode_4_0.addNode('3010','Documentation legale',ssUrlPrefix + 'fund_prices/sicav_de_droit_francais/Documentationlegale/index.htm','menuposition==left','title_fr==Documentation l\xe9gale');
g_navNode_4_1=g_navNode_4.addNode('2069','Aviva Investors SICAV',ssUrlPrefix + 'fund_prices/aviva_investors_sicav/index.htm','menuposition==left','quicklink==TRUE','title_at==Aviva Investors SICAV','title_be==Aviva Investors SICAV','title_ch==Aviva Investors SICAV','title_de==Aviva Investors SICAV','title_es==Aviva Investors SICAV','title_fi==Aviva Investors SICAV','title_fr==SICAV de droit luxembourgeois','title_gr==Aviva Investors SICAV','title_it==Aviva Investors SICAV','title_lu==Aviva Investors SICAV','title_lv==Aviva Investors SICAV','title_nl==Aviva Investors SICAV','title_no==Aviva Investors SICAV','title_se==Aviva Investors SICAV','title_sg==Aviva Investors SICAV','title_tw==Aviva Investors SICAV','title_uk==Aviva Investors SICAV','title_ukcs==Aviva Investors SICAV','title_ukct==Aviva Investors SICAV','title_ukfi==Aviva Investors SICAV','title_ukgl==Aviva Investor SICAV','title_ukps==Aviva Investors SICAV','title_za==Aviva Investors SICAV','windowtitle_uk==Aviva Investors SICAV \x7c Aviva Investors');
g_navNode_4_1_1=g_navNode_4_1.addNode('3196','Non-trading days',ssUrlPrefix + 'fund_prices/aviva_investors_sicav/non_trading_days/index.htm','menuposition==left','title_at==Tage, an denen nicht gehandelt wird','title_be==Non-trading days','title_ch==Tage, an denen nicht gehandelt wird','title_de==Tage, an denen nicht gehandelt wird','title_es==D\xedas no h\xe1biles para la SICAV','title_fi==Non-trading days','title_fr==Jours f\xe9ri\xe9s au Grand-Duch\xe9 de Luxembourg','title_gr==Non-trading days','title_it==Non-trading days','title_lu==Non-trading days','title_lv==Non-trading days','title_nl==Non-trading days','title_no==Non-trading days','title_se==Non-trading days','title_sg==Non-trading days','title_uk==Non-trading days','title_ukcs==Non-trading days','title_ukct==Non-trading days','title_ukfi==Non-trading days','title_ukps==Non-trading days','windowtitle_lu==Non-trading days','windowtitle_ukps==Non-trading days');
g_navNode_4_2=g_navNode_4.addNode('2068','AIPL',ssUrlPrefix + 'fund_prices/mppl/index.htm','menuposition==left','quicklink==TRUE','title_uk==Aviva Investors Pensions Ltd','title_ukcs==Aviva Investors Pensions Ltd','title_ukct==Aviva Investors Pensions Ltd','title_ukfi==Aviva Investors Pensions Ltd','title_ukgl==AIPL','title_ukps==Aviva Investors Pensions Ltd','windowtitle_uk==Aviva Investors Pensions Ltd \x7c Aviva Investors');
g_navNode_4_3=g_navNode_4.addNode('2070','Aviva Investors Investment Funds ICVC',ssUrlPrefix + 'fund_prices/morley_funds_icvc/index.htm','description_uk==Aviva Investors Investment Funds ICVC - Fund Prices','menuposition==left','quicklink==TRUE','title_uk==Aviva Investors Investment Funds ICVC','title_ukcs==Aviva Investors Investment Funds ICVC','title_ukct==Aviva Investors Investment Funds ICVC','title_ukfi==Aviva Investors Investment Funds ICVC','title_ukgl==Aviva Investors Funds ICVC','title_ukps==Aviva Investors Investment Funds ICVC');
g_navNode_4_4=g_navNode_4.addNode('2072','Aviva Investors Managed Funds ICVC',ssUrlPrefix + 'fund_prices/aviva_investors_managed_funds_icvc/index.htm','title_uk==Aviva Investors Managed Funds ICVC','title_ukcs==Aviva Investors Managed Funds ICVC','title_ukfi==Aviva Investors Managed Funds ICVC','title_ukps==Aviva Investors Managed Funds ICVC','windowtitle_uk==Aviva Investors Managed Funds ICVC \x7c Aviva Investors');
g_navNode_4_5=g_navNode_4.addNode('2735','Aviva Investors Property Funds ICVC',ssUrlPrefix + 'fund_prices/aviva_investors_property_funds_icvc/index.htm','title_uk==Aviva Investors Property Funds ICVC','title_ukcs==Aviva Investors Property Funds ICVC','title_ukct==Aviva Investors Property Funds ICVC','title_ukfi==Aviva Investors Property Funds ICVC','title_ukps==Aviva Investors Property Funds ICVC','windowtitle_uk==Aviva Investors Property Funds ICVC \x7c Aviva Investors');
g_navNode_4_6=g_navNode_4.addNode('3014','Aviva Investors Funds ICVC',ssUrlPrefix + 'fund_prices/aviva-investors-funds-ICVC/index.htm','title_uk==Aviva Investors Funds ICVC','title_ukcs==Aviva Investors Funds ICVC','title_ukct==Aviva Investors Funds ICVC','title_ukfi==Aviva Investors Funds ICVC','title_ukps==Aviva Investors Funds ICVC');
g_navNode_4_7=g_navNode_4.addNode('2071','Real Estate',ssUrlPrefix + 'fund_prices/property/index.htm','menuposition==left','quicklink==TRUE','title_uk==Real Estate','title_ukcs==Real Estate','title_ukct==Real Estate','title_ukfi==Real Estate','title_ukgl==Property','title_ukps==Real Estate','windowtitle_uk==Real Estate \x7c Aviva Investors');
g_navNode_4_8=g_navNode_4.addNode('2591','Fund name changes',ssUrlPrefix + 'fund_prices/fund_name_changes/index.htm','menuposition==left','quicklink==TRUE','title_uk==Fund name changes','title_ukcs==Fund name changes','title_ukct==Fund name changes','title_ukfi==Fund name changes','title_ukps==Fund name changes','windowtitle_uk==Fund name changes \x7c Aviva Investors');
g_navNode_4_9=g_navNode_4.addNode('2620','Level 1 disclosure',ssUrlPrefix + 'fund_prices/level_1_disclosure/index.htm','title_uk==Level 1 disclosure','title_ukcs==Level 1 disclosure','title_ukct==Level 1 disclosure','title_ukfi==Level 1 disclosure','title_ukps==Level 1 disclosure','windowtitle_uk==Level 1 disclosure \x7c Aviva Investors');
g_navNode_4_10=g_navNode_4.addNode('2621','Level 2 disclosure',ssUrlPrefix + 'fund_prices/level_2_disclosure/index.aspx','secure==2','title_uk==Level 2 disclosure','title_ukcs==Level 2 disclosure','title_ukct==Level 2 disclosure','title_ukfi==Level 2 disclosure','title_ukps==Level 2 disclosure','windowtitle_uk==Level 2 disclosure \x7c Aviva Investors');
g_navNode_5=g_navNode_Root.addNode('2627','Markets \x26 Views',ssUrlPrefix + 'markets_and_views/index.htm','menuposition==tab','quicklink==TRUE','title_uk==Markets \x26 views','title_ukcs==Markets \x26 views','title_ukct==Markets \x26 views','title_ukds==Markets \x26 views','title_ukfi==Markets \x26 views','title_ukps==Markets \x26 views','windowtitle_uk==Markets \x26 views \x7c Aviva Investors');
g_navNode_5_0=g_navNode_5.addNode('2628','Invest \x26 Give',ssUrlPrefix + 'markets_and_views/invest_and_give/index.htm','menuposition==left','quicklink==TRUE','title_ukds==Invest \x26 Give','windowtitle_uk==Invest \x26 Give');
g_navNode_5_0_0=g_navNode_5_0.addNode('3204','About the Invest \x26 Give Fund',ssUrlPrefix + 'markets_and_views/invest_and_give/about_the_invest_give_fund/index.htm','menuposition==left','title_ukds==About the Invest \x26 Give Fund','windowtitle_uk==About the Invest \x26 Give Fund');
g_navNode_5_0_1=g_navNode_5_0.addNode('3205','About the Prince\'s Trust',ssUrlPrefix + 'markets_and_views/invest_and_give/about_the_princes_trust_fund/index.htm','menuposition==left','title_ukds==About the Prince\\x27s Trust','windowtitle_uk==About the Prince\\x27s Trust');
g_navNode_5_1=g_navNode_5.addNode('2617','Market Updates',ssUrlPrefix + 'markets_and_views/market_update/index.htm','description_uk==Our investment experts provide regular market updates and provide perspective on what this means for investors. ','menuposition==tab','quicklink==TRUE','title_lu==Market updates','title_uk==Market updates','title_ukcs==Market updates','title_ukct==Market updates','title_ukds==Market updates','title_ukfi==Market updates','title_ukps==Market updates','windowtitle_uk==Market updates \x7c Aviva Investors');
g_navNode_5_2=g_navNode_5.addNode('2629','Thought leadership ',ssUrlPrefix + 'markets_and_views/thought_leadership/index.htm','title_uk==Thought leadership ','title_ukcs==Thought leadership','title_ukct==Thought leadership','title_ukds==Thought leadership ','title_ukfi==Thought leadership','title_ukps==Thought leadership','use_investor_type_content==TRUE','windowtitle_uk==Thought leadership \x7c Aviva Investors');
g_navNode_5_2_0=g_navNode_5_2.addNode('2807','The Informer',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/index.htm','title_uk==The Informer','title_ukcs==The Informer','title_ukct==The Informer','title_ukds==The Informer','title_ukfi==The Informer','title_ukps==The Informer','windowtitle_uk==The Informer \x7c Aviva Investors');
g_navNode_5_2_0_0=g_navNode_5_2_0.addNode('3371','Jan 2010',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/jan-2010/index.htm','title_uk==Winter 2010','title_ukcs==Winter 2010','title_ukct==Winter 2010','title_ukds==Winter 2010','title_ukfi==Winter 2010','title_ukps==Winter 2010','use_investor_type_content==FALSE','windowtitle_uk==The Informer Winter 2010 \x7c Aviva Investors');
g_navNode_5_2_0_1=g_navNode_5_2_0.addNode('3046','May 2009',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/may-2009/index.htm','title_uk==Spring 2009','title_ukcs==Spring 2009','title_ukct==Spring 2009','title_ukds==Spring 2009','title_ukfi==Spring 2009','title_ukps==Spring 2009','use_investor_type_content==FALSE','windowtitle_uk==The Informer Spring 2009 \x7c Aviva Investors');
g_navNode_5_2_0_1_0=g_navNode_5_2_0_1.addNode('3047','Meet the Manager',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/may-2009/meet-the-manager/index.htm','title_uk==Meet the Manager','title_ukcs==Meet the Manager','title_ukct==Meet the Manager','title_ukds==Meet the Manager','title_ukfi==Meet the Manager','title_ukps==Meet the Manager','windowtitle_uk==The Informer Spring 2009, Meet the Manager \x7c Aviva Investors');
g_navNode_5_2_0_1_1=g_navNode_5_2_0_1.addNode('3048','Thirties Revisited',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/may-2009/thirties-revisited/index.htm','title_uk==Thirties Revisited','title_ukcs==Thirties Revisited','title_ukct==Thirties Revisited','title_ukds==Thirties Revisited','title_ukfi==Thirties Revisited','title_ukps==Thirties Revisited','windowtitle_uk==The Informer Spring 2009, Thirties Revisited \x7c Aviva Investors');
g_navNode_5_2_0_1_2=g_navNode_5_2_0_1.addNode('3049','Will it Work',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/may-2009/will-it-work/index.htm','title_uk==Will it Work','title_ukcs==Will it Work','title_ukct==Will it Work','title_ukfi==Will it Work','title_ukps==Will it Work','windowtitle_uk==The Informer Spring 2009, Will it Work \x7c Aviva Investors');
g_navNode_5_2_0_1_3=g_navNode_5_2_0_1.addNode('3050','Capturing Opportunity',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/may-2009/capturing-opportunity/index.htm','title_uk==Capturing Opportunity','title_ukcs==Capturing Opportunity','title_ukct==Capturing Opportunity','title_ukfi==Capturing Opportunity','title_ukps==Capturing Opportunity','windowtitle_uk==The Informer Spring 2009, Capturing Opportunity \x7c Aviva Investors','windowtitle_ukps==Capturing Opportunity');
g_navNode_5_2_0_1_4=g_navNode_5_2_0_1.addNode('3051','News in Brief',ssUrlPrefix + 'markets_and_views/thought_leadership/the-informer/may-2009/news-in-brief/index.htm','title_uk==News in Brief','title_ukcs==News in Brief','title_ukct==News in Brief','title_ukds==News in Brief','title_ukfi==News in Brief','title_ukps==News in Brief','windowtitle_uk==The Informer Spring 2009, News in Brief \x7c Aviva Investors');
g_navNode_5_2_1=g_navNode_5_2.addNode('3484','Investors Journal volumne 5',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v-5/index.htm','menuposition==left','title_uk==Investors Journal \x28vol. 5\x29','title_ukcs==Investors Journal \x28vol. 5\x29','title_ukct==Investors Journal \x28vol. 5\x29','title_ukds==Investors Journal \x28vol. 5\x29','title_ukfi==Investors Journal \x28vol. 5\x29','title_ukps==Investors Journal \x28vol. 5\x29');
g_navNode_5_2_2=g_navNode_5_2.addNode('3224','Investors Journal volume 4',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v4/index.htm','menuposition==left','title_uk==Investors Journal \x28vol. 4\x29','title_ukcs==Investors Journal \x28vol. 4\x29','title_ukct==Investors Journal \x28vol. 4\x29','title_ukds==Investors Journal \x28vol. 4\x29','title_ukfi==Investors Journal \x28vol. 4\x29','title_ukps==Investors Journal \x28vol. 4\x29','windowtitle_uk==Investors Journal \x28vol. 4\x29 \x7c Aviva Investors');
g_navNode_5_2_2_0=g_navNode_5_2_2.addNode('3245','We need more money, not more debt',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v4/more-money-not-debt/index.htm','menuposition==left','title_uk==We need more money, not more debt','title_ukcs==We need more money, not more debt','title_ukct==We need more money, not more debt','title_ukds==We need more money, not more debt','title_ukfi==We need more money, not more debt','title_ukps==We need more money, not more debt','windowtitle_uk==We need more money, not more debt');
g_navNode_5_2_2_1=g_navNode_5_2_2.addNode('3246','Asset allocation ',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v4/asset-allocation/index.htm','menuposition==left','title_uk==Asset allocation','title_ukcs==Asset allocation','title_ukct==Asset allocation','title_ukds==Asset allocation','title_ukfi==Asset allocation','title_ukps==Asset allocation','windowtitle_uk==Asset allocation \u2013 adopting an uncertain approach');
g_navNode_5_2_2_2=g_navNode_5_2_2.addNode('3247','Private equity',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v4/private-equity/index.htm','menuposition==left','title_uk==Private equity','title_ukcs==Private equity','title_ukct==Private equity','title_ukds==Private equity','title_ukfi==Private equity','title_ukps==Private equity','windowtitle_uk==Private equity');
g_navNode_5_2_2_3=g_navNode_5_2_2.addNode('3248','Local currency emerging market debt',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v4/local-currency-emerging-market-debt/index.htm','menuposition==left','title_uk==Local currency emerging market debt','title_ukcs==Local currency emerging market debt','title_ukct==Local currency emerging market debt','title_ukds==Local currency emerging market debt','title_ukfi==Local currency emerging market debt','title_ukps==Local currency emerging market debt','windowtitle_uk==Local currency emerging market debt');
g_navNode_5_2_2_4=g_navNode_5_2_2.addNode('3249','Global real estate',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v4/global-real-estate/index.htm','menuposition==left','title_uk==Global real estate','title_ukcs==Global real estate','title_ukct==Global real estate','title_ukds==Global real estate','title_ukfi==Global real estate','title_ukps==Global real estate','windowtitle_uk==Global real estate\x3a entering the recovery phase?');
g_navNode_5_2_2_5=g_navNode_5_2_2.addNode('3250','How the actions of other investors can affect your returns',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v4/actions-of-other-investors-affect-your-returns/index.htm','menuposition==left','title_uk==How the actions of other investors can affect your returns','title_ukcs==How the actions of other investors can affect your returns','title_ukct==How the actions of other investors can affect your returns','title_ukds==How the actions of other investors can affect your returns','title_ukfi==How the actions of other investors can affect your returns','title_ukps==How the actions of other investors can affect your returns','windowtitle_uk==How the actions of other investors can affect your returns');
g_navNode_5_2_3=g_navNode_5_2.addNode('2953','Investors Journal volume3',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v3/index.htm','menuposition==left','title_uk==Investors Journal \x28vol. 3\x29','title_ukcs==Investors Journal \x28vol. 3\x29','title_ukct==Investors Journal \x28vol. 3\x29','title_ukds==Investors Journal \x28vol. 3\x29','title_ukfi==Investors Journal \x28vol. 3\x29','title_ukps==Investors Journal \x28vol. 3\x29','windowtitle_uk==Investors Journal \x28vol. 3\x29 \x7c Aviva Investors');
g_navNode_5_2_3_0=g_navNode_5_2_3.addNode('2954','Revisiting diversification',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v3/revisiting-diversification/index.htm','menuposition==left','title_uk==Revisiting diversification','title_ukcs==Revisiting diversification','title_ukct==Revisiting diversification','title_ukds==Revisiting diversification','title_ukfi==Revisiting diversification','title_ukps==Revisiting diversification');
g_navNode_5_2_3_1=g_navNode_5_2_3.addNode('2955','Investment, trading and speculation',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v3/investment-trading-and-speculation/index.htm','menuposition==left','title_uk==Investment, trading and speculation','title_ukcs==Investment, trading and speculation','title_ukct==Investment, trading and speculation','title_ukds==Investment, trading and speculation','title_ukfi==Investment, trading and speculation','title_ukps==Investment, trading and speculation');
g_navNode_5_2_3_2=g_navNode_5_2_3.addNode('2956','Liability driven investment',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v3/liability-driven-investment/index.htm','menuposition==left','title_uk==Liability driven investment','title_ukcs==Liability driven investment','title_ukct==Liability driven investment','title_ukds==Liability driven investment','title_ukfi==Liability driven investment','title_ukps==Liability driven investment');
g_navNode_5_2_3_3=g_navNode_5_2_3.addNode('2957','Hedge funds',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v3/hedge-funds/index.htm','menuposition==left','title_uk==Hedge funds','title_ukcs==Hedge funds','title_ukct==Hedge funds','title_ukds==Hedge funds','title_ukfi==Hedge funds','title_ukps==Hedge funds');
g_navNode_5_2_3_4=g_navNode_5_2_3.addNode('2958','The Power of the Coupon',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v3/the-power-of-the-coupon/index.htm','menuposition==left','title_uk==The Power of the Coupon','title_ukcs==The Power of the Coupon','title_ukct==The Power of the Coupon','title_ukfi==The Power of the Coupon','title_ukps==The Power of the Coupon','windowtitle_ukps==The Power of the Coupon');
g_navNode_5_2_3_5=g_navNode_5_2_3.addNode('2959','Corporate governance and the economic crisis',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v3/corporate-governance-and-the-economic-crisis/index.htm','menuposition==left','title_uk==Corporate governance and the economic crisis','title_ukcs==Corporate governance and the economic crisis','title_ukct==Corporate governance and the economic crisis','title_ukds==Corporate governance and the economic crisis','title_ukfi==Corporate governance and the economic crisis','title_ukps==Corporate governance and the economic crisis');
g_navNode_5_2_4=g_navNode_5_2.addNode('2804','Investors Journal volume 2',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v2/index.htm','title_uk==Investors Journal \x28vol. 2\x29','title_ukcs==Investors Journal \x28vol. 2\x29','title_ukct==Investors Journal \x28vol. 2\x29','title_ukds==Investors Journal \x28vol. 2\x29','title_ukfi==Investors Journal \x28vol. 2\x29','title_ukps==Investors Journal \x28vol. 2\x29','windowtitle_uk==Investors Journal \x28volumne 2\x29 \x7c Aviva Investors');
g_navNode_5_2_4_0=g_navNode_5_2_4.addNode('2630','Are we reliving the 1970s',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v2/are-we-reliving-the-1970s/index.htm','title_uk==Are we reliving the 1970s','title_ukcs==Are we reliving the 1970s','title_ukct==Are we reliving the 1970s','title_ukds==Are we reliving the 1970s','title_ukfi==Are we reliving the 1970s','title_ukps==Are we reliving the 1970s','windowtitle_uk==Are we reliving the 1970s - Thought leadership - Aviva Investors');
g_navNode_5_2_4_1=g_navNode_5_2_4.addNode('2631','BRICs and Mortar',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v2/brics-and-mortar/index.htm','title_uk==BRICs and Mortar','title_ukcs==BRICs and Mortar','title_ukct==BRICs and Mortar','title_ukds==BRICs and Mortar','title_ukfi==BRICs and Mortar','title_ukps==BRICs and Mortar','windowtitle_uk==BRICs and Mortar - Thought leadership - Aviva Investors');
g_navNode_5_2_4_2=g_navNode_5_2_4.addNode('2632','Fund of hedge funds',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v2/fund-of-hedge-funds/index.htm','title_uk==Fund of hedge funds','title_ukcs==Fund of hedge funds','title_ukct==Fund of hedge funds','title_ukds==Fund of hedge funds','title_ukfi==Fund of hedge funds','title_ukps==Fund of hedge funds','windowtitle_uk==Fund of hedge funds - Thought leadership - Aviva Investors');
g_navNode_5_2_4_3=g_navNode_5_2_4.addNode('2633','Integrating ESG',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v2/integrating-esg/index.htm','title_uk==Integrating ESG','title_ukcs==Integrating ESG','title_ukct==Integrating ESG','title_ukds==Integrating ESG','title_ukfi==Integrating ESG','title_ukps==Integrating ESG','windowtitle_uk==Integrating ESG - Thought leadership - Aviva Investors');
g_navNode_5_2_4_4=g_navNode_5_2_4.addNode('2634','Liquidity a forgotten value',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v2/liquidity-a-forgotten-value/index.htm','title_uk==Liquidity a forgotten value','title_ukcs==Liquidity a forgotten value','title_ukct==Liquidity a forgotten value','title_ukds==Liquidity a forgotten value','title_ukfi==Liquidity a forgotten value','title_ukps==Liquidity a forgotten value','windowtitle_uk==Liquidity a forgotten value - Thought leadership - Aviva Investors');
g_navNode_5_2_4_5=g_navNode_5_2_4.addNode('2635','Private Equity',ssUrlPrefix + 'markets_and_views/thought_leadership/investors-journal-v2/private-equity/index.htm','title_uk==Private Equity','title_ukcs==Private Equity','title_ukct==Private Equity','title_ukds==Private Equity','title_ukfi==Private Equity ','title_ukps==Private Equity','windowtitle_uk==Private Equity - Thought leadership - Aviva Investors');
g_navNode_5_3=g_navNode_5.addNode('2682','Forums \x26 events',ssUrlPrefix + 'markets_and_views/forums_events/index.htm','title_uk==Forums \x26 events','title_ukcs==Forums \x26 events','title_ukct==Forums \x26 events','title_ukds==Forums \x26 events','title_ukfi==Forums \x26 events','title_ukps==Forums \x26 events','use_investor_type_content==TRUE','windowtitle_uk==Forums \x26 events \x7c Aviva Investors');
g_navNode_5_5=g_navNode_5.addNode('3215','Published Articles',ssUrlPrefix + 'markets_and_views/published_articles/index.htm','title_uk==Published Articles','title_ukcs==Published Articles','title_ukct==Published Articles','title_ukfi==Published Articles','title_ukps==Published Articles','windowtitle_uk==Published Articles \x7c Aviva Investors');
g_navNode_6=g_navNode_Root.addNode('2073','Literature Library',ssUrlPrefix + 'literature_library/index.htm','menuposition==tab','quicklink==FALSE','title_at==Bibliothek','title_be==Literature library','title_ch==Bibliothek','title_de==Bibliothek','title_es==Biblioteca ','title_fi==Literature library','title_fr==Biblioth\xe8que ','title_gr==Literature library','title_it==Publicazioni','title_lu==Literature library','title_lv==Literature library','title_nl==Literature library','title_no==Literature library','title_se==Literature library','title_uk==Literature library','title_ukcs==Literature library','title_ukct==Literature library','title_ukfi==Literature library','title_ukgl==Literature library','title_ukps==Literature library','title_za==Literature library');
g_navNode_7=g_navNode_Root.addNode('2074','Legal and Regulatory',ssUrlPrefix + 'legal_and_regulatory/index.htm','menuposition==disclaimer','title_at==Legal and Regulatory','title_be==Legal and Regulatory','title_ch==Rechtlicher \x26 aufsichtsbeh\xf6rdlicher Hinweis ','title_de==Rechtlichen und regulatorischen','title_es==Informaci\xf3n Legal','title_fi==Legal and Regulatory','title_fr==Juridique et r\xe9glementaire','title_gl==Legal and Regulatory','title_gr==\u039d\u03bf\u03bc\u03b9\u03ba\u03ad\u03c2 \x26 \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 ','title_it==Giuridico e normativo','title_lu==Legal and Regulatory','title_lv==Legal and Regulatory','title_nl==Legal and Regulatory','title_no==Legal and Regulatory','title_se==Legal and Regulatory','title_sg==Legal and Regulatory','title_tw==Legal and Regulatory','title_uk==Legal and Regulatory','title_ukcs==Legal and Regulatory','title_ukct==Legal and Regulatory','title_ukds==Legal and Regulatory','title_ukfi==Legal and Regulatory','title_ukgl==Legal and Regulatory','title_ukps==Legal and Regulatory','use_investor_type_content==TRUE','windowtitle_uk==Legal and Regulatory \x7c Aviva Investors');
g_navNode_8=g_navNode_Root.addNode('2075','Privacy Statement',ssUrlPrefix + 'privacy_policy/index.htm','menuposition==disclaimer','title_at==Datenschutzrichtlinien','title_be==Privacy statement','title_ch==Datenschutzrichtlinie','title_de==Datenschutzrichtlinie','title_es==Tabl\xf3n de anuncios','title_fi==Privacy statement','title_fr==Politique en mati\xe8re de vie priv\xe9e','title_gl==Privacy statement','title_gr==Privacy statement','title_it==Tutela della privacy','title_lu==Privacy statement','title_lv==Privacy statement','title_nl==Privacy statement','title_no==Privacy statement','title_se==Privacy statement','title_sg==Privacy statement','title_tw==Privacy statement','title_uk==Privacy statement','title_ukcs==Privacy statement','title_ukct==Privacy statement','title_ukds==Privacy statement','title_ukfi==Privacy statement','title_ukgl==Privacy policy','title_ukps==Privacy statement','windowtitle_uk==Privacy policy \x7c Aviva Investors');
g_navNode_9=g_navNode_Root.addNode('2076','Site map',ssUrlPrefix + 'site_map/index.htm','menuposition==disclaimer','title_at==Sitemap','title_be==Site map','title_ch==Sitemap','title_de==Sitemap','title_es==Mapa del sitio','title_fi==Site map','title_fr==Plan du site','title_gr==Site map','title_it==Mappa del sito','title_lu==Site map','title_lv==Site map','title_nl==Site map','title_no==Site map','title_se==Site map','title_sg==Site map','title_uk==Site map','title_ukcs==Site map','title_ukct==Site map','title_ukds==Site map','title_ukfi==Site map','title_ukgl==Site map','title_ukps==Site map','windowtitle_uk==Site map \x7c Aviva Investors');
g_navNode_10=g_navNode_Root.addNode('2077','Accessibility',ssUrlPrefix + 'accessibility/index.htm','menuposition==disclaimer','title_at==Barrierefreiheit','title_be==Accessibility','title_ch==Barrierefreiheit','title_de==Barrierefreiheit','title_es==Accesibilidad','title_fi==Accessibility','title_fr==Accessibilit\xe9','title_gr==Accessibility','title_it==Accessibilit\xe0','title_lu==Accessibility','title_lv==Accessibility','title_nl==Accessibility','title_no==Accessibility','title_se==Accessibility','title_sg==Accessibility','title_uk==Accessibility','title_ukcs==Accessibility','title_ukct==Accessibility','title_ukds==Accessibility','title_ukfi==Accessibility','title_ukgl==Accessibility','title_ukps==Accessibility','windowtitle_uk==Accessibility \x7c Aviva Investors');
g_navNode_10_0=g_navNode_10.addNode('3336','accessibilitysub',ssUrlPrefix + 'accessibility/accessibilitysub/index.htm','menuposition==left');
g_navNode_11=g_navNode_Root.addNode('2078','Careers',ssUrlPrefix + 'careers/index.aspx','menuposition==top','title_uk==Careers','title_ukcs==Careers','title_ukct==Careers','title_ukfi==Careers','title_ukgl==Careers','title_ukps==Careers','windowtitle_uk==Careers \x7c Aviva Investors');
g_navNode_12=g_navNode_Root.addNode('2120','Contact',ssUrlPrefix + 'contact/index.htm','menuposition==top','quicklink==TRUE','title_at==Kontakt','title_be==Contact','title_ch==Kontakt','title_de==Kontakt','title_es==Contacto','title_fi==Contact','title_fr==Nous contacter','title_gl==Contact','title_gr==Contact','title_it==Contatti','title_lu==Contact','title_lv==Contact','title_nl==Contact','title_no==Contact','title_se==Contact','title_tw==Contact','title_uk==Contact','title_ukax==Contact','title_ukcs==Contact','title_ukct==Contact','title_ukds==Contact','title_ukfi==Contact','title_ukgl==Contact','title_ukps==Contact','title_za==Contact','use_investor_type_content==TRUE','windowtitle_uk==Contact \x7c Aviva Investors');
g_navNode_13=g_navNode_Root.addNode('2121','Media',ssUrlPrefix + 'media/index.htm','menuposition==top','secondaryUrlVariableField==region3','title_be==Media','title_fi==Media','title_gr==Media','title_lu==Media','title_lv==Media','title_nl==Media','title_no==Media','title_se==Media','title_sg==Media','title_tw==Media','title_uk==Media','title_ukcs==Media','title_ukct==Media','title_ukds==Media','title_ukfi==Media','title_ukgl==Media','title_ukps==Media','title_za==Media','windowtitle_uk==Media Information \x7c Aviva Investors');
g_navNode_13_0=g_navNode_13.addNode('3612','2010 Archive',ssUrlPrefix + 'media/2010_archive/index.htm','library_query==2010','secondaryUrlVariableField==region3','title_uk==2010 Archive','title_ukcs==2010 Archive','title_ukct==2010 Archive','title_ukfi==2010 Archive','title_ukps==2010 Archive','windowtitle_uk==Media Archive 2010 \x7c Aviva Investors');
g_navNode_13_1=g_navNode_13.addNode('2864','2009 Archive',ssUrlPrefix + 'media/2009_archive/index.htm','library_query==2009','secondaryUrlVariableField==region3','title_uk==2009 Archive','title_ukcs==2009 Archive','title_ukct==2009 Archive','title_ukds==2009 Archive','title_ukfi==2009 Archive','title_ukps==2009 Archive','windowtitle_uk==Media Archive 2009 \x7c Aviva Investors');
g_navNode_13_2=g_navNode_13.addNode('2626','2008 Archive',ssUrlPrefix + 'media/2008_archive/index.htm','library_query==2008','secondaryUrlVariableField==region3','title_uk==2008 Archive','title_ukcs==2008 Archive','title_ukct==2008 Archive','title_ukds==2008 Archive','title_ukfi==2008 Archive','title_ukps==2008 Archive','windowtitle_uk==Media Archive 2008 \x7c Aviva Investors');
g_navNode_13_3=g_navNode_13.addNode('2124','2007 Archive',ssUrlPrefix + 'media/2007_archive/index.htm','library_query==2007','menuposition==left','secondaryUrlVariableField==region3','title_uk==2007 Archive','title_ukcs==2007 Archive','title_ukct==2007 Archive','title_ukds==2007 Archive','title_ukfi==2007 Archive','title_ukps==2007 Archive','windowtitle_uk==Media Archive 2007 \x7c Aviva Investors');
g_navNode_32=g_navNode_Root.addNode('2952','Important legal notices to shareholders',ssUrlPrefix + 'Importantlegalnoticestoshareholders/index.htm','menuposition==top','title_at==Wichtige Mitteilung an Anteilinhaber','title_be==Important legal notices to shareholders','title_ch==Wichtige Mitteilung an Anteilinhaber','title_de==Wichtige Mitteilung an Anteilinhaber','title_es==Notificaci\xf3n a los Accionistas','title_fi==Important legal notices to shareholders','title_fr==Notification aux actionnaires','title_gr==Important legal notices to shareholders','title_it==Comunicazioni legali agli Azionisti','title_lu==Important legal notices to shareholders','title_lv==Important legal notices to shareholders','title_nl==Important legal notices to shareholders','title_no==Important legal notices to shareholders','title_se==Important legal notices to shareholders');
g_navNode_33=g_navNode_Root.addNode('2998','Literature-Library',ssUrlPrefix + 'Literature-Library/index.htm','menuposition==top','use_investor_type_content==FALSE');
g_navNode_43=g_navNode_Root.addNode('3207','UK Absolute Return Fund',ssUrlPrefix + 'uk_absolute_return_fund/index.htm','forceURL==http\x3a//www.avivainvestors.co.uk/uk_absolute_return_fund','menuposition==tab','quicklink==FALSE','title_ukds==UK Absolute Return Fund','windowtitle_uk==Aviva Investors UK Absolute Return Fund \x7c Aviva Investors');
g_navNode_43_0=g_navNode_43.addNode('3208','Key facts',ssUrlPrefix + 'uk_absolute_return_fund/key_facts/index.htm','title_ukds==Key facts','windowtitle_uk==Aviva Investors UK Absolute Return Fund Key Facts  \x7c Aviva Investors');
g_navNode_45=g_navNode_Root.addNode('3348','Administration changes',ssUrlPrefix + 'administration_changes/index.htm','quicklink==TRUE','title_ukds==Administration changes','use_investor_type_content==TRUE','windowtitle_uk==Administration changes');
g_navNode_46=g_navNode_Root.addNode('3394','Kontakt \x28Germany\x29',ssUrlPrefix + 'kontakt/index.htm','forceURL==javascript\x3anodelink\x28\\x272120\\x27\x29\x3b','menuposition==tab','title_at==Kontakt','title_ch==Kontakt','title_de==Kontakt');
g_navNode_47=g_navNode_Root.addNode('3398','Literature library Singapore',ssUrlPrefix + 'literature_library_sg/index.htm','menuposition==tab','quicklink==TRUE','title_sg==Literature library');