/////////////////////////////////////////////////////////////////////////////
// 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('4307','Home',ssUrlPrefix + 'index.htm',null,'AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css','HTTPMetaText==\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27A premier provider of global investment management, risk management and advisory services to institutional and retail clients around the world.\\x27/\x3e','OmnitureID==blkca-prod','RedirectURL==4308');
g_navNode_0=g_navNode_Root.addNode('4308','English',ssUrlPrefix + 'en/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/landing_page_css.css','ComplianceNodeId==4326','HTTPMetaText==A premier provider of global investment management, risk management and advisory services to institutional and retail clients around the world.','Language==en','NoCookiesNodeId==5029','NotComplianceProtected==TRUE','RedirectURL==4310','StartDivID==LandingPage');
g_navNode_0_0=g_navNode_0.addNode('4316','About Us',ssUrlPrefix + 'en/AboutUs/index.htm','ComplianceNodeId==4326','RedirectURL==4317','SiloName==AboutUs');
g_navNode_0_0_0=g_navNode_0_0.addNode('4317','Overview',ssUrlPrefix + 'en/AboutUs/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_0_1=g_navNode_0_0.addNode('4318','Investor Relations',ssUrlPrefix + 'en/AboutUs/InvestorRelations/index.htm','ShowRelResources==TRUE');
g_navNode_0_0_4=g_navNode_0_0.addNode('4321','Contact Us',ssUrlPrefix + 'en/AboutUs/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_0_0_5=g_navNode_0_0.addNode('4322','Legal Information',ssUrlPrefix + 'en/AboutUs/LegalInformation/index.htm','ShowRelResources==TRUE');
g_navNode_0_0_6=g_navNode_0_0.addNode('4323','Privacy Statement',ssUrlPrefix + 'en/AboutUs/PrivacyStatement/index.htm','ShowRelResources==TRUE');
g_navNode_0_3=g_navNode_0.addNode('4310','Institutional Investors',ssUrlPrefix + 'en/InstitutionalInvestors/index.htm','NotComplianceProtected==FALSE','SiloName==7');
g_navNode_0_3_0=g_navNode_0_3.addNode('4312','Investment Solutions and Products',ssUrlPrefix + 'en/InstitutionalInvestors/InvestmentSolutionsandProducts/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_1=g_navNode_0_3.addNode('4313','Investment Insight',ssUrlPrefix + 'en/InstitutionalInvestors/InvestmentInsight/index.htm','RedirectURL==4315');
g_navNode_0_3_1_0=g_navNode_0_3_1.addNode('4315','Investment Week',ssUrlPrefix + 'en/InstitutionalInvestors/InvestmentInsight/InvestmentWeek/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_2=g_navNode_0_3.addNode('4314','Support',ssUrlPrefix + 'en/InstitutionalInvestors/Support/index.htm','RedirectURL==4335');
g_navNode_0_3_2_0=g_navNode_0_3_2.addNode('4335','Overview',ssUrlPrefix + 'en/InstitutionalInvestors/Support/Overview/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_2_1=g_navNode_0_3_2.addNode('4336','Investor Relations',ssUrlPrefix + 'en/InstitutionalInvestors/Support/InvestorRelations/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_2_2=g_navNode_0_3_2.addNode('4337','Contact Us',ssUrlPrefix + 'en/InstitutionalInvestors/Support/ContactUs/index.htm','ShowRelResources==TRUE');
g_navNode_0_3_2_3=g_navNode_0_3_2.addNode('4106','Awards',ssUrlPrefix + 'en/InstitutionalInvestors/Support/Awards/index.htm','DoNotShowInNavigation==TRUE','ShowRelResources==TRUE','ShowThirdLevelNav==TRUE');
g_navNode_0_3_3=g_navNode_0_3.addNode('4213','Canadian ABCP Restructuring Information',ssUrlPrefix + 'en/InstitutionalInvestors/CanadianABCPRestructuring/index.htm','DoNotShowInNavigation==FALSE','HTTPMetaText==\x3cmeta name\x3d\"robots\" content\x3d\"noindex\"\x3e','NotComplianceProtected==FALSE','ShowRelResources==TRUE');
g_navNode_0_4=g_navNode_0.addNode('4324','LocalContent',ssUrlPrefix + 'en/LocalContent/index.htm','AdditionalCSS==groups/globaltemplates/documents/web_asset/emeacss.css,groups/globaltemplates/documents/web_asset/landing_page_css.css','NotComplianceProtected==TRUE');
