/////////////////////////////////////////////////////////////////////////////
// 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('448','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','DisplayDateFormat==dd.MM.yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"zVeS9iV9HnTIy-62_DC_HnUmB6QahdFF7BneCQjpIpE\" /\x3e','Language==it','NoCookiesNodeId==5046','NotComplianceProtected==TRUE','OmnitureID==blkit-prod','StartDivID==LandingPage','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('1492','Chi Siamo',ssUrlPrefix + 'AboutUs/index.htm','ComplianceNodeId==1601','ShowRelResources==TRUE','SiloName==AboutUs');
g_navNode_0_0=g_navNode_0.addNode('1494','Investor Relations',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE');
g_navNode_0_1=g_navNode_0.addNode('1495','Chi Siamo',ssUrlPrefix + 'AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_0_2=g_navNode_0.addNode('2264','Rassegna Stampa',ssUrlPrefix + 'AboutUs/PressCentre/index.htm','RedirectURL==1995');
g_navNode_0_2_0=g_navNode_0_2.addNode('1995','Questa settimana',ssUrlPrefix + 'AboutUs/PressCentre/Latest/index.htm','DoNotShowInNavigation==TRUE','Links==0','QuarterToShow==0','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60 ','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_1=g_navNode_0_2.addNode('2000','gen. - mar.',ssUrlPrefix + 'AboutUs/PressCentre/Jan-Mar/index.htm','DoNotShowInNavigation==TRUE','QuarterToShow==1','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_2=g_navNode_0_2.addNode('2008','apr. - giu.',ssUrlPrefix + 'AboutUs/PressCentre/Apr-Jun/index.htm','DoNotShowInNavigation==TRUE','Links==2','QuarterToShow==2','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_3=g_navNode_0_2.addNode('2020','lug. - set.',ssUrlPrefix + 'AboutUs/PressCentre/Jul-Sep/index.htm','DoNotShowInNavigation==TRUE','Links==3','QuarterToShow==3','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_2_4=g_navNode_0_2.addNode('2023','ott. - dic.',ssUrlPrefix + 'AboutUs/PressCentre/Oct-Dec/index.htm','DoNotShowInNavigation==TRUE','QuarterToShow==4','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_4=g_navNode_0.addNode('1497','Opportunita\' di Lavoro',ssUrlPrefix + 'AboutUs/Careers/index.htm','ShowRelResources==TRUE');
g_navNode_0_5=g_navNode_0.addNode('2524','Contatti',ssUrlPrefix + 'AboutUs/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_0_8=g_navNode_0.addNode('4975','News',ssUrlPrefix + 'AboutUs/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1=g_navNode_Root.addNode('1498','Investitori Privati',ssUrlPrefix + 'IndividualInvestors/index.htm','ComplianceNodeId==1601','SearchNodeId==1520','ShowFundFinder==TRUE','SiloName==6','TargetNodes==eValuator\x3d2059,prices\x3d1513','WideColumnMiddle==TRUE','xmlid==FC_19300');
g_navNode_1_0=g_navNode_1.addNode('1499','Documentazione',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm');
g_navNode_1_0_0=g_navNode_1_0.addNode('2519','Materiale Informativo',ssUrlPrefix + 'IndividualInvestors/Literature/Brochures/index.htm','RedirectURL==2520');
g_navNode_1_0_0_0=g_navNode_1_0_0.addNode('2520','Brochure',ssUrlPrefix + 'IndividualInvestors/Literature/Brochures/Brochure/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 ','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_1_0_0_2=g_navNode_1_0_0.addNode('2523','Gamma BGF',ssUrlPrefix + 'IndividualInvestors/Literature/Brochures/GammaBGF/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6018\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6075\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_0_3=g_navNode_1_0_0.addNode('2522','Gamma BSF',ssUrlPrefix + 'IndividualInvestors/Literature/Brochures/BSFRange/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60ItalianSite\x60  \x3cAND\x3e  xAppGenericText1 \x3csubstring\x3e \x60GammaBSF\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_1_0_1=g_navNode_1_0.addNode('1507','Documentazione Legale',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==1508');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('1508','Prospetti informativi',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x60109\x60\x29 \x3cOR\x3e  \x28xSubType \x3ccontains\x3e   \x6090\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Asc');
g_navNode_1_0_1_1=g_navNode_1_0_1.addNode('1509','Rendiconti',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Asc');
g_navNode_1_0_1_2=g_navNode_1_0_1.addNode('1510','Documentazione d\'offerta',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_2=g_navNode_1_0.addNode('1500','Factsheet Mensili',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/index.htm','RedirectURL==1502','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_0=g_navNode_1_0_2.addNode('2863','BGF',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/MLIIF/index.htm','RedirectURL==1502','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_0_0=g_navNode_1_0_2_0.addNode('1502','Comparti Azionari',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/MLIIF/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x604\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region','WideColumnMiddle==FALSE');
g_navNode_1_0_2_0_1=g_navNode_1_0_2_0.addNode('1503','Comparti Obbligazionari',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/MLIIF/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_0_2_0_2=g_navNode_1_0_2_0.addNode('1505','Comparti Bilanciati',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/MLIIF/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_1_1=g_navNode_1.addNode('1512','Sessione Fondi',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','xmlid==FC_19300');
g_navNode_1_1_0=g_navNode_1_1.addNode('2866','Quotazioni Giornaliere',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','RedirectURL==1513');
g_navNode_1_1_0_0=g_navNode_1_1_0.addNode('1513','Quotazioni Giornaliere BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN/class\x3dABCDE//','ShowFundFinder==FALSE','ShowNavInTabs==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_19300');
g_navNode_1_1_0_1=g_navNode_1_1_0.addNode('4878','Quotazioni Giornaliere BSF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BSF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_19300');
g_navNode_1_1_0_2=g_navNode_1_1_0.addNode('4879','Quotazioni Giornaliere ICS',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/ICS/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==product\x3d5000026/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_19300');
g_navNode_1_1_1=g_navNode_1_1.addNode('1514','Strumenti di Analisi',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_1_1_1_0=g_navNode_1_1_1.addNode('2567','Cerca Fondo',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowThirdLevelNav==TRUE','xmlid==FC_19300');
g_navNode_1_1_1_1=g_navNode_1_1_1.addNode('2058','Valorizzazione on-line',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1_4=g_navNode_1_1_1.addNode('2068','Serie Storiche',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','TargetNodes==tool\x3d2068','xmlid==FC_19299');
g_navNode_1_1_2=g_navNode_1_1.addNode('5649','ETFs',ssUrlPrefix + 'IndividualInvestors/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_2=g_navNode_1.addNode('1515','Approfondimenti di Mercato',ssUrlPrefix + 'IndividualInvestors/InvestmentInsights/index.htm','RedirectURL==1637');
g_navNode_1_2_0=g_navNode_1_2.addNode('1517','View di Mercato',ssUrlPrefix + 'IndividualInvestors/InvestmentInsights/MarketViews/index.htm','RedirectURL==1637');
g_navNode_1_2_0_0=g_navNode_1_2_0.addNode('1637','Week in View',ssUrlPrefix + 'IndividualInvestors/InvestmentInsights/MarketViews/WeekinView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_1=g_navNode_1_2.addNode('2065','Quadro Strategico',ssUrlPrefix + 'IndividualInvestors/InvestmentInsights/StrategyFramework/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_3=g_navNode_1.addNode('1519','Supporti all\'Investimento',ssUrlPrefix + 'IndividualInvestors/Support/index.htm');
g_navNode_1_3_0=g_navNode_1_3.addNode('1533','Chi Siamo',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_3_0_0=g_navNode_1_3_0.addNode('1534','Investor Relations',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_3_0_1=g_navNode_1_3_0.addNode('1535','Rassegna Stampa',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Press/index.htm','RedirectURL==1995','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_3_0_2=g_navNode_1_3_0.addNode('1536','Opportunita\' di Lavoro',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_3_0_3=g_navNode_1_3_0.addNode('1537','Contatti',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Contacts/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_1_3_3=g_navNode_1_3.addNode('1532','Come Investire',ssUrlPrefix + 'IndividualInvestors/Support/HowToInvest/index.htm','ShowRelResources==TRUE');
g_navNode_1_3_4=g_navNode_1_3.addNode('1520','Cerca',ssUrlPrefix + 'IndividualInvestors/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60ItalianSite\x60','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_19300');
g_navNode_1_3_4_0=g_navNode_1_3_4.addNode('1521','Giuda alla ricerca',ssUrlPrefix + 'IndividualInvestors/Support/Search/Help/index.htm','ShowRelResources==TRUE');
g_navNode_3=g_navNode_Root.addNode('5371','Clienti Istituzionali',ssUrlPrefix + 'InstitutionsInvestors/index.htm','ShowClientLogin==TRUE','SiloName==7');
g_navNode_3_0=g_navNode_3.addNode('5372','Soluzioni d\u2019investimento',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_3_0_0=g_navNode_3_0.addNode('5730','ETFs',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_3_0_1=g_navNode_3_0.addNode('5375','Investment Solutions and Capabilities',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5375');
g_navNode_3_0_1_0=g_navNode_3_0_1.addNode('5377','BMACS',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_0=g_navNode_3_0_1_0.addNode('6009','Servizi di consulenza',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/AdvisoryServices/index.htm','RedirectURL==6010','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_3_0_1_0_0_0=g_navNode_3_0_1_0_0.addNode('6010','Consulenza strategica',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_3_0_1_0_0_1=g_navNode_3_0_1_0_0.addNode('6011','Investimenti basati sulle passivit\xe0',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/AdvisoryServices/Liability-DrivenInvestingLDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_0_2=g_navNode_3_0_1_0_0.addNode('6012','Journey Management',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_0_3=g_navNode_3_0_1_0_0.addNode('6028','Asset allocation a medio termine',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/AdvisoryServices/MediumTermAssetAllocation/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_1=g_navNode_3_0_1_0.addNode('6013','Soluzioni',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/Solutions/index.htm','RedirectURL==6014');
g_navNode_3_0_1_0_1_0=g_navNode_3_0_1_0_1.addNode('6014','Servizi fiduciari',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/Solutions/FiduciaryManagement/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_1_1=g_navNode_3_0_1_0_1.addNode('6015','Investimenti basati sulle passivit\xe0',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/Solutions/Liability-DrivenInvesting/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_1_2=g_navNode_3_0_1_0_1.addNode('6029','Custom Benchmarks',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/Solutions/CustomBenchmarks/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2=g_navNode_3_0_1_0.addNode('6019','Strategie di investimento',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/index.htm','RedirectURL==6020');
g_navNode_3_0_1_0_2_0=g_navNode_3_0_1_0_2.addNode('6020','Crescita dinamica diversificata',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_1=g_navNode_3_0_1_0_2.addNode('6030','Multi-asset dinamico',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/DynamicMulti-Asset/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_2=g_navNode_3_0_1_0_2.addNode('6021','Fondi alternativi',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_3=g_navNode_3_0_1_0_2.addNode('6022','Strategia Global Macro Hedged',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_4=g_navNode_3_0_1_0_2.addNode('6023','Azioni hedged',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/HedgedEquity/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_5=g_navNode_3_0_1_0_2.addNode('6024','Vantaggio di mercato',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_6=g_navNode_3_0_1_0_2.addNode('6025','Multistrategia',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/Multi-StrategyFundMuSt/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_7=g_navNode_3_0_1_0_2.addNode('6026','Data target \x28LifePath\xae\x29 ',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_0_2_8=g_navNode_3_0_1_0_2.addNode('6027','Target di rischio',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_1=g_navNode_3_0_1.addNode('5378','BlackRock Solutions',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/BlackRockSolutions/index.htm','RedirectURL==http\x3a//www.blackrocksolutions.com/','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_2=g_navNode_3_0_1.addNode('5386','Securities Lending',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/SecuritiesLending/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_3=g_navNode_3_0_1.addNode('5379','Transition Management',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_1_3_0=g_navNode_3_0_1_3.addNode('5380','Service Offering',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/Solutions/TRIM/ServiceOffering/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_2=g_navNode_3_0.addNode('5376','Investment Capabilities',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/InvestmentCapabilities/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5381');
g_navNode_3_0_2_0=g_navNode_3_0_2.addNode('5381','Azionari',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/InvestmentCapabilities/ActiveEquities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_2_1=g_navNode_3_0_2.addNode('5382','Fixed Income',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/InvestmentCapabilities/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_2_2=g_navNode_3_0_2.addNode('5383','Alternative Investments',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/InvestmentCapabilities/AlternativeInvestments/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_2_3=g_navNode_3_0_2.addNode('5384','Cash Management',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/InvestmentCapabilities/CashManagement/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_0_2_4=g_navNode_3_0_2.addNode('5385','Indexing',ssUrlPrefix + 'InstitutionsInvestors/SolutionsandCapabilities/InvestmentCapabilities/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1=g_navNode_3.addNode('5373','Approfondimenti di Mercato',ssUrlPrefix + 'InstitutionsInvestors/MarketInsight/index.htm','RedirectURL==5719','ShowRelResources==TRUE');
g_navNode_3_1_0=g_navNode_3_1.addNode('5719','View de Mercato',ssUrlPrefix + 'InstitutionsInvestors/MarketInsight/MarketViews/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_2=g_navNode_3.addNode('5374','Contatti',ssUrlPrefix + 'InstitutionsInvestors/Contatti/index.htm','ShowRelResources==TRUE');
g_navNode_3_5=g_navNode_3.addNode('5604','Client Login Popup Help',ssUrlPrefix + 'InstitutionsInvestors/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_4=g_navNode_Root.addNode('1549','Consulenti',ssUrlPrefix + 'Intermediaries/index.htm','ComplianceNodeId==1601','SearchNodeId==1572','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d,prices\x3d1565','xmlid==FC_19300');
g_navNode_4_0=g_navNode_4.addNode('1550','Documentazione',ssUrlPrefix + 'Intermediaries/Literature/index.htm');
g_navNode_4_0_0=g_navNode_4_0.addNode('1555','Materiali di Supporto',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==1556');
g_navNode_4_0_0_0=g_navNode_4_0_0.addNode('1556','Brochure',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Brochures/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_4_0_0_1=g_navNode_4_0_0.addNode('1557','Newsletter',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Newsletters/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6017\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_4_0_0_2=g_navNode_4_0_0.addNode('2824','Focus Fondi',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/FocusFondi/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6075\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60it\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3csubstring\x3e \x60A\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentDate Desc');
g_navNode_4_0_0_3=g_navNode_4_0_0.addNode('5040','Perch\xe9 Investire',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/WhyInvest/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60ItalianSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60125\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_4_0_0_4=g_navNode_4_0_0.addNode('2878','Audiocast',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Audiocast/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_0_1=g_navNode_4_0.addNode('1560','Documentazione Legale',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==1561');
g_navNode_4_0_1_0=g_navNode_4_0_1.addNode('1561','Prospetti Informativi',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x60109\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e   \x6090\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xAppGenericText1 Asc');
g_navNode_4_0_1_1=g_navNode_4_0_1.addNode('1562','Rendiconti',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6029\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_4_0_1_2=g_navNode_4_0_1.addNode('1563','Documentazione d\'offerta',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_4_0_2=g_navNode_4_0.addNode('1551','Factsheet Mensili',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/index.htm','RedirectURL==1553');
g_navNode_4_0_2_0=g_navNode_4_0_2.addNode('1553','Comparti Azionari',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x604\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region','WideColumnMiddle==FALSE');
g_navNode_4_0_2_1=g_navNode_4_0_2.addNode('1552','Comparti Obbligazionari',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_4_0_2_2=g_navNode_4_0_2.addNode('1554','Comparti Bilanciati',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowLeftColumn==FALSE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_4_1=g_navNode_4.addNode('1564','Sessione Fondi',ssUrlPrefix + 'Intermediaries/FundCentre/index.htm');
g_navNode_4_1_0=g_navNode_4_1.addNode('1565','Quotazioni Giornaliere',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/index.htm','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN/class\x3dACE//','RedirectURL==628','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_19300');
g_navNode_4_1_0_0=g_navNode_4_1_0.addNode('628','Quotazioni Giornaliere BGF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN/class\x3dABCDE//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_19300');
g_navNode_4_1_0_1=g_navNode_4_1_0.addNode('4379','Quotazioni Giornaliere BSF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BSF/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_19300');
g_navNode_4_1_0_2=g_navNode_4_1_0.addNode('4880','Quotazioni Giornaliere ICS',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/ICS/index.htm','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==product\x3d5000026/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_19300');
g_navNode_4_1_1=g_navNode_4_1.addNode('1566','Strumenti di Analisi',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/index.htm');
g_navNode_4_1_1_0=g_navNode_4_1_1.addNode('2568','Cerca Fondo',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/FundFinder/index.htm','Language==it','ShowThirdLevelNav==TRUE','xmlid==FC_19300');
g_navNode_4_1_1_1=g_navNode_4_1_1.addNode('2061','Valorizzazione on-line',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_1_4=g_navNode_4_1_1.addNode('2070','Serie Storiche',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/HistoricalPrices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE','TargetNodes==tool\x3d2070','xmlid==FC_19299');
g_navNode_4_1_2=g_navNode_4_1.addNode('4476','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4475');
g_navNode_4_1_2_0=g_navNode_4_1_2.addNode('4475','BSF ',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/BSF/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_1_3=g_navNode_4_1.addNode('5650','ETFs',ssUrlPrefix + 'Intermediaries/FundCentre/ETFs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_2=g_navNode_4.addNode('1567','Approfondimenti di Mercato',ssUrlPrefix + 'Intermediaries/InvestmentInsights/index.htm','RedirectURL==4150');
g_navNode_4_2_0=g_navNode_4_2.addNode('4150','Market Watch',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketWatch/index.htm');
g_navNode_4_2_1=g_navNode_4_2.addNode('1569','View di Mercato',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/index.htm','RedirectURL==2066','ShowThirdLevelNav==FALSE');
g_navNode_4_2_1_0=g_navNode_4_2_1.addNode('2066','Week In View',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/WeekInView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_3=g_navNode_4.addNode('2328','Vetrina Fondi',ssUrlPrefix + 'Intermediaries/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2329');
g_navNode_4_3_0=g_navNode_4_3.addNode('2329','Global Allocation Fund',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocationFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2330');
g_navNode_4_3_0_0=g_navNode_4_3_0.addNode('2330','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocationFund/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_0_1=g_navNode_4_3_0.addNode('2331','Analisi del fondo',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocationFund/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_0_2=g_navNode_4_3_0.addNode('2332','Documentazione',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocationFund/Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_0_3=g_navNode_4_3_0.addNode('2333','Premi',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocationFund/Awards/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_1=g_navNode_4_3.addNode('4082','European Equities',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4083');
g_navNode_4_3_1_0=g_navNode_4_3_1.addNode('4083','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_1_1=g_navNode_4_3_1.addNode('4084','La ricerca',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_1_2=g_navNode_4_3_1.addNode('4085','Documentazione',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_1_3=g_navNode_4_3_1.addNode('4464','Multimedia',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Multimedia/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_2=g_navNode_4_3.addNode('4550','BSF European Absolute Return Strategies',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteAlpha/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4551');
g_navNode_4_3_2_0=g_navNode_4_3_2.addNode('4551','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteAlpha/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_2_1=g_navNode_4_3_2.addNode('4552','Approfondimento',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteAlpha/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_2_2=g_navNode_4_3_2.addNode('4553','Documentazione',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteAlpha/Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_2_3=g_navNode_4_3_2.addNode('4554','Perch\xe9 investire',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteAlpha/WhyInvest/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_3_3=g_navNode_4_3.addNode('4984','Natural Resources',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4985');
g_navNode_4_3_3_0=g_navNode_4_3_3.addNode('4985','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_3_1=g_navNode_4_3_3.addNode('4988','Il Team',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Team/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_3_2=g_navNode_4_3_3.addNode('4990','La Gamma',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_3_3=g_navNode_4_3_3.addNode('4989','Documentazione',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_4=g_navNode_4_3.addNode('5972','European Fixed Income',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanFixedIncome/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5973');
g_navNode_4_3_4_0=g_navNode_4_3_4.addNode('5973','Overview',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanFixedIncome/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_4_1=g_navNode_4_3_4.addNode('5974','Team di investimento',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanFixedIncome/Team/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_4_2=g_navNode_4_3_4.addNode('5975','Gamma di comparti',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanFixedIncome/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_4_3_4_3=g_navNode_4_3_4.addNode('5976','Documentazione',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanFixedIncome/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_4_4=g_navNode_4.addNode('4474','Multimedia',ssUrlPrefix + 'Intermediaries/Multimedia/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_4_4_0=g_navNode_4_4.addNode('4482','VideoPlayer',ssUrlPrefix + 'Intermediaries/Multimedia/VideoPlayer/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css','DoNotShowInNavigation==TRUE');
g_navNode_4_4_1=g_navNode_4_4.addNode('4998','Webcasts',ssUrlPrefix + 'Intermediaries/Multimedia/Webcasts/index.htm','RedirectURL==4997');
g_navNode_4_4_1_0=g_navNode_4_4_1.addNode('4997','BGF World/New Energy',ssUrlPrefix + 'Intermediaries/Multimedia/Webcasts/BGFWorldNewEnergy/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_5=g_navNode_4.addNode('4261','Eventi',ssUrlPrefix + 'Intermediaries/Events/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4264');
g_navNode_4_5_0=g_navNode_4_5.addNode('4264','Presentazioni ',ssUrlPrefix + 'Intermediaries/Events/Presentations/index.htm','DoNotShowInNavigation==FALSE','HideTabs==FALSE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60ItalianSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60it\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60it\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6022\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3cmatches\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_4_5_1=g_navNode_4_5.addNode('4306','Multimedia',ssUrlPrefix + 'Intermediaries/Events/Multimedia/index.htm','HideTabs==TRUE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_4_6=g_navNode_4.addNode('1571','Supporti all\'Investimento',ssUrlPrefix + 'Intermediaries/Support/index.htm');
g_navNode_4_6_0=g_navNode_4_6.addNode('1581','Chi Siamo',ssUrlPrefix + 'Intermediaries/Support/AboutUs/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_4_6_0_0=g_navNode_4_6_0.addNode('1582','Investor Relations',ssUrlPrefix + 'Intermediaries/Support/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_6_0_1=g_navNode_4_6_0.addNode('1583','Rassegna Stampa',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/index.htm','RedirectURL==1995','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_6_0_2=g_navNode_4_6_0.addNode('1584','Opportunita\' di Lavoro',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_6_0_3=g_navNode_4_6_0.addNode('1585','Contatti',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Contacts/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','WideColumnMiddle==TRUE');
g_navNode_4_6_2=g_navNode_4_6.addNode('1579','Come Investire',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/index.htm','ShowRelResources==TRUE');
g_navNode_4_6_4=g_navNode_4_6.addNode('1572','Cerca',ssUrlPrefix + 'Intermediaries/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60ItalianSite\x60','SearchNodeId==1572','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_19300');
g_navNode_4_6_4_0=g_navNode_4_6_4.addNode('1573','Giuda alla ricerca',ssUrlPrefix + 'Intermediaries/Support/Search/Help/index.htm');
g_navNode_4_7=g_navNode_4.addNode('3966','News',ssUrlPrefix + 'Intermediaries/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_8=g_navNode_4.addNode('3967','Market Watch',ssUrlPrefix + 'Intermediaries/MarketWatch/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//www.blackrockinternational.com/MarketWatch/index.htm');
g_navNode_10=g_navNode_Root.addNode('2352','InvestmentDay',ssUrlPrefix + 'InvestmentDay/index.htm','ComplianceNodeId==1601','DoNotShowInNavigation==FALSE','Language==it','MicrositeName==Investment Day');
g_navNode_10_0=g_navNode_10.addNode('2353','Agenda',ssUrlPrefix + 'InvestmentDay/Agenda/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_10_1=g_navNode_10.addNode('2354','Biografie relatori',ssUrlPrefix + 'InvestmentDay/Biographies/index.htm','ShowRelResources==TRUE');
g_navNode_10_3=g_navNode_10.addNode('3476','Foto e Presentazioni',ssUrlPrefix + 'InvestmentDay/Photos/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_10_4=g_navNode_10.addNode('3334','Rassegna Stampa',ssUrlPrefix + 'InvestmentDay/PressCentre/index.htm','DoNotShowInNavigation==FALSE','Links==0','QuarterToShow==0','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60it\x60\x3cAND\x3e xDescription \x3ccontains\x3e \x60Intervista\x60','ShowRelResources==TRUE');
g_navNode_10_5=g_navNode_10.addNode('2356','Contatti',ssUrlPrefix + 'InvestmentDay/Contact/index.htm','NotComplianceProtected==FALSE','ShowRelResources==TRUE');
g_navNode_11=g_navNode_Root.addNode('4269','Local Content',ssUrlPrefix + 'LocalContent/index.htm','DoNotShowInNavigation==TRUE','StartDivID==LandingPage','iShareHome==Y');
g_navNode_13=g_navNode_Root.addNode('4791','MultiMedia',ssUrlPrefix + 'MultiMedia/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_13_0=g_navNode_13.addNode('4792','Player',ssUrlPrefix + 'MultiMedia/Player/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css','NotComplianceProtected==TRUE');
g_navNode_15=g_navNode_Root.addNode('5722','Local Content 2',ssUrlPrefix + 'LocalContent2/index.htm','iShareHome==Y');
g_navNode_16=g_navNode_Root.addNode('5824','09-eCard',ssUrlPrefix + '09-eCard/index.htm','NotComplianceProtected==TRUE');
