/////////////////////////////////////////////////////////////////////////////
// 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('3715','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','AnalyticsCode==UA-11735964-1','HTTPMetaText==\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27\ube14\ub799\ub85d\uc740 \uc138\uacc4\uc801\uc778 \uba85\uc131\uc758 \uc790\uc0b0\uc6b4\uc6a9\uc0ac\ub85c\uc368, \uc804\uc138\uacc4 \uae30\uad00\ud22c\uc790\uc790, \ub9ac\ud14c\uc77c \ubc0f \uac1c\uc778 \ud22c\uc790\uc790\ub4e4\uc5d0\uac8c \uae00\ub85c\ubc8c \uc790\uc0b0\uc6b4\uc6a9, \ub9ac\uc2a4\ud06c\uad00\ub9ac \ubc0f \ud22c\uc790\uc790\ubb38 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\\x27/\x3e\x3cmeta name\x3d\"google-site-verification\"','Language==kr','NoCookiesNodeId==5047','OmnitureID==blkkr-prod','RedirectURL==3738','SiloName==kr','StartDivID==LandingPage','UnicaID==blk\x3akr');
g_navNode_0=g_navNode_Root.addNode('3730','\ud68c\uc0ac\uc18c\uac1c',ssUrlPrefix + 'AboutUs/index.htm','ComplianceNodeId==3757','NotComplianceProtected==FALSE','RedirectURL==3731','SiloName==AboutUs');
g_navNode_0_0=g_navNode_0.addNode('3731','\ube14\ub799\ub85d \uc18c\uac1c',ssUrlPrefix + 'AboutUs/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_1=g_navNode_0.addNode('3732','IR',ssUrlPrefix + 'AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE');
g_navNode_0_2=g_navNode_0.addNode('3733','\ubcf4\ub3c4\uc790\ub8cc',ssUrlPrefix + 'AboutUs/PressCentre/index.htm','ShowRelResources==TRUE');
g_navNode_0_3=g_navNode_0.addNode('3734','\ucc44\uc6a9\uc815\ubcf4',ssUrlPrefix + 'AboutUs/Careers/index.htm','ShowRelResources==TRUE');
g_navNode_0_4=g_navNode_0.addNode('3735','Contact Us',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_0_5=g_navNode_0.addNode('3736','\ubc95\uc801 \uace0\uc9c0\uc0ac\ud56d',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_0_6=g_navNode_0.addNode('3737','\uac1c\uc778\uc815\ubcf4 \ucde8\uae09\ubc29\ubc95',ssUrlPrefix + 'AboutUs/PrivacyStatement/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_1=g_navNode_Root.addNode('3738','\ube14\ub799\ub85d ',ssUrlPrefix + 'IndividualInvestors/index.htm','ComplianceNodeId==3757','HideLiteratureFinder==TRUE','Language==kr','NotComplianceProtected==TRUE','ShowFundFinder==TRUE','SiloName==6','TargetNodes==FC_10029583','xmlid==FC_10029584');
g_navNode_1_0=g_navNode_1.addNode('3739','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm','RedirectURL==3751');
g_navNode_1_0_0=g_navNode_1_0.addNode('3751','Week In View',ssUrlPrefix + 'IndividualInvestors/Literature/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_1_0_1=g_navNode_1_0.addNode('3740','\uc5ed\uc678\ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/index.htm','RedirectURL==3744');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('3744','\uc8fc\uc2dd\ud615 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/EquityFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x604\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xShareClass \x3csubstring\x3e \x60A\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_0_1_1=g_navNode_1_0_1.addNode('3745','\ucc44\uad8c\ud615 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/BondFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xShareClass \x3csubstring\x3e \x60A\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_0_1_2=g_navNode_1_0_1.addNode('3746','\ud63c\ud569\ud615 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/MixedFunds/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6015\x60  \x3cAND\x3e  xAssetType \x3csubstring\x3e \x608\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xShareClass \x3csubstring\x3e \x60A\x60','ShowRelResources==TRUE','SortFields==xDocumentNickname Asc','SubHeadingMetadataField==xRegion','SubHeadingView==Region');
g_navNode_1_0_2=g_navNode_1_0.addNode('3105','\uad6d\ub0b4\uc124\uc815\ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3107','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_1_0_2_0=g_navNode_1_0_2.addNode('3107','\ube14\ub799\ub85d \uc6d4\ub4dc\uace8\ub4dc \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldGoldFund/index.htm','RedirectURL==3114','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_0_0=g_navNode_1_0_2_0.addNode('3114','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldGoldFund/Overview/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60 \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x6069\x60  \x3cAND\x3e  xAppGenericText1 \x3ccontains\x3e \x60kronshore\x60 \x3cAND\x3e   \x28\x28xSubType \x3ccontains\x3e \x605\x60\x29 \x3cOR\x3e \x28 xSubType \x3ccontains\x3e \x6026\x60\x29\x29  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60\\x0a','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_0_1=g_navNode_1_0_2_0.addNode('3115','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldGoldFund/Literature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x6069\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x605\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingMetadataField==xSubType Desc','SubHeadingView==SubType');
g_navNode_1_0_2_0_2=g_navNode_1_0_2_0.addNode('4534','\ud380\ub4dc \ubcc0\uacbd\uc0ac\ud56d',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldGoldFund/FundChanges/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x6069\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6032\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_1=g_navNode_1_0_2.addNode('3116','\ube14\ub799\ub85d \uc6d4\ub4dc\uad11\uc5c5\uc8fc \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldMiningFund/index.htm','RedirectURL==3117','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_1_0=g_navNode_1_0_2_1.addNode('3117','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldMiningFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_1_1=g_navNode_1_0_2_1.addNode('3126','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldMiningFund/Literature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x6083\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x605\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingMetadataField==xSubType Desc','SubHeadingView==SubType');
g_navNode_1_0_2_1_2=g_navNode_1_0_2_1.addNode('4535','\ud380\ub4dc \ubcc0\uacbd\uc0ac\ud56d',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldMiningFund/FundChanges/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x6083\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6032\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_2=g_navNode_1_0_2.addNode('3149','\ube14\ub799\ub85d \uc6d4\ub4dc\uc5d0\ub108\uc9c0 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldEnergyFund/index.htm','RedirectURL==3150','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_2_0=g_navNode_1_0_2_2.addNode('3150','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldEnergyFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_2_1=g_navNode_1_0_2_2.addNode('3168','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldEnergyFund/Literature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3ccontains\x3e \x606\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xProductFundName \x3ccontains\x3e \x60149\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x605\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingMetadataField==xSubType Desc','SubHeadingView==SubType');
g_navNode_1_0_2_2_2=g_navNode_1_0_2_2.addNode('4536','\ud380\ub4dc \ubcc0\uacbd\uc0ac\ud56d',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldEnergyFund/FundChanges/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x60149\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6032\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_3=g_navNode_1_0_2.addNode('3234','\ube14\ub799\ub85d \uc774\uba38\uc9d5\uc720\ub7fd \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockEmergingEuropeFund/index.htm','RedirectURL==3237','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_3_0=g_navNode_1_0_2_3.addNode('3237','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockEmergingEuropeFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_3_1=g_navNode_1_0_2_3.addNode('3243','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockEmergingEuropeFund/Literature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3cmatches\x3e \x6056\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x605\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingMetadataField==xSubType Desc','SubHeadingView==SubType');
g_navNode_1_0_2_3_2=g_navNode_1_0_2_3.addNode('4537','\ud380\ub4dc \ubcc0\uacbd\uc0ac\ud56d',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockEmergingEuropeFund/FundChanges/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x6056\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6032\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_4=g_navNode_1_0_2.addNode('3244','\ube14\ub799\ub85d \uc911\ub0a8\ubbf8 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockLatinAmericanFund/index.htm','RedirectURL==3245','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_4_0=g_navNode_1_0_2_4.addNode('3245','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockLatinAmericanFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_4_1=g_navNode_1_0_2_4.addNode('3248','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockLatinAmericanFund/Literature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3cmatches\x3e \x601235\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x605\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingMetadataField==xSubType Desc','SubHeadingView==SubType');
g_navNode_1_0_2_4_2=g_navNode_1_0_2_4.addNode('4538','\ud380\ub4dc \ubcc0\uacbd\uc0ac\ud56d',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockLatinAmericanFund/FundChanges/index.htm','DoNotShowInNavigation==FALSE','HideLiteratureFinder==FALSE','HideTabs==FALSE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3csubstring\x3e \x601235\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6032\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_5=g_navNode_1_0_2.addNode('5063','\ube14\ub799\ub85d \ubbf8\uad6d\ub2ec\ub7ec \ud558\uc774\uc77c\ub4dc \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockUSDHighYieldBondFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5064');
g_navNode_1_0_2_5_0=g_navNode_1_0_2_5.addNode('5064','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockUSDHighYieldBondFund/Overview/index.htm','DoNotShowInNavigation==FALSE','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_5_1=g_navNode_1_0_2_5.addNode('6072','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockUSDHighYieldBondFund/Literature/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xProductFundName \x3cmatches\x3e \x601245\x60 \x3cAND\x3e  xSubType \x3cmatches\x3e \x6073\x60','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','SubHeadingMetadataField==xSubType Desc','SubHeadingView==SubType');
g_navNode_1_0_2_6=g_navNode_1_0_2.addNode('5174','\ube14\ub799\ub85d \uae00\ub85c\ubc8c \uc790\uc0b0\ubc30\ubd84 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockGlobalAllocationFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==5175');
g_navNode_1_0_2_6_0=g_navNode_1_0_2_6.addNode('5175','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockGlobalAllocationFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_6_1=g_navNode_1_0_2_6.addNode('5065','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockGlobalAllocationFund/Literature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x605\x60\x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60GAF\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_7=g_navNode_1_0_2.addNode('5176','\ube14\ub799\ub85d \ub274\uc5d0\ub108\uc9c0 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockNewEnergyFund/index.htm','RedirectURL==5177');
g_navNode_1_0_2_7_0=g_navNode_1_0_2_7.addNode('5177','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockNewEnergyFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_2_7_1=g_navNode_1_0_2_7.addNode('5178','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockNewEnergyFund/Literature/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xProductGroup \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x605\x60\x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60NEF\x60','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3=g_navNode_1_0.addNode('6073','\uc2e0\uaddc \uc0c1\ud488',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6074','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_0=g_navNode_1_0_3.addNode('6074','\ube14\ub799\ub85d \uc6d4\ub4dc \uc560\uadf8\ub9ac\uceec\uccd0 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/WorldAgricultureFund/index.htm','RedirectURL==6076');
g_navNode_1_0_3_0_0=g_navNode_1_0_3_0.addNode('6076','\ud380\ub4dc \uac1c\uc694',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/WorldAgricultureFund/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_0_1=g_navNode_1_0_3_0.addNode('6077','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/WorldAgricultureFund/Literature/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_0_2=g_navNode_1_0_3_0.addNode('6078','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/WorldAgricultureFund/Distributor/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_0_3=g_navNode_1_0_3_0.addNode('6079','\uae30\uc900\uac00',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/WorldAgricultureFund/NAV/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_1=g_navNode_1_0_3.addNode('6075','\ube14\ub799\ub85d \ucc28\uc774\ub098 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/ChinaFund/index.htm','RedirectURL==6080');
g_navNode_1_0_3_1_0=g_navNode_1_0_3_1.addNode('6080','\ud380\ub4dc \uac1c\uc694',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/ChinaFund/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_1_1=g_navNode_1_0_3_1.addNode('6081','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/ChinaFund/Literature/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_1_2=g_navNode_1_0_3_1.addNode('6082','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/ChinaFund/Distributor/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_1_3=g_navNode_1_0_3_1.addNode('6083','\uae30\uc900\uac00',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/ChinaFund/NAV/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_2=g_navNode_1_0_3.addNode('6502','\ube14\ub799\ub85d \uc544\uc2dc\uc544 \ud0c0\uc774\uac70 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/AsianTigerBondFund/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==6503','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_2_0=g_navNode_1_0_3_2.addNode('6503','\ud380\ub4dc \uac1c\uc694',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/AsianTigerBondFund/Overview/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_2_1=g_navNode_1_0_3_2.addNode('6504','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/AsianTigerBondFund/Literature/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_2_2=g_navNode_1_0_3_2.addNode('6505','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/AsianTigerBondFund/Distributor/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_0_3_2_3=g_navNode_1_0_3_2.addNode('6506','\uae30\uc900\uac00',ssUrlPrefix + 'IndividualInvestors/Literature/FeaturedFunds/AsianTigerBondFund/NAV/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_1_0_4=g_navNode_1_0.addNode('3331','\ud22c\uc790\uc124\uba85\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/Prospectus/index.htm','RedirectURL==3327');
g_navNode_1_0_4_0=g_navNode_1_0_4.addNode('3327','\ud22c\uc790\uc124\uba85\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/Prospectus/Prospectus/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3cmatches\x3e \x6026\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_4_1=g_navNode_1_0_4.addNode('4685','\uac04\uc774\ud22c\uc790\uc124\uba85\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/Prospectus/InvestmentGuide/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x60126\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_5=g_navNode_1_0.addNode('3328','\uc9d1\ud569\ud22c\uc790\uaddc\uc57d',ssUrlPrefix + 'IndividualInvestors/Literature/TrustDeed/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3330','ShowRelResources==FALSE','ShowThirdLevelNav==FALSE');
g_navNode_1_0_5_0=g_navNode_1_0_5.addNode('3330','\uc9d1\ud569\ud22c\uc790\uaddc\uc57d',ssUrlPrefix + 'IndividualInvestors/Literature/TrustDeed/OnshoreTrustDeed/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6018\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE','SortFields==xDocumentNickname Asc');
g_navNode_1_0_6=g_navNode_1_0.addNode('6176','\uc790\uc0b0\uc6b4\uc6a9\ubcf4\uace0\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/QuarterlyFundReports/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6177');
g_navNode_1_0_6_0=g_navNode_1_0_6.addNode('6177','\uc790\uc0b0\uc6b4\uc6a9\ubcf4\uace0\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/QuarterlyFundReports/QuarterlyFundReports/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6029\x60  \x3cAND\x3e  xTargetAudienceOrVenue \x3csubstring\x3e \x606\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60Quarterly Fund Report\x60','ShowRelResources==TRUE');
g_navNode_1_0_7=g_navNode_1_0.addNode('3786','\uc218\uc2dc\uacf5\uc2dc',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/index.htm','RedirectURL==3742');
g_navNode_1_0_7_0=g_navNode_1_0_7.addNode('3742','\uacf5\uc2dc\uc0ac\ud56d',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/LegalDocuments/index.htm','DoNotShowInNavigation==TRUE','HideTabs==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6084\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60 \x3cNOT\x3e \x28xAppGenericText1 \x3ccontains\x3e \x60ProspectusChanges\x60 \x3cOR\x3e xAppGenericText1 \x3ccontains\x3e \x60TrustDeedChanges\x60 \x3cOR\x3e xAppGenericText1 \x3ccontains\x3e \x60DAChanges\x60\x29','ShowNavInTabs==FALSE','ShowRelResources==TRUE');
g_navNode_1_0_7_1=g_navNode_1_0_7.addNode('6087','\ud22c\uc790\uc124\uba85\uc11c \ubcc0\uacbd',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/ProspectusChanges/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6084\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60ProspectusChanges\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_1_0_7_2=g_navNode_1_0_7.addNode('6088','\uc9d1\ud569\ud22c\uc790\uaddc\uc57d \ubcc0\uacbd',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/TrustDeedChanges/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6084\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60TrustDeedChanges\x60','ShowRelResources==TRUE','SortFields==xDocumentDate Desc');
g_navNode_1_0_7_3=g_navNode_1_0_7.addNode('6089','\ud310\ub9e4\uacc4\uc57d\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/LegalDocuments/DAChanges/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6084\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60DAChanges\x60','ShowRelResources==TRUE');
g_navNode_1_0_8=g_navNode_1_0.addNode('3954','\uacbd\uc601\uacf5\uc2dc',ssUrlPrefix + 'IndividualInvestors/Literature/BusinessReport/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3952','ShowRelResources==TRUE');
g_navNode_1_0_8_0=g_navNode_1_0_8.addNode('3952','\uacbd\uc601\uacf5\uc2dc',ssUrlPrefix + 'IndividualInvestors/Literature/BusinessReport/BusinessReport/index.htm','Query==dDocType \x3csubstring\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3csubstring\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3csubstring\x3e \x6029\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60','ShowRelResources==TRUE');
g_navNode_1_1=g_navNode_1.addNode('3747','\ud380\ub4dc \uc13c\ud130',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm','RedirectURL==3748','TargetNodes==prices\x3d3748');
g_navNode_1_1_0=g_navNode_1_1.addNode('2078','\uac00\uaca9',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','RedirectURL==3748','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_0=g_navNode_1_1_0.addNode('3748','\ud574\uc678\uc124\uc815\ud380\ub4dc \x28BGF\x29',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/BGF/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','TargetNodes==prices\x3d3748','secondaryUrlVariableField==region5','xmlid==FC_10029584');
g_navNode_1_1_0_1=g_navNode_1_1_0.addNode('3103','\uad6d\ub0b4\uc124\uc815\ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/Onshore/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3104','ShowThirdLevelNav==TRUE');
g_navNode_1_1_0_1_0=g_navNode_1_1_0_1.addNode('3104','\uad6d\ub0b4\uc124\uc815\ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/Onshore/Prices/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_1_1_1=g_navNode_1_1.addNode('3749','Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm','RedirectURL==3752');
g_navNode_1_1_1_0=g_navNode_1_1_1.addNode('3752','\uae30\uc900\uac00 \ucd94\uc774 ',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/HistoricalPriceTool/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_10029583');
g_navNode_1_1_1_1=g_navNode_1_1_1.addNode('3774','\ud380\ub4dc \uac80\uc0c9',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10029584');
g_navNode_1_2=g_navNode_1.addNode('3754','\ud68c\uc0ac\uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/AboutUs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_2=g_navNode_Root.addNode('4979','News',ssUrlPrefix + 'News/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4980');
g_navNode_2_0=g_navNode_2.addNode('4980','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_3=g_navNode_Root.addNode('5199','Local Content',ssUrlPrefix + 'LocalContent/index.htm','DoNotShowInNavigation==TRUE');
