/////////////////////////////////////////////////////////////////////////////
// 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('303','Startseite',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\"qTIwXy4Ti7I-myuZ2GIXqCYLutRjudd38zxPKmqPE0k\" /\x3e','Language==de','NoCookiesNodeId==5031','NotComplianceProtected==TRUE','OmnitureID==blkde-prod','StartDivID==LandingPage','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('391','Institutionelle Anleger \x26 Consultants',ssUrlPrefix + 'InstitutionalInvestors/index.htm','ComplianceNodeId==1605','ShowClientLogin==TRUE','ShowRelResources==TRUE','SiloName==Institutionelle Anleger \x26 Consultants');
g_navNode_0_0=g_navNode_0.addNode('5325','L\xf6sungen und F\xe4higkeiten',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/index.htm','RedirectURL==5312','ShowRelResources==TRUE');
g_navNode_0_0_0=g_navNode_0_0.addNode('5312','Investment Solutions and Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5313','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0=g_navNode_0_0_0.addNode('5313','BMACS',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','RedirectURL==5415','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_0=g_navNode_0_0_0_0.addNode('5978','Advisory Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/index.htm','DoNotShowInNavigation==FALSE','HideTabs==FALSE','RedirectURL==5415','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_0_0=g_navNode_0_0_0_0_0.addNode('5415','Strategische Beratung ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_0_0_0_0_0_1=g_navNode_0_0_0_0_0.addNode('5314','An Verbindlichkeiten orientierte Anlagestrategie \x28LDI\x29 ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/LDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_0_2=g_navNode_0_0_0_0_0.addNode('5980','Management der Unternehmensentwicklung ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/JourneyManagement/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_1=g_navNode_0_0_0_0.addNode('5979','L\xf6sungen',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==5317','ShowRelResources==TRUE');
g_navNode_0_0_0_0_1_0=g_navNode_0_0_0_0_1.addNode('5317','Treuhandleistungen',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Fiduciary/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_1_1=g_navNode_0_0_0_0_1.addNode('6031','An Verbindlichkeiten orientierte Anlagestrategie \x28LDI\x29',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/LDI/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_1_2=g_navNode_0_0_0_0_1.addNode('5990','Individuelle Benchmarks',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/CustomBenchmarks/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2=g_navNode_0_0_0_0.addNode('5981','Investment Strategies',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==5416');
g_navNode_0_0_0_0_2_0=g_navNode_0_0_0_0_2.addNode('5416','Dynamisches, diversifiziertes Wachstum',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicDiversifiedGrowth/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_1=g_navNode_0_0_0_0_2.addNode('5989','Dynamischer Multi-Asset',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicMultiAsset/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_2=g_navNode_0_0_0_0_2.addNode('5982','Alternative Fonds',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_3=g_navNode_0_0_0_0_2.addNode('5983','Global-Macro-Hedge-Fonds-Strategie',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/GlobalMacroHedgeFund/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_4=g_navNode_0_0_0_0_2.addNode('5984','Aktieninvestments mit Absicherungsstrategien',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_5=g_navNode_0_0_0_0_2.addNode('5985','Marktvorteil',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_6=g_navNode_0_0_0_0_2.addNode('5986','Multi-Strategie',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MuST/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_7=g_navNode_0_0_0_0_2.addNode('5987','Target Date \x28LifePath\x29',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_0_2_8=g_navNode_0_0_0_0_2.addNode('5988','Zielrisiko',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_1=g_navNode_0_0_0.addNode('5315','Diversified Alternatives',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/DiversifiedAlternatives/index.htm','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_2=g_navNode_0_0_0.addNode('5318','BlackRock Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BRS/index.htm','ShowRelResources==TRUE');
g_navNode_0_0_0_3=g_navNode_0_0_0.addNode('5319','Transition Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_0_3_0=g_navNode_0_0_0_3.addNode('5320','Service Offering',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/ServiceOffering/index.htm');
g_navNode_0_0_1=g_navNode_0_0.addNode('5321','Investment Capabilities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5322','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_1_0=g_navNode_0_0_1.addNode('5322','Equities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/Equities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_1_1=g_navNode_0_0_1.addNode('5323','Fixed Income',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_1_2=g_navNode_0_0_1.addNode('5324','Alternative Investments',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/AlternativeInvestments/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_0_1_3=g_navNode_0_0_1.addNode('5326','Cash Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/CashManagement/index.htm','ShowRelResources==TRUE');
g_navNode_0_0_1_4=g_navNode_0_0_1.addNode('5327','Indexing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_6=g_navNode_0.addNode('2673','Investment Einblicke',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/index.htm','ShowRelResources==FALSE');
g_navNode_0_6_0=g_navNode_0_6.addNode('2674','Marktinformationen',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/MarketViews/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_6_1=g_navNode_0_6.addNode('2675','Strategische Eckpunkte',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/StrategicFramework/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_6_2=g_navNode_0_6.addNode('2676','Global Strategic Framework',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/GlobalStrategicFramework/index.htm','ShowRelResources==TRUE');
g_navNode_0_6_3=g_navNode_0_6.addNode('3713','Multimedia',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/Multimedia/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3727');
g_navNode_0_6_3_0=g_navNode_0_6_3.addNode('3727','Webcasts',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/Multimedia/Webcasts/index.htm');
g_navNode_0_6_3_1=g_navNode_0_6_3.addNode('3729','Webcast Popup',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/Multimedia/WebcastPopup/index.htm');
g_navNode_0_7=g_navNode_0.addNode('1476','Kontakt in Frankfurt',ssUrlPrefix + 'InstitutionalInvestors/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_0_8=g_navNode_0.addNode('2672','Kontakt in M\xfcnchen',ssUrlPrefix + 'InstitutionalInvestors/KontaktinM\xfcnchen/index.htm','ShowRelResources==TRUE');
g_navNode_0_11=g_navNode_0.addNode('5613','Client Login Popup Help',ssUrlPrefix + 'InstitutionalInvestors/ClientLoginPopupHelp/index.htm','AdditionalCSS==groups/globaltemplates/international/css/emeacss.css,groups/globaltemplates/international/css/blkinternet.css,groups/globaltemplates/international/css/landing_page_css.css','DoNotShowInNavigation==TRUE');
g_navNode_1=g_navNode_Root.addNode('346','Wir \xfcber uns',ssUrlPrefix + 'AboutUs/index.htm','ComplianceNodeId==1605','NotComplianceProtected==TRUE','RedirectURL==348','SiloName==Wir \xfcber uns');
g_navNode_1_0=g_navNode_1.addNode('348','\xdcbersicht',ssUrlPrefix + 'AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_1=g_navNode_1.addNode('347','Investor Relations',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_1_2=g_navNode_1.addNode('349','Presseraum',ssUrlPrefix + 'AboutUs/Press/index.htm','RedirectURL==2644','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_2_0=g_navNode_1_2.addNode('2640','Presseraum',ssUrlPrefix + 'AboutUs/Press/Press/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==2644');
g_navNode_1_2_0_0=g_navNode_1_2_0.addNode('2644','Aktuellste Pressemitteilungen',ssUrlPrefix + 'AboutUs/Press/Press/Latest/index.htm','QuarterToShow==0','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_1_2_0_1=g_navNode_1_2_0.addNode('2610','Jan - Mar',ssUrlPrefix + 'AboutUs/Press/Press/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 \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_0_2=g_navNode_1_2_0.addNode('2612','Apr - Jun',ssUrlPrefix + 'AboutUs/Press/Press/Apr-Jun/index.htm','DoNotShowInNavigation==TRUE','QuarterToShow==2','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_0_3=g_navNode_1_2_0.addNode('2613','Jul -Sep',ssUrlPrefix + 'AboutUs/Press/Press/July-Sep/index.htm','DoNotShowInNavigation==TRUE','QuarterToShow==3','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_2_0_4=g_navNode_1_2_0.addNode('2614','Okt - Dez',ssUrlPrefix + 'AboutUs/Press/Press/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 \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_3=g_navNode_1.addNode('350','Karriere',ssUrlPrefix + 'AboutUs/Careers/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_1_5=g_navNode_1.addNode('1196','Wichtige Informationen',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_1_6=g_navNode_1.addNode('1197','Datenschutz',ssUrlPrefix + 'AboutUs/PrivacyStatement/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_2=g_navNode_Root.addNode('351','Privatanleger',ssUrlPrefix + 'IndividualInvestors/index.htm','ComplianceNodeId==5297','HideLiteratureFinder==FALSE','ShowFundFinder==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==6','TargetNodes==eValuator\x3d2148,prices\x3d369','xmlid==FC_12200');
g_navNode_2_0=g_navNode_2.addNode('352','Literatur',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm');
g_navNode_2_0_1=g_navNode_2_0.addNode('357','Informationsmaterial',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==2133');
g_navNode_2_0_1_2=g_navNode_2_0_1.addNode('2133','Fondsflyer',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/fund-flyer/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6073\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_2_0_1_3=g_navNode_2_0_1.addNode('361','Sonstiges',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/Other/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60GermanSite\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6071\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE');
g_navNode_2_0_2=g_navNode_2_0.addNode('362','Rechtliche Literatur',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==2627');
g_navNode_2_0_2_0=g_navNode_2_0_2.addNode('2627','Prospekte',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6026\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE');
g_navNode_2_0_2_1=g_navNode_2_0_2.addNode('364','Berichte',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_0_2_2=g_navNode_2_0_2.addNode('365','Formulare',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_0_2_3=g_navNode_2_0_2.addNode('2140','Allgemeines',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/gereral/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6018\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE');
g_navNode_2_1=g_navNode_2.addNode('368','Fondscenter',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm');
g_navNode_2_1_0=g_navNode_2_1.addNode('369','Preise',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','NotComplianceProtected==TRUE','RedirectURL==1595','ShowThirdLevelNav==TRUE','contributorOnly==FALSE','secondaryUrlVariableField==region5');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('1595','BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN//','RedirectURL==369','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12200');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('4094','BSF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','RedirectURL==369','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12200');
g_navNode_2_1_0_2=g_navNode_2_1_0.addNode('5786','iShares Exchange Traded Funds',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/iSharesExchangeTradedFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1=g_navNode_2_1.addNode('5246','Fondsverschmelzungen \x26 -schlie\xdfungen',ssUrlPrefix + 'IndividualInvestors/FundCentre/FundPooling/index.htm','ShowRelResources==TRUE');
g_navNode_2_1_2=g_navNode_2_1.addNode('5247','Neue Fonds',ssUrlPrefix + 'IndividualInvestors/FundCentre/NewFunds/index.htm','ShowRelResources==TRUE');
g_navNode_2_1_3=g_navNode_2_1.addNode('370','Service-Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_2_1_3_0=g_navNode_2_1_3.addNode('2136','Fondssuche',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_2_1_3_1=g_navNode_2_1_3.addNode('2135','Historische Preise',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','xmlid==FC_12199');
g_navNode_2_1_3_2=g_navNode_2_1_3.addNode('2138','Performance Tool',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/PerformanceTool/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','TargetNodes==tool\x3d2138','xmlid==FC_12199');
g_navNode_2_1_3_3=g_navNode_2_1_3.addNode('2137','eValuator',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_2_5=g_navNode_2.addNode('379','Hilfe-Funktionen',ssUrlPrefix + 'IndividualInvestors/Support/index.htm');
g_navNode_2_5_0=g_navNode_2_5.addNode('385','Wir \xfcber uns',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/index.htm','RedirectURL==1168');
g_navNode_2_5_0_0=g_navNode_2_5_0.addNode('1168','\xdcbersicht',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_5_0_3=g_navNode_2_5_0.addNode('388','Karriere',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_5_0_4=g_navNode_2_5_0.addNode('389','Kontakt',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_5_1=g_navNode_2_5.addNode('382','Fragen \x26 Antworten',ssUrlPrefix + 'IndividualInvestors/Support/FAQ/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_2=g_navNode_2_5.addNode('383','W\xf6rterbuch',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/index.htm','RedirectURL==1164');
g_navNode_2_5_2_0=g_navNode_2_5_2.addNode('1164','A-F',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_2_1=g_navNode_2_5_2.addNode('1165','G-L',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_2_2=g_navNode_2_5_2.addNode('1166','M-R',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_2_3=g_navNode_2_5_2.addNode('1167','S-Z',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_3=g_navNode_2_5.addNode('367','Feiertage',ssUrlPrefix + 'IndividualInvestors/Support/Holidays/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_5=g_navNode_2_5.addNode('380','Suche',ssUrlPrefix + 'IndividualInvestors/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60GermanSite\x60','SearchNodeId==127','ShowRelResources==TRUE','WideColumnMiddle==TRUE','xmlid==FC_12200');
g_navNode_2_5_5_0=g_navNode_2_5_5.addNode('381','Hilfe',ssUrlPrefix + 'IndividualInvestors/Support/Search/SearchHelp/index.htm','ShowRelResources==TRUE');
g_navNode_2_6=g_navNode_2.addNode('477','Nachrichten',ssUrlPrefix + 'IndividualInvestors/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_3=g_navNode_Root.addNode('390','Finanzberater \x26 Banken',ssUrlPrefix + 'Intermediaries/index.htm','ComplianceNodeId==1605','NotComplianceProtected==FALSE','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d2150,prices\x3d1179','xmlid==FC_12200');
g_navNode_3_0=g_navNode_3.addNode('2126','Fonds im Fokus',ssUrlPrefix + 'Intermediaries/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==TRUE','RedirectURL==2189');
g_navNode_3_0_0=g_navNode_3_0.addNode('2189','BGF Global Allocation Fund',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==TRUE','RedirectURL==2127');
g_navNode_3_0_0_0=g_navNode_3_0_0.addNode('2127','\xdcbersicht ',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/Overview/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==FALSE','ShowRelResources==TRUE');
g_navNode_3_0_0_1=g_navNode_3_0_0.addNode('2152','Einblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_0_0_2=g_navNode_3_0_0.addNode('2171','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_0_0_3=g_navNode_3_0_0.addNode('2180','Auszeichnungen',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/FundUpdates/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_3_0_1=g_navNode_3_0.addNode('4086','Europ\xe4ische Aktien',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4087');
g_navNode_3_0_1_0=g_navNode_3_0_1.addNode('4087','\xdcbersicht ',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_1_1=g_navNode_3_0_1.addNode('4088','Einblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/FundInsight/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_1_2=g_navNode_3_0_1.addNode('4089','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_2=g_navNode_3_0.addNode('4594','BSF European Absolute Return Strategies Fund',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4595');
g_navNode_3_0_2_0=g_navNode_3_0_2.addNode('4595','\xdcberblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_2_1=g_navNode_3_0_2.addNode('4596','Fonds-Einblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/FundInsight/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_2_2=g_navNode_3_0_2.addNode('4597','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_2_3=g_navNode_3_0_2.addNode('4598','Wieso anlegen?',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/WhyInvest/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_3=g_navNode_3_0.addNode('4962','BGF Rohstoff-Fonds',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4963');
g_navNode_3_0_3_0=g_navNode_3_0_3.addNode('4963','\xdcberblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_3_1=g_navNode_3_0_3.addNode('4964','Team',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Team/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_3_2=g_navNode_3_0_3.addNode('4965','Fonds',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_3_3=g_navNode_3_0_3.addNode('4966','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_3_0_3_4=g_navNode_3_0_3.addNode('4967','Auszeichnungen',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Awards/index.htm','ShowRelResources==TRUE');
g_navNode_3_2=g_navNode_3.addNode('435','Literatur',ssUrlPrefix + 'Intermediaries/Literature/index.htm');
g_navNode_3_2_0=g_navNode_3_2.addNode('437','Factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/index.htm','RedirectURL==439','ShowRelResources==TRUE');
g_navNode_3_2_0_0=g_navNode_3_2_0.addNode('439','Aktienfonds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3cSUBSTRING\x3e \x60allianz\x60\x29','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_3_2_0_1=g_navNode_3_2_0.addNode('438','Rentenfonds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x602\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3cSUBSTRING\x3e \x60allianz\x60\x29','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_2_0_2=g_navNode_3_2_0.addNode('440','Mischfonds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3cSUBSTRING\x3e \x60allianz\x60\x29','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_2_1=g_navNode_3_2.addNode('442','Brosch\xfcren \x26 Informationsmaterialien',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==461','ShowRelResources==TRUE');
g_navNode_3_2_1_0=g_navNode_3_2_1.addNode('461','Brosch\xfcren',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Brouchures/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_3_2_1_1=g_navNode_3_2_1.addNode('462','Newsletter',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Newsletters/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6017\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_3_2_1_2=g_navNode_3_2_1.addNode('2129','Fondsflyer',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/fund-flyer/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6073\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_3_2_1_4=g_navNode_3_2_1.addNode('464','Sonstiges',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Other/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6025\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x60125\x60\x29 \x3cOR\x3e  \x28xSubType \x3ccontains\x3e \x6030\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6076\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_2_2=g_navNode_3_2.addNode('466','Rechtliche Literatur',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==467','ShowRelResources==TRUE');
g_navNode_3_2_2_0=g_navNode_3_2_2.addNode('467','Prospekte',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  \x28\x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6090\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_2_2_1=g_navNode_3_2_2.addNode('468','Berichte',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e \x28xSubType \x3ccontains\x3e \x603\x60 \x3cOR\x3e xSubType \x3ccontains\x3e \x6013\x60\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_2_2_2=g_navNode_3_2_2.addNode('469','Formulare',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Forms/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x609\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_3_2_2_3=g_navNode_3_2_2.addNode('2128','Allgemeines',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/general/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6018\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','WideColumnMiddle==FALSE');
g_navNode_3_3=g_navNode_3.addNode('472','Fondscenter',ssUrlPrefix + 'Intermediaries/FundCentre/index.htm');
g_navNode_3_3_0=g_navNode_3_3.addNode('1179','Preise',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','NotComplianceProtected==TRUE','RedirectURL==1640','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5');
g_navNode_3_3_0_0=g_navNode_3_3_0.addNode('1640','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/ukdistributorstatus\x3dN//','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12200');
g_navNode_3_3_0_1=g_navNode_3_3_0.addNode('4095','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BSF/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/table_style_sheet.css,groups/globaltemplates/documents/web_asset/tabs.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/table_scripts.js','DoNotShowInNavigation==FALSE','FundCentreRedirectParams==tab\x3dproduct\x3d5000025/showKey\x3dtrue//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_3_3_0_2=g_navNode_3_3_0.addNode('4518','ICS',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/ICS/index.htm','FundCentreRedirectParams==product\x3d5000026//','HideLiteratureFinder==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_3_3_0_3=g_navNode_3_3_0.addNode('5787','iShares Exchange Traded Funds',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/iSharesExchangeTradedFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_1=g_navNode_3_3.addNode('2141','Service-Tools',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/index.htm');
g_navNode_3_3_1_0=g_navNode_3_3_1.addNode('2143','Fondssuche',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_3_3_1_1=g_navNode_3_3_1.addNode('2142','Historische Preise',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','xmlid==FC_12199');
g_navNode_3_3_1_2=g_navNode_3_3_1.addNode('2144','Performance Tool',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/PerformanceTool/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/calendar_css.css','AdditionalJavaScript==groups/globaltemplates/documents/web_asset/calendar_js.js,groups/globaltemplates/documents/web_asset/calendar_en_js.js,groups/globaltemplates/documents/web_asset/calendar_setup_js.js','TargetNodes==tool\x3d2144','xmlid==FC_12199');
g_navNode_3_3_1_3=g_navNode_3_3_1.addNode('2145','eValuator',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_2=g_navNode_3_3.addNode('4484','Produkt\xfcbersicht',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4485');
g_navNode_3_3_2_0=g_navNode_3_3_2.addNode('4485','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/BGF/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_2_1=g_navNode_3_3_2.addNode('4486','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/BSF/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_2_2=g_navNode_3_3_2.addNode('4915','ICS',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/ICS/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_3_4=g_navNode_3_3.addNode('5141','Fondsverschmelzungen \x26 -schlie\xdfungen',ssUrlPrefix + 'Intermediaries/FundCentre/FundMergers/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_3_3_5=g_navNode_3_3.addNode('5240','Neue Fonds',ssUrlPrefix + 'Intermediaries/FundCentre/NewFunds/index.htm','ShowRelResources==TRUE');
g_navNode_3_4=g_navNode_3.addNode('473','Investment Einblicke',ssUrlPrefix + 'Intermediaries/InvestmentInsights/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_4_1=g_navNode_3_4.addNode('475','Marktinformationen',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_4_2=g_navNode_3_4.addNode('2607','Strategische Eckpunkte',ssUrlPrefix + 'Intermediaries/InvestmentInsights/StrategyFramework/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_4_4=g_navNode_3_4.addNode('2781','BlackRock Bullets',ssUrlPrefix + 'Intermediaries/InvestmentInsights/BlackRockBullets/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_5=g_navNode_3.addNode('2780','Multimedia',ssUrlPrefix + 'Intermediaries/Multimedia/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2782');
g_navNode_3_5_0=g_navNode_3_5.addNode('2782','Webcasts',ssUrlPrefix + 'Intermediaries/Multimedia/Webcasts/index.htm');
g_navNode_3_5_0_0=g_navNode_3_5_0.addNode('4992','BGF World/New Energy',ssUrlPrefix + 'Intermediaries/Multimedia/Webcasts/BGFWorldNewEnergy/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_3_8=g_navNode_3.addNode('485','Hilfe-Funktionen',ssUrlPrefix + 'Intermediaries/Support/index.htm');
g_navNode_3_8_0=g_navNode_3_8.addNode('492','Wir \xfcber uns',ssUrlPrefix + 'Intermediaries/Support/AboutUs/index.htm','RedirectURL==1172');
g_navNode_3_8_0_0=g_navNode_3_8_0.addNode('1172','\xdcbersicht',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_1=g_navNode_3_8_0.addNode('493','Investor Relations',ssUrlPrefix + 'Intermediaries/Support/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_2=g_navNode_3_8_0.addNode('494','Presseraum',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/index.htm','RedirectURL==2641','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_2_0=g_navNode_3_8_0_2.addNode('2641','Aktuellste Pressemitteilungen',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/Latest/index.htm','QuarterToShow==0','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_2_1=g_navNode_3_8_0_2.addNode('2623','Jan. - Mrz.',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/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 \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_2_2=g_navNode_3_8_0_2.addNode('2624','Apr. - Jun.',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/Apr-Jun/index.htm','QuarterToShow==2','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_2_3=g_navNode_3_8_0_2.addNode('2625','Jul. - Sep.',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/July-Sept/index.htm','QuarterToShow==3','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60','ShowFundFinder==TRUE','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_2_4=g_navNode_3_8_0_2.addNode('2626','Okt. - Dez.',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/Oct-Dec/index.htm','QuarterToShow==4','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_3=g_navNode_3_8_0.addNode('495','Karriere',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_4=g_navNode_3_8_0.addNode('496','Kontakt',ssUrlPrefix + 'Intermediaries/Support/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_8_0_5=g_navNode_3_8_0.addNode('1609','Frankfurter Vertriebsteam',ssUrlPrefix + 'Intermediaries/Support/AboutUs/FrankfurterVertriebsteam/index.htm','RedirectURL==2139');
g_navNode_3_8_1=g_navNode_3_8.addNode('488','Fragen \x26 Antworten',ssUrlPrefix + 'Intermediaries/Support/FAQ/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_2=g_navNode_3_8.addNode('489','Wie investieren',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_3=g_navNode_3_8.addNode('490','W\xf6rterbuch',ssUrlPrefix + 'Intermediaries/Support/Glossary/index.htm','RedirectURL==2131','ShowRelResources==TRUE');
g_navNode_3_8_3_0=g_navNode_3_8_3.addNode('2131','A-F',ssUrlPrefix + 'Intermediaries/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_3_1=g_navNode_3_8_3.addNode('2132','G-L',ssUrlPrefix + 'Intermediaries/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_3_2=g_navNode_3_8_3.addNode('2632','M-R',ssUrlPrefix + 'Intermediaries/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_3_3=g_navNode_3_8_3.addNode('2633','S-Z',ssUrlPrefix + 'Intermediaries/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_4=g_navNode_3_8.addNode('2139','Frankfurter Vertriebsb\xfcro',ssUrlPrefix + 'Intermediaries/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_5=g_navNode_3_8.addNode('2685','Feiertage',ssUrlPrefix + 'Intermediaries/Support/Holidays/index.htm','ShowRelResources==TRUE');
g_navNode_3_8_6=g_navNode_3_8.addNode('486','Suche',ssUrlPrefix + 'Intermediaries/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60GermanSite\x60','SearchNodeId==127','ShowRelResources==TRUE','xmlid==FC_12200');
g_navNode_3_8_6_0=g_navNode_3_8_6.addNode('487','Hilfe',ssUrlPrefix + 'Intermediaries/Support/Search/SearchHelp/index.htm');
g_navNode_3_9=g_navNode_3.addNode('452','Nachrichten',ssUrlPrefix + 'Intermediaries/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_6=g_navNode_Root.addNode('2634','allianz',ssUrlPrefix + 'allianz/index.htm','HideTabs==TRUE','MicrositeName==allianz','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e  xComments \x3ccontains\x3e \x60allianz\x60','ShowRelResources==TRUE');
g_navNode_8=g_navNode_Root.addNode('2848','Danke',ssUrlPrefix + 'ThankYou/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_9=g_navNode_Root.addNode('4231','Local Content',ssUrlPrefix + 'LocalContent/index.htm','NotComplianceProtected==TRUE','StartDivID==LandingPage');
g_navNode_10=g_navNode_Root.addNode('5731','Local Content 2',ssUrlPrefix + 'LocalContent2/index.htm','NotComplianceProtected==TRUE');
g_navNode_11=g_navNode_Root.addNode('4788','MultiMedia',ssUrlPrefix + 'MultiMedia/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_11_0=g_navNode_11.addNode('4789','Player',ssUrlPrefix + 'MultiMedia/Player/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css','NotComplianceProtected==TRUE');
g_navNode_12=g_navNode_Root.addNode('4947','News',ssUrlPrefix + 'News/index.htm','ComplianceNodeId==1605');
g_navNode_12_0=g_navNode_12.addNode('4948','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','ShowRelResources==TRUE');
g_navNode_14=g_navNode_Root.addNode('5185','dusseldorf09',ssUrlPrefix + 'dusseldorf09/index.htm','AdditionalJavaScript==http\x3a//code.jquery.com/jquery-latest.js,http\x3a//dev.jquery.com/view/tags/ui/latest/ui/ui.core.js,http\x3a//dev.jquery.com/view/tags/ui/latest/ui/ui.tabs.js','ComplianceNodeId==1605','DoNotShowInNavigation==TRUE');
