/////////////////////////////////////////////////////////////////////////////
// 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','AdditionalJavaScript==http\x3a//www.blackrock.com/include/common/js/ebiz/common.js','AnalyticsCode==UA-11735964-1','CookieAge==0','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\" content\x3d\"78seGCn_Ujwy72eBQWHifY0DU7_x4S_bS7XrgIj6RL4\" /\x3e','Language==kr','NoCookiesNodeId==5047','RedirectURL==3738','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('8140','\ubcf4\ub3c4\uc790\ub8cc',ssUrlPrefix + 'AboutUs/press-centre/index.htm','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \\x27Literature\\x27 \x3cAND\x3e xSubType \x3cmatches\x3e \\x2723\\x27 \x3cAND\x3e xWebsites \x3ccontains\x3e \\x27kr\\x27 \x3cAND\x3e xLanguage \x3ccontains\x3e \\x27ko\\x27','ShowRelResources==TRUE');
g_navNode_0_4=g_navNode_0.addNode('3734','\ucc44\uc6a9\uc815\ubcf4',ssUrlPrefix + 'AboutUs/Careers/index.htm','ShowRelResources==TRUE');
g_navNode_0_5=g_navNode_0.addNode('3735','Contact Us',ssUrlPrefix + 'AboutUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_0_6=g_navNode_0.addNode('3736','\ubc95\uc801 \uace0\uc9c0\uc0ac\ud56d',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','NotComplianceProtected==TRUE','ShowRelResources==TRUE');
g_navNode_0_7=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('6982','Landing',ssUrlPrefix + 'Landing/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_2=g_navNode_Root.addNode('3738','\ube14\ub799\ub85d ',ssUrlPrefix + 'IndividualInvestors/index.htm','ComplianceNodeId==3757','HideLiteratureFinder==TRUE','Language==kr','NotComplianceProtected==FALSE','ShowFundFinder==TRUE','SiloName==6','TargetNodes==FC_10029583','xmlid==FC_10029584');
g_navNode_2_0=g_navNode_2.addNode('3739','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/index.htm','RedirectURL==3751');
g_navNode_2_0_0=g_navNode_2_0.addNode('3751','Week In View',ssUrlPrefix + 'IndividualInvestors/Literature/WeekInView/index.htm','ShowRelResources==TRUE');
g_navNode_2_0_1=g_navNode_2_0.addNode('7765','Market Volatility',ssUrlPrefix + 'IndividualInvestors/Literature/MarketVolatility/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==FALSE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_2=g_navNode_2_0.addNode('8336','\ube14\ub799\ub85d  \uc8fc\uac04 \uace8\ub4dc \ub9ac\ud3ec\ud2b8',ssUrlPrefix + 'IndividualInvestors/Literature/GoldWeekly/index.htm','DoNotShowInNavigation==FALSE','ShowRelResources==TRUE');
g_navNode_2_0_3=g_navNode_2_0.addNode('3740','\uc5ed\uc678\ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/Factsheets/index.htm','RedirectURL==3744');
g_navNode_2_0_3_0=g_navNode_2_0_3.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_2_0_3_1=g_navNode_2_0_3.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_2_0_3_2=g_navNode_2_0_3.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_2_0_4=g_navNode_2_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_2_0_4_0=g_navNode_2_0_4.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_2_0_4_0_0=g_navNode_2_0_4_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_2_0_4_0_1=g_navNode_2_0_4_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_2_0_4_0_2=g_navNode_2_0_4_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_2_0_4_1=g_navNode_2_0_4.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_2_0_4_1_0=g_navNode_2_0_4_1.addNode('3117','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldMiningFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_1_1=g_navNode_2_0_4_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_2_0_4_1_2=g_navNode_2_0_4_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_2_0_4_2=g_navNode_2_0_4.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_2_0_4_2_0=g_navNode_2_0_4_2.addNode('3150','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockWorldEnergyFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_2_1=g_navNode_2_0_4_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_2_0_4_2_2=g_navNode_2_0_4_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_2_0_4_3=g_navNode_2_0_4.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_2_0_4_3_0=g_navNode_2_0_4_3.addNode('3237','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockEmergingEuropeFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_3_1=g_navNode_2_0_4_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_2_0_4_3_2=g_navNode_2_0_4_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_2_0_4_4=g_navNode_2_0_4.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_2_0_4_4_0=g_navNode_2_0_4_4.addNode('3245','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockLatinAmericanFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_4_1=g_navNode_2_0_4_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_2_0_4_4_2=g_navNode_2_0_4_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_2_0_4_5=g_navNode_2_0_4.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_2_0_4_5_0=g_navNode_2_0_4_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_2_0_4_5_1=g_navNode_2_0_4_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_2_0_4_6=g_navNode_2_0_4.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_2_0_4_6_0=g_navNode_2_0_4_6.addNode('5175','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockGlobalAllocationFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_6_1=g_navNode_2_0_4_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_2_0_4_7=g_navNode_2_0_4.addNode('5176','\ube14\ub799\ub85d \ub274\uc5d0\ub108\uc9c0 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockNewEnergyFund/index.htm','RedirectURL==5177');
g_navNode_2_0_4_7_0=g_navNode_2_0_4_7.addNode('5177','\ud380\ub4dc \uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/BlackRockNewEnergyFund/Overview/index.htm','ShowNavInTabs==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_7_1=g_navNode_2_0_4_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_2_0_4_8=g_navNode_2_0_4.addNode('6074','\ube14\ub799\ub85d \uc6d4\ub4dc \uc560\uadf8\ub9ac\uceec\uccd0 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/WorldAgricultureFund/index.htm','RedirectURL==6076');
g_navNode_2_0_4_8_0=g_navNode_2_0_4_8.addNode('6076','\ud380\ub4dc \uac1c\uc694',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/WorldAgricultureFund/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_8_1=g_navNode_2_0_4_8.addNode('6077','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/WorldAgricultureFund/Literature/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_8_2=g_navNode_2_0_4_8.addNode('6078','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/WorldAgricultureFund/Distributor/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_8_3=g_navNode_2_0_4_8.addNode('6079','\uae30\uc900\uac00',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/WorldAgricultureFund/NAV/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_9=g_navNode_2_0_4.addNode('6075','\ube14\ub799\ub85d \ucc28\uc774\ub098 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/ChinaFund/index.htm','RedirectURL==6080');
g_navNode_2_0_4_9_0=g_navNode_2_0_4_9.addNode('6080','\ud380\ub4dc \uac1c\uc694',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/ChinaFund/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_9_1=g_navNode_2_0_4_9.addNode('6081','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/ChinaFund/Literature/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_9_2=g_navNode_2_0_4_9.addNode('6082','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/ChinaFund/Distributor/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_9_3=g_navNode_2_0_4_9.addNode('6083','\uae30\uc900\uac00',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/ChinaFund/NAV/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_10=g_navNode_2_0_4.addNode('6502','\ube14\ub799\ub85d \uc544\uc2dc\uc544 \ud0c0\uc774\uac70 \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/AsianTigerBondFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6503','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_10_0=g_navNode_2_0_4_10.addNode('6503','\ud380\ub4dc \uac1c\uc694',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/AsianTigerBondFund/Overview/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_10_1=g_navNode_2_0_4_10.addNode('6504','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/AsianTigerBondFund/Literature/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_10_2=g_navNode_2_0_4_10.addNode('6505','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/AsianTigerBondFund/Distributor/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_10_3=g_navNode_2_0_4_10.addNode('6506','\uae30\uc900\uac00',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/AsianTigerBondFund/NAV/index.htm','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_11=g_navNode_2_0_4.addNode('7271','\ube14\ub799\ub85d \uc6d4\uc9c0\uae09 \ubbf8\uad6d\ub2ec\ub7ec \ud558\uc774\uc77c\ub4dc \uc99d\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/USDHighYieldMonthlyPayoutFund/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7272','ShowRelResources==TRUE');
g_navNode_2_0_4_11_0=g_navNode_2_0_4_11.addNode('7272','\ud380\ub4dc \uac1c\uc694',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/USDHighYieldMonthlyPayoutFund/Overview/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_11_1=g_navNode_2_0_4_11.addNode('7273','\ud380\ub4dc \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/USDHighYieldMonthlyPayoutFund/Literature/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_11_2=g_navNode_2_0_4_11.addNode('7274','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/USDHighYieldMonthlyPayoutFund/Distributor/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_4_11_3=g_navNode_2_0_4_11.addNode('7275','\uae30\uc900\uac00',ssUrlPrefix + 'IndividualInvestors/Literature/FundFact/USDHighYieldMonthlyPayoutFund/Nav/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_0_6=g_navNode_2_0.addNode('3331','\ud22c\uc790\uc124\uba85\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/Prospectus/index.htm','RedirectURL==3327');
g_navNode_2_0_6_0=g_navNode_2_0_6.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_2_0_6_1=g_navNode_2_0_6.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_2_0_7=g_navNode_2_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_2_0_7_0=g_navNode_2_0_7.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_2_0_8=g_navNode_2_0.addNode('6176','\uc790\uc0b0\uc6b4\uc6a9\ubcf4\uace0\uc11c',ssUrlPrefix + 'IndividualInvestors/Literature/QuarterlyFundReports/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==6177');
g_navNode_2_0_8_0=g_navNode_2_0_8.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_2_1=g_navNode_2.addNode('7855','\ucd94\ucc9c \uc0c1\ud488',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7849');
g_navNode_2_1_0=g_navNode_2_1.addNode('7849','\ube14\ub799\ub85d \uae00\ub85c\ubc8c \uc790\uc0b0\ubc30\ubd84 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/GA/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==7850');
g_navNode_2_1_0_0=g_navNode_2_1_0.addNode('7850','\uba54\uc778\ud654\uba74',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/GA/Home/index.htm','BoxStyle==purple','DoNotShowInBreadcrumb==TRUE','NoBreadcrumb==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_1=g_navNode_2_1_0.addNode('7851','\uc720\uc5f0\ud55c \ud22c\uc790',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/GA/Flexibility/index.htm','BoxStyle==blue','DoNotShowInBreadcrumb==TRUE','NoBreadcrumb==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_2=g_navNode_2_1_0.addNode('7852','\ub2e4\uc591\ud55c \uc811\uadfc',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/GA/Perspective/index.htm','BoxStyle==blue','DoNotShowInBreadcrumb==TRUE','NoBreadcrumb==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_3=g_navNode_2_1_0.addNode('7853','\ub192\uc740 \uc548\uc815\uc131',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/GA/Stability/index.htm','BoxStyle==blue','DoNotShowInBreadcrumb==TRUE','NoBreadcrumb==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_0_4=g_navNode_2_1_0.addNode('7854','\ud310\ub9e4\uc0ac',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/GA/Distributors/index.htm','BoxStyle==blue','DoNotShowInBreadcrumb==TRUE','NoBreadcrumb==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_1_1=g_navNode_2_1.addNode('8337','USHY',ssUrlPrefix + 'IndividualInvestors/FeaturedFunds/USHY/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_2_2=g_navNode_2.addNode('3747','\ud380\ub4dc \uc13c\ud130',ssUrlPrefix + 'IndividualInvestors/FundCentre/index.htm','RedirectURL==3748','TargetNodes==prices\x3d3748');
g_navNode_2_2_0=g_navNode_2_2.addNode('2078','\uac00\uaca9',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/index.htm','RedirectURL==3748','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_0_0=g_navNode_2_2_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_2_2_0_1=g_navNode_2_2_0.addNode('3103','\uad6d\ub0b4\uc124\uc815\ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/Onshore/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==3104','ShowThirdLevelNav==TRUE');
g_navNode_2_2_0_1_0=g_navNode_2_2_0_1.addNode('3104','\uad6d\ub0b4\uc124\uc815\ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/FundCentre/Prices/Onshore/Prices/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_2_2_1=g_navNode_2_2.addNode('3749','Tools',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/index.htm','RedirectURL==3752');
g_navNode_2_2_1_0=g_navNode_2_2_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_2_2_1_1=g_navNode_2_2_1.addNode('3774','\ud380\ub4dc \uac80\uc0c9',ssUrlPrefix + 'IndividualInvestors/FundCentre/Tools/FundFinder/index.htm','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE','xmlid==FC_10029584');
g_navNode_2_3=g_navNode_2.addNode('3754','\ud68c\uc0ac\uc18c\uac1c',ssUrlPrefix + 'IndividualInvestors/AboutUs/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_2_5=g_navNode_2.addNode('8139','\uacf5  \uc2dc',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/index.htm','DoNotShowInNavigation==FALSE','RedirectURL==8091');
g_navNode_2_5_0=g_navNode_2_5.addNode('8086','\uacbd\uc601\uacf5\uc2dc',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/BusinessReport/index.htm','DoNotShowInBreadcrumb==TRUE','RedirectURL==8091');
g_navNode_2_5_0_0=g_navNode_2_5_0.addNode('8091','\uacbd\uc601\uacf5\uc2dc',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/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_2_5_1=g_navNode_2_5.addNode('8085','\uc218\uc2dc\uacf5\uc2dc',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/LegalDocuments/index.htm','DoNotShowInBreadcrumb==TRUE','RedirectURL==8087');
g_navNode_2_5_1_0=g_navNode_2_5_1.addNode('8087','\uacf5\uc2dc\uc0ac\ud56d',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/LegalDocuments/LegalDocuments/index.htm','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6084\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cNOT\x3e \x28xAppGenericText1 \x3csubstring\x3e \x60ProspectusChanges\x60 \x3cOR\x3e xAppGenericText1 \x3csubstring\x3e \x60TrustDeedChanges\x60 \x3cOR\x3e xAppGenericText1 \x3csubstring\x3e \x60DAChanges\x60\x29','ShowRelResources==TRUE');
g_navNode_2_5_1_1=g_navNode_2_5_1.addNode('8088','\ud22c\uc790\uc124\uba85\uc11c \ubcc0\uacbd',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/LegalDocuments/ProspectusChanges/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 \x6084\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60ProspectusChanges\x60','ShowRelResources==TRUE');
g_navNode_2_5_1_2=g_navNode_2_5_1.addNode('8089','\uc9d1\ud569\ud22c\uc790\uaddc\uc57d \ubcc0\uacbd',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/LegalDocuments/TrustDeedChanges/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 \x6084\x60  \x3cAND\x3e  xCountry \x3csubstring\x3e \x60kr\x60 \x3cAND\x3e xAppGenericText1 \x3ccontains\x3e \x60TrustDeedChanges\x60','ShowRelResources==TRUE');
g_navNode_2_5_1_3=g_navNode_2_5_1.addNode('8090','\ud310\ub9e4\uacc4\uc57d\uc11c',ssUrlPrefix + 'IndividualInvestors/Public-Announcement/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_2_6=g_navNode_2.addNode('8084','\ud310\ub9e4\uc0ac \uc804\uc6a9\x28Q\x26A\x29',ssUrlPrefix + 'IndividualInvestors/Q-A/index.htm','ComplianceNodeId==8099','CookieID==BLK-KR-QA','DoNotShowInNavigation==FALSE','NotComplianceProtected==FALSE','RedirectURL==8145','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_2_6_0=g_navNode_2_6.addNode('8145','\ucd5c\uadfc \uc5c5\ub370\uc774\ud2b8\ub41c \uc790\ub8cc',ssUrlPrefix + 'IndividualInvestors/Q-A/most-recent/index.htm','CookieID==BLK-KR-QA','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60Recent-QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_1=g_navNode_2_6.addNode('8115','\uc790\uc0b0\ubc30\ubd84\ud615',ssUrlPrefix + 'IndividualInvestors/Q-A/Asset-Allocation/index.htm','CookieID==BLK-KR-QA','DoNotShowInNavigation==TRUE','RedirectURL==8111','ShowRelResources==TRUE');
g_navNode_2_6_1_0=g_navNode_2_6_1.addNode('8111','\uae00\ub85c\ubc8c \uc790\uc0b0\ubc30\ubd84 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Asset-Allocation/Global-Asset-Allocation-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x601241\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_2=g_navNode_2_6.addNode('8112','\uc6d0\uc790\uc7ac \uc8fc\uc2dd\ud615',ssUrlPrefix + 'IndividualInvestors/Q-A/Equity-Funds/index.htm','CookieID==BLK-KR-QA','DoNotShowInNavigation==TRUE','RedirectURL==8101');
g_navNode_2_6_2_0=g_navNode_2_6_2.addNode('8101','\uc6d4\ub4dc\uad11\uc5c5\uc8fc \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Equity-Funds/World-Mining-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x6010000019\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x6040008491\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_2_1=g_navNode_2_6_2.addNode('8102','\uc6d4\ub4dc\uace8\ub4dc \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Equity-Funds/World-Gold-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x6010000019\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x6040008488\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_2_2=g_navNode_2_6_2.addNode('8103','\uc6d4\ub4dc\uc5d0\ub108\uc9c0 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Equity-Funds/World-Energy-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x60149\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_2_3=g_navNode_2_6_2.addNode('8104','\uc6d4\ub4dc\uc560\uadf8\ub9ac\uceec\uccd0 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Equity-Funds/World-Agriculture-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x6040008777\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_2_4=g_navNode_2_6_2.addNode('8105','\ub274\uc5d0\ub108\uc9c0 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Equity-Funds/New-Energy-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x60148\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_3=g_navNode_2_6.addNode('8113','\uc774\uba38\uc9d5 \uc8fc\uc2dd\ud615',ssUrlPrefix + 'IndividualInvestors/Q-A/Emerging-Market-Equity-Fund/index.htm','CookieID==BLK-KR-QA','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6084\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cNOT\x3e \x28xAppGenericText1 \x3csubstring\x3e \x60ProspectusChanges\x60 \x3cOR\x3e xAppGenericText1 \x3csubstring\x3e \x60TrustDeedChanges\x60 \x3cOR\x3e xAppGenericText1 \x3csubstring\x3e \x60DAChanges\x60\x29','RedirectURL==8106','ShowRelResources==TRUE');
g_navNode_2_6_3_0=g_navNode_2_6_3.addNode('8106','\uc911\ub0a8\ubbf8 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Emerging-Market-Equity-Fund/Latin-America-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x601235\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_3_1=g_navNode_2_6_3.addNode('8107','\uc774\uba38\uc9d5 \uc720\ub7fd \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Emerging-Market-Equity-Fund/Emerging-Europe-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x6056\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_3_2=g_navNode_2_6_3.addNode('8108','\ucc28\uc774\ub098 \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Emerging-Market-Equity-Fund/China-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x6050\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_4=g_navNode_2_6.addNode('8114','\ucc44\uad8c\ud615',ssUrlPrefix + 'IndividualInvestors/Q-A/Fixed-Income-Fund/index.htm','CookieID==BLK-KR-QA','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6084\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cNOT\x3e \x28xAppGenericText1 \x3csubstring\x3e \x60ProspectusChanges\x60 \x3cOR\x3e xAppGenericText1 \x3csubstring\x3e \x60TrustDeedChanges\x60 \x3cOR\x3e xAppGenericText1 \x3csubstring\x3e \x60DAChanges\x60\x29','RedirectURL==8109','ShowThirdLevelNav==FALSE');
g_navNode_2_6_4_0=g_navNode_2_6_4.addNode('8109','\ubbf8\uad6d\ub2ec\ub7ec \ud558\uc774\uc77c\ub4dc \ucc44\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Fixed-Income-Fund/USD-High-Yield-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x601245\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowNavInTabs==FALSE','ShowRelResources==TRUE','ShowThirdLevelNav==FALSE');
g_navNode_2_6_4_1=g_navNode_2_6_4.addNode('8110','\uc544\uc2dc\uc544 \ud0c0\uc774\uac70 \ucc44\uad8c \ud380\ub4dc',ssUrlPrefix + 'IndividualInvestors/Q-A/Fixed-Income-Fund/Asia-Tiger-Bond-Fund/index.htm','DoNotShowInNavigation==FALSE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xProductGroup \x3ccontains\x3e \x606\x60 \x3cAND\x3e xProductFundName \x3ccontains\x3e \x601244\x60 \x3cAND\x3e xAppGenericText1 \x3csubstring\x3e \x60QnA\x60','ShowRelResources==TRUE');
g_navNode_2_6_6=g_navNode_2_6.addNode('8194','\uc2dc\uc7a5 \uc774\uc288 \uc810\uac80',ssUrlPrefix + 'IndividualInvestors/Q-A/Market-Issue/index.htm','CookieID==BLK-KR-QA','DoNotShowInNavigation==TRUE','Query==dDocType \x3cmatches\x3e \x60Literature\x60  \x3cAND\x3e  dSecurityGroup \x3cmatches\x3e \x60KoreanSite\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60kr\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60ko\x60  \x3cAND\x3e  xSubType \x3ccontains\x3e \x6080\x60  \x3cAND\x3e  xCountry \x3ccontains\x3e \x60kr\x60 \x3cAND\x3e xAppGenericText1 \x3cmatches\x3e \x60Market-Issue\x60','ShowRelResources==TRUE');
g_navNode_3=g_navNode_Root.addNode('4979','News',ssUrlPrefix + 'News/index.htm','DoNotShowInNavigation==TRUE','RedirectURL==4980');
g_navNode_3_0=g_navNode_3.addNode('4980','Press Release',ssUrlPrefix + 'News/PressRelease/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE');
g_navNode_4=g_navNode_Root.addNode('5199','Local Content',ssUrlPrefix + 'LocalContent/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_6=g_navNode_Root.addNode('8099','\ubc95\uc801 \uc815\ubcf4',ssUrlPrefix + 'complianceQA/index.htm','CookieID==BLK-KR-QA','DoNotShowInNavigation==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_9=g_navNode_Root.addNode('6977','multimedia',ssUrlPrefix + 'multimedia/index.htm','DoNotShowInNavigation==TRUE');
g_navNode_9_0=g_navNode_9.addNode('6978','player',ssUrlPrefix + 'multimedia/player/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css,groups/globaltemplates/documents/web_asset/landing_page_css.css,groups/globaltemplates/documents/web_asset/KR-stylesheet.css','DoNotShowInNavigation==TRUE');
g_navNode_9_1=g_navNode_9.addNode('7506','vyoo',ssUrlPrefix + 'multimedia/vyoo/index.htm');
g_navNode_9_1_0=g_navNode_9_1.addNode('7507','new-energy-feb-2011',ssUrlPrefix + 'multimedia/vyoo/new-energy-feb-2011/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-stylesheet.css');
g_navNode_9_1_1=g_navNode_9_1.addNode('7508','hambro-feb-2011',ssUrlPrefix + 'multimedia/vyoo/hambro-feb-2011/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-stylesheet.css');
g_navNode_10=g_navNode_Root.addNode('7000','naturalresources',ssUrlPrefix + 'NaturalResources/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_11=g_navNode_Root.addNode('6980','WorldEnergy',ssUrlPrefix + 'WorldEnergy/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');
g_navNode_12=g_navNode_Root.addNode('6981','WorldMining',ssUrlPrefix + 'WorldMining/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/blkinternet.css');

