/////////////////////////////////////////////////////////////////////////////
// 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('218','Kezd\u0151lap',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','AnalyticsCode==UA-11736119-1','ComplianceNodeId==1606','DisplayDateFormat==yyyy.MM.dd.','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"FZtq4S0MKMyOuheHvgTsIaQATKobSMLLui6eWDf_CV4\" /\x3e','Language==hu','NoCookiesNodeId==5050','NotComplianceProtected==TRUE','OmnitureID==blkhu-prod','StartDivID==LandingPage','UnicaID==blk\x3ahu');
g_navNode_0=g_navNode_Root.addNode('222','a BlackRockr\xf3l',ssUrlPrefix + 'AboutUs/index.htm','NotComplianceProtected==FALSE','RedirectURL==260','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SiloName==AboutUs');
g_navNode_0_2=g_navNode_0.addNode('260','Sajt\xf3k\xf6zpont',ssUrlPrefix + 'AboutUs/Press/index.htm','ShowRelResources==TRUE');
g_navNode_0_3=g_navNode_0.addNode('261','Karrierlehet\u0151s\xe9gek',ssUrlPrefix + 'AboutUs/Careers/index.htm','ShowRelResources==TRUE');
g_navNode_0_4=g_navNode_0.addNode('1616','Kapcsolatfelv\xe9tel',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_1=g_navNode_Root.addNode('219','Egy\xe9ni befektet\u0151k',ssUrlPrefix + 'IndividualInvestors/index.htm','HideLiteratureFinder==TRUE','ShowFundFinder==FALSE','SiloName==6','TargetNodes==prices\x3d240','xmlid==FC_12202');
g_navNode_1_0=g_navNode_1.addNode('224','Inform\xe1ci\xf3s kiadv\xe1nyok',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm');
g_navNode_1_0_1=g_navNode_1_0.addNode('232','Term\xe9kbemutat\xf3 \xe9s egy\xe9b kiadv\xe1nyok',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==1620');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('1620','Term\xe9kbemutat\xf3k ',ssUrlPrefix + 'IndividualInvestors/Literature/BrochuresAndSupportMaterial/Brochures/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_1_0_2=g_navNode_1_0.addNode('233','Jogi dokumentumok',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==1623');
g_navNode_1_0_2_0=g_navNode_1_0_2.addNode('1623','BGF T\xe1j\xe9koztat\xf3k',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\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 \x3cAND\x3e xProductGroup \x3cmatches\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_2_1=g_navNode_1_0_2.addNode('1624','BGF Jelent\xe9sek',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/Reports/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60HungarianSite\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x603\x60 \x3cAND\x3e xProductGroup \x3cmatches\x3e \x606\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_2_2=g_navNode_1_0_2.addNode('6431','BSF T\xe1j\xe9koztat\xf3k',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/BSFProspectus/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\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 \x3cAND\x3e xProductGroup \x3cmatches\x3e \x6039\x60','ShowRelResources==TRUE');
g_navNode_1_0_2_3=g_navNode_1_0_2.addNode('6432','BSF Jelent\xe9sek',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/BSFReports/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60HungarianSite\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x603\x60 \x3cAND\x3e xProductGroup \x3cmatches\x3e \x6039\x60','ShowRelResources==TRUE');
g_navNode_1_1=g_navNode_1.addNode('227','Befektet\xe9si Alap K\xf6zpont',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm','RedirectURL==240');
g_navNode_1_1_0=g_navNode_1_1.addNode('6511','\xc1rfolyamok',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','RedirectURL==240');
g_navNode_1_1_0_0=g_navNode_1_1_0.addNode('240','BGF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/index.htm','AlternateLogo==blkmlimlogo.gif','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','NotComplianceProtected==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12202');
g_navNode_1_1_0_1=g_navNode_1_1_0.addNode('6510','BSF',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BSF/index.htm','AlternateLogo==blkmlimlogo.gif','FundCentreRedirectParams==product\x3d5000025/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12202');
g_navNode_1_2=g_navNode_1.addNode('228','Piaci kil\xe1t\xe1sok',ssUrlPrefix + 'IndividualInvestors/MarketViews/index.htm','RedirectURL==1626');
g_navNode_1_2_0=g_navNode_1_2.addNode('1626','Week in View',ssUrlPrefix + 'IndividualInvestors/MarketViews/WeekinView/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4=g_navNode_1.addNode('230','Support',ssUrlPrefix + 'IndividualInvestors/Support/index.htm');
g_navNode_1_4_0=g_navNode_1_4.addNode('252','a BlackRockr\xf3l',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/index.htm','RedirectURL==254','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_0_2=g_navNode_1_4_0.addNode('254','Sajt\xf3k\xf6zpont',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Press/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_0_3=g_navNode_1_4_0.addNode('255','Karrierlehet\u0151s\xe9gek',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/Careers/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_0_4=g_navNode_1_4_0.addNode('256','Kapcsolatfelv\xe9tel',ssUrlPrefix + 'IndividualInvestors/Support/AboutUs/ContactUs/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_1_4_3=g_navNode_1_4.addNode('251','Hogyan fektess\xfcnk be?',ssUrlPrefix + 'IndividualInvestors/Support/HowToInvest/index.htm','ShowRelResources==TRUE');
g_navNode_1_4_4=g_navNode_1_4.addNode('246','Keres\xe9s',ssUrlPrefix + 'IndividualInvestors/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60HungarianSite\x60','ShowRelResources==TRUE','xmlid==FC_12202');
g_navNode_2=g_navNode_Root.addNode('221','Bankok \xe9s k\xf6zvet\xedt\u0151k',ssUrlPrefix + 'Intermediaries/index.htm','ShowFundFinder==TRUE','SiloName==1','TargetNodes==eValuator\x3d2711,prices\x3d1629','xmlid==FC_12202');
g_navNode_2_0=g_navNode_2.addNode('262','Inform\xe1ci\xf3s kiadv\xe1nyok',ssUrlPrefix + 'Intermediaries/Literature/index.htm');
g_navNode_2_0_0=g_navNode_2_0.addNode('263','Factsheets',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/index.htm','RedirectURL==2729');
g_navNode_2_0_0_0=g_navNode_2_0_0.addNode('2729','A oszt\xe1ly',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassA/index.htm','RedirectURL==265');
g_navNode_2_0_0_0_0=g_navNode_2_0_0_0.addNode('265','R\xe9szv\xe9nyalapok',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassA/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3cmatches\x3e \x60A\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_2_0_0_0_1=g_navNode_2_0_0_0.addNode('264','K\xf6tv\xe9nyalapok',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassA/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3cmatches\x3e \x60A\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_2_0_0_0_2=g_navNode_2_0_0_0.addNode('267','Vegyes alapok',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassA/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3cmatches\x3e \x60A\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_2_0_0_1=g_navNode_2_0_0.addNode('2730','E oszt\xe1ly',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassE/index.htm','RedirectURL==2733');
g_navNode_2_0_0_1_0=g_navNode_2_0_0_1.addNode('2733','R\xe9szv\xe9nyalapok',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassE/EquityFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3cmatches\x3e \x60E\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_2_0_0_1_1=g_navNode_2_0_0_1.addNode('2732','K\xf6tv\xe9nyalapok',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassE/BondFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3cmatches\x3e \x60E\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_2_0_0_1_2=g_navNode_2_0_0_1.addNode('2731','Vegyes alapok',ssUrlPrefix + 'Intermediaries/Literature/Factsheets/ClassE/MixedFunds/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3ccontains\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60  \x3cAND\x3e  xShareClass \x3cmatches\x3e \x60E\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xCurrency','SubHeadingView==Currency');
g_navNode_2_0_1=g_navNode_2_0.addNode('269','Term\xe9kbemutat\xf3 \xe9s egy\xe9b kiadv\xe1nyok',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/index.htm','RedirectURL==270');
g_navNode_2_0_1_0=g_navNode_2_0_1.addNode('270','Term\xe9kbemutat\xf3k',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Brochures/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x605\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xAppGenericInt1 Desc xDocumentNickname Asc');
g_navNode_2_0_1_1=g_navNode_2_0_1.addNode('271','H\xedrlevelek',ssUrlPrefix + 'Intermediaries/Literature/BrochuresAndSupportMaterial/Newsletters/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6017\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_0_2=g_navNode_2_0.addNode('274','Jogi dokumentumok',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/index.htm','RedirectURL==275');
g_navNode_2_0_2_0=g_navNode_2_0_2.addNode('275','T\xe1j\xe9koztat\xf3k',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Prospectuses/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\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','SortFields==xDocumentNickname Asc');
g_navNode_2_0_2_1=g_navNode_2_0_2.addNode('276','Jelent\xe9sek',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/Reports/index.htm','Language==hu','Query==dDocType \x3csubstring\x3e \x60Literature\x60 \x3cAND\x3e dSecurityGroup \x3csubstring\x3e \x60HungarianSite\x60 \x3cAND\x3e xSubType \x3csubstring\x3e \x603\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc');
g_navNode_2_0_2_2=g_navNode_2_0_2.addNode('6174','R\xe9szv\xe9nyesi levelek',ssUrlPrefix + 'Intermediaries/Literature/LegalDocuments/ShareholderLetters/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60HungarianSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60hu\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60hu\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x60109\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3ccontains\x3e \x601\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE');
g_navNode_2_1=g_navNode_2.addNode('280','Befektet\xe9si Alap K\xf6zpont',ssUrlPrefix + 'Intermediaries/FundCentre/index.htm','RedirectURL==1629');
g_navNode_2_1_0=g_navNode_2_1.addNode('6512','\xc1rfolyamok',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/index.htm','RedirectURL==1629');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('1629','BGF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BGF/index.htm','AlternateLogo==blkmlimlogo.gif','FundCentreRedirectParams==product\x3d6/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12202');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('6513','BSF',ssUrlPrefix + 'Intermediaries/FundCentre/Prices/BSF/index.htm','FundCentreRedirectParams==product\x3d5000025/ukdistributorstatus\x3dN//','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','secondaryUrlVariableField==region5','xmlid==FC_12202');
g_navNode_2_1_1=g_navNode_2_1.addNode('241','Interakt\xedv funkci\xf3k',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/index.htm');
g_navNode_2_1_1_0=g_navNode_2_1_1.addNode('2741','Alapkeres\u0151',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12202');
g_navNode_2_1_1_1=g_navNode_2_1_1.addNode('2709','M\xfaltbeli \xe1rfolyamok',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','ShowThirdLevelNav==TRUE','contributorOnly==FALSE','xmlid==FC_12201');
g_navNode_2_1_1_2=g_navNode_2_1_1.addNode('2711','eValuator',ssUrlPrefix + 'Intermediaries/FundCentre/Tools/eValuator/index.htm','Language==hu','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_12202');
g_navNode_2_2=g_navNode_2.addNode('281','Piaci kil\xe1t\xe1sok',ssUrlPrefix + 'Intermediaries/MarketViews/index.htm');
g_navNode_2_2_2=g_navNode_2_2.addNode('4232','Week in View',ssUrlPrefix + 'Intermediaries/MarketViews/WeekinView/index.htm','ShowRelResources==TRUE');
g_navNode_2_3=g_navNode_2.addNode('2268','Kiemelt alap',ssUrlPrefix + 'Intermediaries/FeaturedFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2269');
g_navNode_2_3_0=g_navNode_2_3.addNode('2269','Global Allocation Fund',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==2270');
g_navNode_2_3_0_0=g_navNode_2_3_0.addNode('2270','\xc1ttekint\xe9s',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_2_3_0_1=g_navNode_2_3_0.addNode('2271','Piaci kitekint\xe9s',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/FundInsight/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_2_3_0_2=g_navNode_2_3_0.addNode('2272','Kiadv\xe1nyok',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Literature/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_2_3_0_3=g_navNode_2_3_0.addNode('2273','Kit\xfcntet\xe9sek',ssUrlPrefix + 'Intermediaries/FeaturedFund/GlobalAllocationFund/Awards/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_2_5=g_navNode_2.addNode('291','Support',ssUrlPrefix + 'Intermediaries/Support/index.htm');
g_navNode_2_5_2=g_navNode_2_5.addNode('297','a BlackRockr\xf3l',ssUrlPrefix + 'Intermediaries/Support/AboutUs/index.htm','RedirectURL==299','ShowThirdLevelNav==TRUE');
g_navNode_2_5_2_2=g_navNode_2_5_2.addNode('299','Sajt\xf3k\xf6zpont',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Press/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_2_5_2_3=g_navNode_2_5_2.addNode('300','Karrierlehet\u0151s\xe9gek',ssUrlPrefix + 'Intermediaries/Support/AboutUs/Careers/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_2_5_2_4=g_navNode_2_5_2.addNode('301','Kapcsolatfelv\xe9tel',ssUrlPrefix + 'Intermediaries/Support/AboutUs/ContactUs/index.htm','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_2_5_3=g_navNode_2_5.addNode('295','Hogyan fektess\xfcnk be?',ssUrlPrefix + 'Intermediaries/Support/HowToInvest/index.htm','ShowRelResources==TRUE');
g_navNode_2_5_4=g_navNode_2_5.addNode('292','Keres\xe9s',ssUrlPrefix + 'Intermediaries/Support/Search/index.htm','Query==dSecurityGroup \x3cmatches\x3e \x60HungarianSite\x60','ShowRelResources==TRUE','xmlid==FC_12202');
g_navNode_5=g_navNode_Root.addNode('4224','SiloLocalContent',ssUrlPrefix + 'LocalContent/index.htm','NotComplianceProtected==TRUE','StartDivID==LandingPage');
g_navNode_6=g_navNode_Root.addNode('5768','Local Content 2',ssUrlPrefix + 'LocalContent2/index.htm','DoNotShowInNavigation==TRUE','NotComplianceProtected==TRUE');
g_navNode_7=g_navNode_Root.addNode('4952','News',ssUrlPrefix + 'News/index.htm','RedirectURL==4953');
g_navNode_7_0=g_navNode_7.addNode('4953','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
