/////////////////////////////////////////////////////////////////////////////
// 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','AdditionalJavaScript==http\x3a//www.blackrock.com/include/common/js/ebiz/common.js','AnalyticsCode==UA-11734547-1','DisplayDateFormat==dd.MM.yyyy','DoNotShowInNavigation==FALSE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"qTIwXy4Ti7I-myuZ2GIXqCYLutRjudd38zxPKmqPE0k\" /\x3e','Language==de','NoCookiesNodeId==5031','NotComplianceProtected==TRUE','StartDivID==LandingPage','UnicaID==blk\x3ade','iShareHome==Y');
g_navNode_0=g_navNode_Root.addNode('7449','Kinder Fest',ssUrlPrefix + 'kinderfest/index.htm','RedirectURL==http\x3a//a-punkt.de/blackrock_kinderfest/anmeldung.html');
g_navNode_1=g_navNode_Root.addNode('391','Institutionelle Anleger \x26 Consultants',ssUrlPrefix + 'InstitutionalInvestors/index.htm','ComplianceNodeId==6335','CookieAge==0','CookieCheck==N','CookieID==BLKDEINST001','ShowClientLogin==TRUE','ShowRelResources==FALSE','SiloName==Institutionelle Anleger \x26 Consultants');
g_navNode_1_1=g_navNode_1.addNode('5325','L\xf6sungen und Kompetenzen',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/index.htm','RedirectURL==5312','ShowRelResources==TRUE');
g_navNode_1_1_0=g_navNode_1_1.addNode('5312','Investment Solutions and Services',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5313','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0=g_navNode_1_1_0.addNode('5313','BMACS',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/index.htm','RedirectURL==5415','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_0=g_navNode_1_1_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_1_1_0_0_0_0=g_navNode_1_1_0_0_0.addNode('5415','Strategische Beratung ',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/StrategicAdvice/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_0_1=g_navNode_1_1_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_1_1_0_0_0_2=g_navNode_1_1_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_1_1_0_0_0_3=g_navNode_1_1_0_0_0.addNode('5316','Mittelfristige Portfolio-Strukturierung',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/AdvisoryServices/AssetAllocation/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_1=g_navNode_1_1_0_0.addNode('5979','L\xf6sungen',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/index.htm','RedirectURL==5317','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_1_0=g_navNode_1_1_0_0_1.addNode('5317','Treuhandleistungen',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/Fiduciary/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_1_1=g_navNode_1_1_0_0_1.addNode('6031','An Verbindlichkeiten orientierte Anlagestrategie \x28LDI\x29',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/LDI/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_1_2=g_navNode_1_1_0_0_1.addNode('5990','Individuelle Benchmarks',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/Solutions/CustomBenchmarks/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2=g_navNode_1_1_0_0.addNode('5981','Investment Strategies',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/index.htm','RedirectURL==5416','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2_0=g_navNode_1_1_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_1_1_0_0_2_1=g_navNode_1_1_0_0_2.addNode('5989','Dynamischer Multi-Asset',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/DynamicMultiAsset/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2_2=g_navNode_1_1_0_0_2.addNode('5982','Alternative Fonds',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/FundsofAlternatives/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2_3=g_navNode_1_1_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_1_1_0_0_2_4=g_navNode_1_1_0_0_2.addNode('5984','Aktieninvestments mit Absicherungsstrategien',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/HedgedEquity/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2_5=g_navNode_1_1_0_0_2.addNode('5985','Marktvorteil',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MarketAdvantage/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2_6=g_navNode_1_1_0_0_2.addNode('5986','Multi-Strategie',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/MuST/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2_7=g_navNode_1_1_0_0_2.addNode('5987','Target Date \x28LifePath\x29',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetDateLifePath/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0_2_8=g_navNode_1_1_0_0_2.addNode('5988','Zielrisiko',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BMACS/InvestmentStrategies/TargetRiskandRelativeReturn/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_2=g_navNode_1_1_0.addNode('5318','BlackRock Solutions',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/BRS/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_3=g_navNode_1_1_0.addNode('5319','Transition Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_3_0=g_navNode_1_1_0_3.addNode('5320','Service Offering',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/SolutionsandServices/TRIM/ServiceOffering/index.htm');
g_navNode_1_1_1=g_navNode_1_1.addNode('5321','Investment Capabilities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==5322','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1_0=g_navNode_1_1_1.addNode('5322','Equities',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/Equities/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1_1=g_navNode_1_1_1.addNode('5323','Fixed Income',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/FixedIncome/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1_2=g_navNode_1_1_1.addNode('5324','Alternative Investments',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/AlternativeInvestments/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1_3=g_navNode_1_1_1.addNode('5326','Cash Management',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/CashManagement/index.htm','RedirectURL==http\x3a//www.blackrockinternational.com/CashManagement/index.htm','ShowRelResources==TRUE');
g_navNode_1_1_1_4=g_navNode_1_1_1.addNode('5327','Indexing',ssUrlPrefix + 'InstitutionalInvestors/SolutionsandCapabilities/Products/Indexing/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_7=g_navNode_1.addNode('2673','Anlagethemen',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/index.htm','ShowRelResources==FALSE');
g_navNode_1_7_0=g_navNode_1_7.addNode('2674','Marktinformationen',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/MarketViews/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_7_1=g_navNode_1_7.addNode('2675','Strategische Eckpunkte',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/StrategicFramework/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_7_2=g_navNode_1_7.addNode('2676','Global Strategic Framework',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/GlobalStrategicFramework/index.htm','ShowRelResources==TRUE');
g_navNode_1_7_3=g_navNode_1_7.addNode('3713','Multimedia',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/Multimedia/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6765');
g_navNode_1_7_3_0=g_navNode_1_7_3.addNode('6765','Webcasts',ssUrlPrefix + 'InstitutionalInvestors/InvestmentInsight/Multimedia/Webcasts/index.htm','ShowRelResources==TRUE');
g_navNode_1_8=g_navNode_1.addNode('1476','Kontakt in Frankfurt',ssUrlPrefix + 'InstitutionalInvestors/Contact/index.htm','ShowRelResources==TRUE');
g_navNode_1_9=g_navNode_1.addNode('2672','Kontakt in M\xfcnchen',ssUrlPrefix + 'InstitutionalInvestors/KontaktinM\xfcnchen/index.htm','ShowRelResources==TRUE');
g_navNode_1_12=g_navNode_1.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_2=g_navNode_Root.addNode('346','Wir \xfcber uns',ssUrlPrefix + 'AboutUs/index.htm','ComplianceNodeId==1605','NotComplianceProtected==FALSE','RedirectURL==348','SiloName==Wir \xfcber uns');
g_navNode_2_0=g_navNode_2.addNode('348','\xdcbersicht',ssUrlPrefix + 'AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_2_1=g_navNode_2.addNode('347','Investor Relations',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_2_2=g_navNode_2.addNode('349','Presseraum',ssUrlPrefix + 'AboutUs/Press/index.htm','ComplianceNodeId==6426','NotComplianceProtected==TRUE','RedirectURL==2644','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_0=g_navNode_2_2.addNode('2640','Presseraum',ssUrlPrefix + 'AboutUs/Press/Press/index.htm','ComplianceNodeId==6426','CookieAge==0','CookieCheck==N','CookieID==BLKDEPRESS001','DoNotShowInNavigation==TRUE','RedirectURL==2644');
g_navNode_2_2_0_1=g_navNode_2_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_2_2_0_2=g_navNode_2_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_2_2_0_3=g_navNode_2_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_2_2_0_4=g_navNode_2_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_2_2_0_5=g_navNode_2_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_2_3=g_navNode_2.addNode('350','Karriere',ssUrlPrefix + 'AboutUs/Careers/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_2_5=g_navNode_2.addNode('1196','Wichtige Informationen',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_2_6=g_navNode_2.addNode('1197','Datenschutz',ssUrlPrefix + 'AboutUs/PrivacyStatement/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_3=g_navNode_Root.addNode('351','Privatanleger',ssUrlPrefix + 'IndividualInvestors/index.htm','ComplianceNodeId==1605','CookieAge==0','CookieCheck==N','CookieID==BLKDEIND001','HideLiteratureFinder==FALSE','NotComplianceProtected==FALSE','ShowFundFinder==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==6','TargetNodes==eValuator\x3d2148,prices\x3d369','xmlid==FC_12200');
g_navNode_3_1=g_navNode_3.addNode('352','Literatur',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm','NotComplianceProtected==TRUE');
g_navNode_3_1_0=g_navNode_3_1.addNode('357','Informationsmaterial',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==2133');
g_navNode_3_1_0_2=g_navNode_3_1_0.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_3_1_0_3=g_navNode_3_1_0.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_3_1_1=g_navNode_3_1.addNode('353','Factsheets f\xfcr Privatanleger',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==354','ShowThirdLevelNav==TRUE');
g_navNode_3_1_1_0=g_navNode_3_1_1.addNode('354','Aktienfonds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xProductGroup \x3cmatches\x3e \x606\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 \x606\x60 \x3cNOT\x3e \x28xComments \x3cSUBSTRING\x3e \x60allianz\x60\x29\\x0a \x3cAND\x3e xDescription \x3ccontains\x3e \x60Individuals\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_3_1_1_1=g_navNode_3_1_1.addNode('355','Rentenfonds',ssUrlPrefix + 'IndividualInvestors/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 \x606\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3cSUBSTRING\x3e \x60allianz\x60\x29 \x3cAND\x3e xDescription \x3ccontains\x3e \x60Individuals\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_1_1_2=g_navNode_3_1_1.addNode('356','Mischfonds',ssUrlPrefix + 'IndividualInvestors/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 \x606\x60 \x3cAND\x3e  \x3cNOT\x3e \x28xComments \x3cSUBSTRING\x3e \x60allianz\x60\x29 \x3cAND\x3e xDescription \x3ccontains\x3e \x60Individuals\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_3_1_1_3=g_navNode_3_1_1.addNode('6225','BSF Fonds',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/BSFfunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60 \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductGroup \x3csubstring\x3e \x6039\x60 \x3cAND\x3e xDescription \x3ccontains\x3e \x60Individuals\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_1_2=g_navNode_3_1.addNode('362','Rechtliche Literatur',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==2627');
g_navNode_3_1_2_0=g_navNode_3_1_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  \x28\x28xSubType \x3ccontains\x3e \x6026\x60\x29 \x3cOR\x3e \x28xSubType \x3ccontains\x3e \x6090\x60\x29\x29 \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x606\x60','ShowRelResources==TRUE');
g_navNode_3_1_2_1=g_navNode_3_1_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_3_1_2_2=g_navNode_3_1_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_3_1_2_3=g_navNode_3_1_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_3_2=g_navNode_3.addNode('368','Fondscenter',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm');
g_navNode_3_2_0=g_navNode_3_2.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_3_2_0_0=g_navNode_3_2_0.addNode('1595','BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/class\x3dABDQ/ukdistributorstatus\x3dN//','RedirectURL==369','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12200');
g_navNode_3_2_0_1=g_navNode_3_2_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_3_2_0_2=g_navNode_3_2_0.addNode('5786','iShares Exchange Traded Funds',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/iSharesExchangeTradedFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_2_0_2_0=g_navNode_3_2_0_2.addNode('7646','Fondspreise Blackrock Agriculture Fund',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/iSharesExchangeTradedFunds/blackrock-agriculture/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_3_2_0_4=g_navNode_3_2_0.addNode('6979','BGF IP',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGFIP/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_3_2_1=g_navNode_3_2.addNode('5246','Fondsverschmelzungen \x26 -schlie\xdfungen',ssUrlPrefix + 'IndividualInvestors/FundCentre/FundPooling/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_2=g_navNode_3_2.addNode('5247','Neue Fonds',ssUrlPrefix + 'IndividualInvestors/FundCentre/NewFunds/index.htm','ShowRelResources==TRUE');
g_navNode_3_2_3=g_navNode_3_2.addNode('370','Service-Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm');
g_navNode_3_2_3_0=g_navNode_3_2_3.addNode('2136','Fondssuche',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_3_2_3_1=g_navNode_3_2_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_3_2_3_2=g_navNode_3_2_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_3_2_3_3=g_navNode_3_2_3.addNode('2137','eValuator',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_3_6=g_navNode_3.addNode('7986','Privatanleger Global Allocation',ssUrlPrefix + 'IndividualInvestors/Privatanleger/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_3_7=g_navNode_3.addNode('379','Hilfe-Funktionen',ssUrlPrefix + 'IndividualInvestors/Support/index.htm');
g_navNode_3_7_0=g_navNode_3_7.addNode('385','Wir \xfcber uns',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/index.htm','RedirectURL==1168');
g_navNode_3_7_0_0=g_navNode_3_7_0.addNode('1168','\xdcbersicht',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_7_0_3=g_navNode_3_7_0.addNode('388','Karriere',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_7_0_4=g_navNode_3_7_0.addNode('389','Kontakt',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_3_7_1=g_navNode_3_7.addNode('382','Fragen \x26 Antworten',ssUrlPrefix + 'IndividualInvestors/Support/FAQ/index.htm','ShowRelResources==TRUE');
g_navNode_3_7_2=g_navNode_3_7.addNode('383','W\xf6rterbuch',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/index.htm','RedirectURL==1164');
g_navNode_3_7_2_0=g_navNode_3_7_2.addNode('1164','A-F',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_3_7_2_1=g_navNode_3_7_2.addNode('1165','G-L',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_3_7_2_2=g_navNode_3_7_2.addNode('1166','M-R',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_3_7_2_3=g_navNode_3_7_2.addNode('1167','S-Z',ssUrlPrefix + 'IndividualInvestors/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_3_7_3=g_navNode_3_7.addNode('367','Feiertage',ssUrlPrefix + 'IndividualInvestors/Support/Holidays/index.htm','ShowRelResources==TRUE');
g_navNode_3_7_5=g_navNode_3_7.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_3_7_5_0=g_navNode_3_7_5.addNode('381','Hilfe',ssUrlPrefix + 'IndividualInvestors/Support/Search/SearchHelp/index.htm','ShowRelResources==TRUE');
g_navNode_3_8=g_navNode_3.addNode('477','Nachrichten',ssUrlPrefix + 'IndividualInvestors/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_4=g_navNode_Root.addNode('390','Finanzberater \x26 Banken',ssUrlPrefix + 'Intermediaries/index.htm','ComplianceNodeId==5297','CookieAge==0','CookieCheck==N','CookieID==BLKDEINT001','NotComplianceProtected==FALSE','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d2150,prices\x3d1179','xmlid==FC_12200');
g_navNode_4_1=g_navNode_4.addNode('2126','Fonds im Fokus',ssUrlPrefix + 'Intermediaries/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==TRUE','RedirectURL==7453');
g_navNode_4_1_0=g_navNode_4_1.addNode('7453','BGF Global Allocation',ssUrlPrefix + 'Intermediaries/FeaturedFunds/BGFGlobalAllocation/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles2.css','DoNotShowInNavigation==FALSE','RedirectURL==7454','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingView== ');
g_navNode_4_1_0_0=g_navNode_4_1_0.addNode('7454','Startseite',ssUrlPrefix + 'Intermediaries/FeaturedFunds/BGFGlobalAllocation/Home/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_0_1=g_navNode_4_1_0.addNode('7455','Flexibilit\xe4t',ssUrlPrefix + 'Intermediaries/FeaturedFunds/BGFGlobalAllocation/Flexibility/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_0_2=g_navNode_4_1_0.addNode('7456','Perspektive',ssUrlPrefix + 'Intermediaries/FeaturedFunds/BGFGlobalAllocation/Perspective/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_0_3=g_navNode_4_1_0.addNode('7457','Stabilit\xe4t',ssUrlPrefix + 'Intermediaries/FeaturedFunds/BGFGlobalAllocation/Stability/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','AdditionalJavaScript== ','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_0_4=g_navNode_4_1_0.addNode('7458','Privatanleger',ssUrlPrefix + 'Intermediaries/FeaturedFunds/BGFGlobalAllocation/EndInvestor/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles.css','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName== ');
g_navNode_4_1_0_5=g_navNode_4_1_0.addNode('7459','Kontakt ',ssUrlPrefix + 'Intermediaries/FeaturedFunds/BGFGlobalAllocation/ContactUs/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/eventStyles2.css','NotComplianceProtected==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_1_1=g_navNode_4_1.addNode('4962','BGF Rohstoff-Fonds',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4963');
g_navNode_4_1_1_0=g_navNode_4_1_1.addNode('4963','\xdcberblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_1_1=g_navNode_4_1_1.addNode('4964','Team',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Team/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_1_2=g_navNode_4_1_1.addNode('4965','Fonds',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_1_3=g_navNode_4_1_1.addNode('4966','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_1_4=g_navNode_4_1_1.addNode('4967','Auszeichnungen',ssUrlPrefix + 'Intermediaries/FeaturedFunds/NaturalResources/Awards/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_2=g_navNode_4_1.addNode('2189','BGF Global Allocation Fund',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE','RedirectURL==2127');
g_navNode_4_1_2_0=g_navNode_4_1_2.addNode('2127','\xdcbersicht ',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/Overview/index.htm','DoNotShowInNavigation==FALSE','NotComplianceProtected==FALSE','ShowRelResources==TRUE');
g_navNode_4_1_2_1=g_navNode_4_1_2.addNode('2152','Einblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_4_1_2_2=g_navNode_4_1_2.addNode('2171','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_4_1_2_3=g_navNode_4_1_2.addNode('2180','Auszeichnungen',ssUrlPrefix + 'Intermediaries/FeaturedFunds/GlobalAllocation/FundUpdates/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_4_1_3=g_navNode_4_1.addNode('4086','Europ\xe4ische Aktien',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4087');
g_navNode_4_1_3_0=g_navNode_4_1_3.addNode('4087','\xdcbersicht ',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_3_1=g_navNode_4_1_3.addNode('4088','Fondspalette',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/FundRange/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_3_2=g_navNode_4_1_3.addNode('6670','Team',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Team/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_3_3=g_navNode_4_1_3.addNode('4089','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanEquities/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_4=g_navNode_4_1.addNode('4594','BSF European Absolute Return Fund',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4595');
g_navNode_4_1_4_0=g_navNode_4_1_4.addNode('4595','\xdcberblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_4_1=g_navNode_4_1_4.addNode('4596','Fonds-Einblick',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/FundInsight/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_4_2=g_navNode_4_1_4.addNode('4597','Literatur',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/Literature/index.htm','ShowRelResources==TRUE');
g_navNode_4_1_4_3=g_navNode_4_1_4.addNode('4598','Wieso anlegen?',ssUrlPrefix + 'Intermediaries/FeaturedFunds/EuropeanAbsoluteReturnFund/WhyInvest/index.htm','ShowRelResources==TRUE');
g_navNode_4_3=g_navNode_4.addNode('435','Literatur',ssUrlPrefix + 'Intermediaries/Literature/index.htm');
g_navNode_4_3_0=g_navNode_4_3.addNode('437','Factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/index.htm','RedirectURL==439','ShowRelResources==TRUE');
g_navNode_4_3_0_0=g_navNode_4_3_0.addNode('439','Aktienfonds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xProductGroup \x3cmatches\x3e \x606\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60de\x60 \x3cAND\x3e xWebsites \x3ccontains\x3e \x60at\x60 \x3cAND\x3e xSubType \x3ccontains\x3e \x6015\x60 \x3cAND\x3e xAssetType \x3ccontains\x3e \x604\x60 \x3cAND\x3e xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60 \x3cNOT\x3e \x28xComments \x3cSUBSTRING\x3e \x60allianz\x60\x29\\x0a \x3cNOT\x3e xDescription \x3ccontains\x3e \x60Individuals\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_4_3_0_1=g_navNode_4_3_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 xWebsites \x3ccontains\x3e \x60at\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 \x3cNOT\x3e xDescription \x3ccontains\x3e \x60Individuals\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_4_3_0_2=g_navNode_4_3_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 xWebsites \x3ccontains\x3e \x60at\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 \x3cNOT\x3e xDescription \x3ccontains\x3e \x60Individuals\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_4_3_0_3=g_navNode_4_3_0.addNode('6064','BSF Fonds',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/BSFfonds/index.htm','Query==dDocType \x3ccontains\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60de\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x6039\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_4_3_1=g_navNode_4_3.addNode('442','Brosch\xfcren \x26 Informationsmaterialien',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==461','ShowRelResources==TRUE');
g_navNode_4_3_1_0=g_navNode_4_3_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_4_3_1_1=g_navNode_4_3_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_4_3_1_2=g_navNode_4_3_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_4_3_1_4=g_navNode_4_3_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 \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_4_3_2=g_navNode_4_3.addNode('466','Rechtliche Literatur',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==467','ShowRelResources==TRUE');
g_navNode_4_3_2_0=g_navNode_4_3_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_4_3_2_1=g_navNode_4_3_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_4_3_2_2=g_navNode_4_3_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_4_3_2_3=g_navNode_4_3_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_4_4=g_navNode_4.addNode('472','Fondscenter',ssUrlPrefix + 'Intermediaries/FundCentre/index.htm');
g_navNode_4_4_0=g_navNode_4_4.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_4_4_0_0=g_navNode_4_4_0.addNode('1640','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BGF/index.htm','FundCentreRedirectParams==tab\x3dproduct\x3d6/class\x3dABDQ/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12200');
g_navNode_4_4_0_1=g_navNode_4_4_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_4_4_0_2=g_navNode_4_4_0.addNode('4518','ICS',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/ICS/index.htm','FundCentreRedirectParams==product\x3d5000026//','HideLiteratureFinder==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_4_4_0_3=g_navNode_4_4_0.addNode('5787','iShares Exchange Traded Funds',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/iSharesExchangeTradedFunds/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_0_3_0=g_navNode_4_4_0_3.addNode('7649','Fondspreise Blackrock Agriculture Fund',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/iSharesExchangeTradedFunds/blackrock-agriculture/index.htm');
g_navNode_4_4_1=g_navNode_4_4.addNode('2141','Service-Tools',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/index.htm');
g_navNode_4_4_1_0=g_navNode_4_4_1.addNode('2143','Fondssuche',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12200');
g_navNode_4_4_1_1=g_navNode_4_4_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_4_4_1_2=g_navNode_4_4_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_4_4_1_3=g_navNode_4_4_1.addNode('2145','eValuator',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/eValuator/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_2=g_navNode_4_4.addNode('4484','Produkt\xfcbersicht',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==4485');
g_navNode_4_4_2_0=g_navNode_4_4_2.addNode('4485','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/BGF/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_2_1=g_navNode_4_4_2.addNode('4486','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/BSF/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_2_2=g_navNode_4_4_2.addNode('4915','ICS',ssUrlPrefix + 'Intermediaries/FundCentre/InvestmentOptions/ICS/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_4_4=g_navNode_4_4.addNode('5141','Fondsverschmelzungen \x26 -schlie\xdfungen',ssUrlPrefix + 'Intermediaries/FundCentre/FundMergers/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_4_5=g_navNode_4_4.addNode('5240','Neue Fonds',ssUrlPrefix + 'Intermediaries/FundCentre/NewFunds/index.htm','ShowRelResources==TRUE');
g_navNode_4_4_6=g_navNode_4_4.addNode('6976','BGF IP',ssUrlPrefix + 'Intermediaries/FundCentre/BGFIP/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_5=g_navNode_4.addNode('473','Investment-Einblicke',ssUrlPrefix + 'Intermediaries/InvestmentInsights/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_5_1=g_navNode_4_5.addNode('475','Week in View',ssUrlPrefix + 'Intermediaries/InvestmentInsights/MarketViews/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_5_3=g_navNode_4_5.addNode('7024','Weekly Gold Report',ssUrlPrefix + 'Intermediaries/InvestmentInsights/WeeklyGoldReport/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_4_5_5=g_navNode_4_5.addNode('2781','BlackRock Bullets',ssUrlPrefix + 'Intermediaries/InvestmentInsights/blackrockbullets/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_4_6=g_navNode_4.addNode('2780','Multimedia',ssUrlPrefix + 'Intermediaries/Multimedia/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2782');
g_navNode_4_6_0=g_navNode_4_6.addNode('2782','Webcasts',ssUrlPrefix + 'Intermediaries/Multimedia/Webcasts/index.htm','ShowRelResources==TRUE');
g_navNode_4_6_0_0=g_navNode_4_6_0.addNode('4992','BGF World/New Energy',ssUrlPrefix + 'Intermediaries/Multimedia/Webcasts/BGFWorldNewEnergy/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4_9=g_navNode_4.addNode('485','Hilfe-Funktionen',ssUrlPrefix + 'Intermediaries/Support/index.htm');
g_navNode_4_9_0=g_navNode_4_9.addNode('492','Wir \xfcber uns',ssUrlPrefix + 'Intermediaries/Support/AboutUs/index.htm','RedirectURL==1172');
g_navNode_4_9_0_0=g_navNode_4_9_0.addNode('1172','\xdcbersicht',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_9_0_1=g_navNode_4_9_0.addNode('493','Investor Relations',ssUrlPrefix + 'Intermediaries/Support/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_9_0_2=g_navNode_4_9_0.addNode('494','Presseraum',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/index.htm','RedirectURL==2641','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_9_0_2_0=g_navNode_4_9_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_4_9_0_2_1=g_navNode_4_9_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_4_9_0_2_2=g_navNode_4_9_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_4_9_0_2_3=g_navNode_4_9_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_4_9_0_2_4=g_navNode_4_9_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_4_9_0_3=g_navNode_4_9_0.addNode('495','Karriere',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Careers/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_9_0_4=g_navNode_4_9_0.addNode('496','Kontakt',ssUrlPrefix + 'Intermediaries/Support/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_4_9_0_5=g_navNode_4_9_0.addNode('1609','Vertriebsb\xfcro Deutschland',ssUrlPrefix + 'Intermediaries/Support/AboutUs/FrankfurterVertriebsteam/index.htm','RedirectURL==2139');
g_navNode_4_9_1=g_navNode_4_9.addNode('488','Fragen \x26 Antworten',ssUrlPrefix + 'Intermediaries/Support/FAQ/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_2=g_navNode_4_9.addNode('489','Wie investieren',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_3=g_navNode_4_9.addNode('490','W\xf6rterbuch',ssUrlPrefix + 'Intermediaries/Support/Glossary/index.htm','RedirectURL==2131','ShowRelResources==TRUE');
g_navNode_4_9_3_0=g_navNode_4_9_3.addNode('2131','A-F',ssUrlPrefix + 'Intermediaries/Support/Glossary/A-F/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_3_1=g_navNode_4_9_3.addNode('2132','G-L',ssUrlPrefix + 'Intermediaries/Support/Glossary/G-L/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_3_2=g_navNode_4_9_3.addNode('2632','M-R',ssUrlPrefix + 'Intermediaries/Support/Glossary/M-R/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_3_3=g_navNode_4_9_3.addNode('2633','S-Z',ssUrlPrefix + 'Intermediaries/Support/Glossary/S-Z/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_4=g_navNode_4_9.addNode('2139','Vertriebsb\xfcro Deutschland',ssUrlPrefix + 'Intermediaries/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_5=g_navNode_4_9.addNode('2685','Feiertage',ssUrlPrefix + 'Intermediaries/Support/Holidays/index.htm','ShowRelResources==TRUE');
g_navNode_4_9_6=g_navNode_4_9.addNode('486','Suche',ssUrlPrefix + 'Intermediaries/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60GermanSite\x60','SearchNodeId==127','ShowRelResources==TRUE','xmlid==FC_12200');
g_navNode_4_9_6_0=g_navNode_4_9_6.addNode('487','Hilfe',ssUrlPrefix + 'Intermediaries/Support/Search/SearchHelp/index.htm');
g_navNode_4_10=g_navNode_4.addNode('452','Nachrichten',ssUrlPrefix + 'Intermediaries/News/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','WideColumnMiddle==TRUE');
g_navNode_5=g_navNode_Root.addNode('7217','allianz',ssUrlPrefix + 'allianz/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==allianz','RedirectURL==2634');
g_navNode_5_0=g_navNode_5.addNode('2634','literature',ssUrlPrefix + 'allianz/literature/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','Language==de','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_7=g_navNode_Root.addNode('2848','Danke',ssUrlPrefix + 'ThankYou/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_8=g_navNode_Root.addNode('4231','Local Content',ssUrlPrefix + 'LocalContent/index.htm','NotComplianceProtected==TRUE','StartDivID==LandingPage');
g_navNode_9=g_navNode_Root.addNode('5731','Local Content 2',ssUrlPrefix + 'LocalContent2/index.htm','NotComplianceProtected==TRUE');
g_navNode_10=g_navNode_Root.addNode('4788','MultiMedia',ssUrlPrefix + 'MultiMedia/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_10_0=g_navNode_10.addNode('8098','world-agriculture',ssUrlPrefix + 'MultiMedia/world-agriculture/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR');
g_navNode_10_1=g_navNode_10.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_11=g_navNode_Root.addNode('4947','News',ssUrlPrefix + 'News/index.htm','ComplianceNodeId==1605');
g_navNode_11_0=g_navNode_11.addNode('4948','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','ShowRelResources==TRUE');
g_navNode_13=g_navNode_Root.addNode('6275','germany2010',ssUrlPrefix + 'germany2010/index.htm');
g_navNode_13_0=g_navNode_13.addNode('6312','thanks',ssUrlPrefix + 'germany2010/thanks/index.htm');
g_navNode_13_1=g_navNode_13.addNode('6286','contact',ssUrlPrefix + 'germany2010/contact/index.htm');
g_navNode_13_2=g_navNode_13.addNode('6285','bio',ssUrlPrefix + 'germany2010/bio/index.htm');
g_navNode_13_3=g_navNode_13.addNode('6284','agenda',ssUrlPrefix + 'germany2010/agenda/index.htm');
g_navNode_13_4=g_navNode_13.addNode('6283','location',ssUrlPrefix + 'germany2010/location/index.htm');
g_navNode_13_5=g_navNode_13.addNode('6613','Literature',ssUrlPrefix + 'germany2010/Literature/index.htm');
g_navNode_14=g_navNode_Root.addNode('6654','European Equities',ssUrlPrefix + 'EuropeanEquities/index.htm','AdditionalCSS==groups/globaltemplates/international/css/blkinternet.css,/content/groups/globaltemplates/international/css/emeacss.css','DoNotShowInNavigation==TRUE');
g_navNode_15=g_navNode_Root.addNode('8003','equityincome',ssUrlPrefix + 'equityincome/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_15_0=g_navNode_15.addNode('8004','Videos',ssUrlPrefix + 'equityincome/Videos/index.htm');
g_navNode_15_1=g_navNode_15.addNode('8005','Long',ssUrlPrefix + 'equityincome/Long/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/emeacss.css');
g_navNode_16=g_navNode_Root.addNode('6882','thank-you',ssUrlPrefix + 'thank-you/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_16_0=g_navNode_16.addNode('6883','alternatives',ssUrlPrefix + 'thank-you/alternatives/index.htm');
g_navNode_17=g_navNode_Root.addNode('7021','absolut',ssUrlPrefix + 'absolut/index.htm','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg49837');
g_navNode_18=g_navNode_Root.addNode('7121','im',ssUrlPrefix + 'im/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg49837');
g_navNode_19=g_navNode_Root.addNode('7332','dpn',ssUrlPrefix + 'dpn/index.htm','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg49837');
g_navNode_20=g_navNode_Root.addNode('7380','European Equity Conference 2011',ssUrlPrefix + 'europeanequityconference2011/index.htm','Language==en','MicrositeName==europeanequityconference2011','RedirectURL==7482','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','StartDivID==dc');
g_navNode_20_0=g_navNode_20.addNode('7383','Agenda',ssUrlPrefix + 'europeanequityconference2011/agenda/index.htm','ShowThirdLevelNav==FALSE');
g_navNode_20_1=g_navNode_20.addNode('7384','Speakers',ssUrlPrefix + 'europeanequityconference2011/speakers/index.htm','HideTabs==FALSE','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_20_2=g_navNode_20.addNode('7385','Location',ssUrlPrefix + 'europeanequityconference2011/location/index.htm');
g_navNode_20_3=g_navNode_20.addNode('7391','Registration',ssUrlPrefix + 'europeanequityconference2011/registration/index.htm','RedirectURL==http\x3a//vovici.com/wsb.dll/s/11d6dg4b1d6');
g_navNode_20_4=g_navNode_20.addNode('7422','Thank You',ssUrlPrefix + 'europeanequityconference2011/thankyou/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_21=g_navNode_Root.addNode('7667','BlackRock\u2019s 5. Institutionelle Investorenkonferenz',ssUrlPrefix + 'Institutionelle-Investoren-konferenz/index.htm','DoNotShowInNavigation==TRUE','MicrositeName==BlackRock\u2019s 5. Institutionelle Investorenkonferenz','RedirectURL==7668');
g_navNode_21_0=g_navNode_21.addNode('7668','Agenda',ssUrlPrefix + 'Institutionelle-Investoren-konferenz/Agenda/index.htm','ShowRelResources==TRUE');
g_navNode_21_1=g_navNode_21.addNode('7669','Referenten',ssUrlPrefix + 'Institutionelle-Investoren-konferenz/Biographies/index.htm','ShowRelResources==TRUE');
g_navNode_21_2=g_navNode_21.addNode('7670','Ort',ssUrlPrefix + 'Institutionelle-Investoren-konferenz/Location/index.htm','ShowRelResources==TRUE');
g_navNode_21_3=g_navNode_21.addNode('7672','Pr\xe4sentationen',ssUrlPrefix + 'Institutionelle-Investoren-konferenz/Presentations/index.htm','DoNotShowInNavigation==FALSE');
g_navNode_21_5=g_navNode_21.addNode('7682','Thank You',ssUrlPrefix + 'Institutionelle-Investoren-konferenz/ThankYou/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');

