/////////////////////////////////////////////////////////////////////////////
// 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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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('3020','ILO Budapest',ssUrlPrefix + 'index.htm',null,'NavigationRootLevel==1','SectionLabelShort_en==DWT/CO-Budapest','SectionLabel_en==ILO Decent Work Technical Support Team and Country Office for Central and Eastern Europe','SiteLabel_en==DWT/CO-Budapest','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0=g_navNode_Root.addNode('3021','About us',ssUrlPrefix + 'about-us/index.htm','SectionLabel_en==About us','SectionLabel_es==Qui\xe9nes somos','SectionLabel_fr==\xc0 propos de nous','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_0=g_navNode_0.addNode('4838','Staff',ssUrlPrefix + 'about-us/staff/index.htm','SectionLabelShort_en==Staff','SectionLabel_en==DWT/CO-Budapest staff','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2=g_navNode_Root.addNode('3023','Areas of work',ssUrlPrefix + 'areas-of-work/index.htm','SectionLabel_en==Areas of work','SectionLabel_es==Ambitos de trabajo','SectionLabel_fr==Domaines de travail','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_0=g_navNode_2.addNode('4758','Child labour',ssUrlPrefix + 'areas-of-work/child-labour/index.htm','SectionLabel_en==Child labour','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_0_0=g_navNode_2_0.addNode('4807','facet',ssUrlPrefix + 'areas-of-work/child-labour/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Child labour resources');
g_navNode_2_1=g_navNode_2.addNode('4759','Employment promotion',ssUrlPrefix + 'areas-of-work/employment-promotion/index.htm','SectionLabel_en==Employment promotion','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_1_0=g_navNode_2_1.addNode('4806','facet',ssUrlPrefix + 'areas-of-work/employment-promotion/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Employment promotion resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_2=g_navNode_2.addNode('4760','Equality and discrimination',ssUrlPrefix + 'areas-of-work/equality-and-discrimination/index.htm','SectionLabel_en==Equality and discrimination','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_2_0=g_navNode_2_2.addNode('4808','facet',ssUrlPrefix + 'areas-of-work/equality-and-discrimination/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Equality and discrimination resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3=g_navNode_2.addNode('4761','HIV/AIDS',ssUrlPrefix + 'areas-of-work/hiv-aids/index.htm','SectionLabel_en==HIV/AIDS','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3_0=g_navNode_2_3.addNode('4809','facet',ssUrlPrefix + 'areas-of-work/hiv-aids/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==HIV/AIDS resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_4=g_navNode_2.addNode('4762','Informal economy',ssUrlPrefix + 'areas-of-work/informal-economy/index.htm','SectionLabel_en==Informal economy','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_4_0=g_navNode_2_4.addNode('4810','facet',ssUrlPrefix + 'areas-of-work/informal-economy/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Informal economy resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_5=g_navNode_2.addNode('4763','International Labour Standards',ssUrlPrefix + 'areas-of-work/international-labour-standards/index.htm','SectionLabel_en==International Labour Standards','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_5_0=g_navNode_2_5.addNode('4811','facet',ssUrlPrefix + 'areas-of-work/international-labour-standards/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==International Labour Standards resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_6=g_navNode_2.addNode('4764','Labour inspection',ssUrlPrefix + 'areas-of-work/labour-inspection/index.htm','SectionLabel_en==Labour inspection','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_6_0=g_navNode_2_6.addNode('4812','facet',ssUrlPrefix + 'areas-of-work/labour-inspection/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Labour inspection resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_7=g_navNode_2.addNode('4765','Labour migration',ssUrlPrefix + 'areas-of-work/labour-migration/index.htm','SectionLabel_en==Labour migration','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_7_0=g_navNode_2_7.addNode('4813','facet',ssUrlPrefix + 'areas-of-work/labour-migration/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Labour migration resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_8=g_navNode_2.addNode('4766','Occupational safety and health',ssUrlPrefix + 'areas-of-work/occupational-safety-and-health/index.htm','SectionLabel_en==Occupational safety and health','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_8_0=g_navNode_2_8.addNode('4814','facet',ssUrlPrefix + 'areas-of-work/occupational-safety-and-health/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Occupational safety and health resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_9=g_navNode_2.addNode('4767','Skills knowledge and employability',ssUrlPrefix + 'areas-of-work/skills-knowledge-and-employability/index.htm','SectionLabel_en==Skills knowledge and employability','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_9_0=g_navNode_2_9.addNode('4815','facet',ssUrlPrefix + 'areas-of-work/skills-knowledge-and-employability/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Skills knowledge and employability resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_10=g_navNode_2.addNode('4768','Social security',ssUrlPrefix + 'areas-of-work/social-security/index.htm','SectionLabel_en==Social security','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_10_0=g_navNode_2_10.addNode('4816','facet',ssUrlPrefix + 'areas-of-work/social-security/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Social security resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_11=g_navNode_2.addNode('4769','Tripartism and social dialogue, Workers\' and Employers\' organizations',ssUrlPrefix + 'areas-of-work/tripartism-social-dialogue/index.htm','SectionLabel_en==Tripartism and social dialogue, Workers\\x27 and Employers\\x27 organizations','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_11_0=g_navNode_2_11.addNode('4817','facet',ssUrlPrefix + 'areas-of-work/tripartism-social-dialogue/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Tripartism and social dialogue, Workers\\x27 and Employers\\x27 organizations resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_12=g_navNode_2.addNode('4770','Working conditions',ssUrlPrefix + 'areas-of-work/working-conditions/index.htm','SectionLabel_en==Working conditions','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_12_0=g_navNode_2_12.addNode('4818','facet',ssUrlPrefix + 'areas-of-work/working-conditions/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Working conditions resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_13=g_navNode_2.addNode('4771','Youth employment',ssUrlPrefix + 'areas-of-work/youth-employment/index.htm','SectionLabel_en==Youth employment','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_13_0=g_navNode_2_13.addNode('4819','facet',ssUrlPrefix + 'areas-of-work/youth-employment/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Youth employment resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3=g_navNode_Root.addNode('3024','Countries covered',ssUrlPrefix + 'countries-covered/index.htm','SectionLabel_en==Countries covered','SectionLabel_es==Pa\xedses abarcados','SectionLabel_fr==Pays couverts','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_0=g_navNode_3.addNode('4772','Albania',ssUrlPrefix + 'countries-covered/albania/index.htm','SectionLabel_en==Albania','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_0_0=g_navNode_3_0.addNode('4837','facet',ssUrlPrefix + 'countries-covered/albania/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Albania resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_1=g_navNode_3.addNode('4773','Bosnia and Herzegovina',ssUrlPrefix + 'countries-covered/bosnia-herzegovina/index.htm','SectionLabel_en==Bosnia and Herzegovina','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_1_0=g_navNode_3_1.addNode('4836','facet',ssUrlPrefix + 'countries-covered/bosnia-herzegovina/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Bosnia and Herzegovina resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_2=g_navNode_3.addNode('4774','Bulgaria',ssUrlPrefix + 'countries-covered/bulgaria/index.htm','SectionLabel_en==Bulgaria','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_2_0=g_navNode_3_2.addNode('4835','facet',ssUrlPrefix + 'countries-covered/bulgaria/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Bulgaria resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_3=g_navNode_3.addNode('4775','Croatia',ssUrlPrefix + 'countries-covered/croatia/index.htm','SectionLabel_en==Croatia','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_3_0=g_navNode_3_3.addNode('4834','facet',ssUrlPrefix + 'countries-covered/croatia/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Croatia resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_4=g_navNode_3.addNode('4776','Czech Republic',ssUrlPrefix + 'countries-covered/czech-republic/index.htm','SectionLabel_en==Czech Republic','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_4_0=g_navNode_3_4.addNode('4833','facet',ssUrlPrefix + 'countries-covered/czech-republic/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Czech Republic resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_5=g_navNode_3.addNode('4777','Estonia',ssUrlPrefix + 'countries-covered/estonia/index.htm','SectionLabel_en==Estonia','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_5_0=g_navNode_3_5.addNode('4832','facet',ssUrlPrefix + 'countries-covered/estonia/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Estonia resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_6=g_navNode_3.addNode('4778','Hungary',ssUrlPrefix + 'countries-covered/hungary/index.htm','SectionLabel_en==Hungary','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_6_0=g_navNode_3_6.addNode('4831','facet',ssUrlPrefix + 'countries-covered/hungary/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Hungary resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_7=g_navNode_3.addNode('4779','Latvia',ssUrlPrefix + 'countries-covered/latvia/index.htm','SectionLabel_en==Latvia','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_7_0=g_navNode_3_7.addNode('4830','facet',ssUrlPrefix + 'countries-covered/latvia/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Latvia resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_8=g_navNode_3.addNode('4780','Lithuania',ssUrlPrefix + 'countries-covered/lithuania/index.htm','SectionLabel_en==Lithuania','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_8_0=g_navNode_3_8.addNode('4829','facet',ssUrlPrefix + 'countries-covered/lithuania/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Lithuania resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_9=g_navNode_3.addNode('4781','Former Yugoslav Republic of Macedonia',ssUrlPrefix + 'countries-covered/fyrm/index.htm','SectionLabel_en==Former Yugoslav Republic of Macedonia','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_9_0=g_navNode_3_9.addNode('4828','facet',ssUrlPrefix + 'countries-covered/fyrm/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Former Yugoslav Republic of Macedonia resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_10=g_navNode_3.addNode('4782','Moldova',ssUrlPrefix + 'countries-covered/moldova/index.htm','SectionLabel_en==Moldova','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_10_0=g_navNode_3_10.addNode('4827','facet',ssUrlPrefix + 'countries-covered/moldova/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Moldova resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_11=g_navNode_3.addNode('4783','Montenegro',ssUrlPrefix + 'countries-covered/montenegro/index.htm','SectionLabel_en==Montenegro','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_11_0=g_navNode_3_11.addNode('4826','facet',ssUrlPrefix + 'countries-covered/montenegro/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Montenegro resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_12=g_navNode_3.addNode('4784','Poland',ssUrlPrefix + 'countries-covered/poland/index.htm','SectionLabel_en==Poland','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_12_0=g_navNode_3_12.addNode('4825','facet',ssUrlPrefix + 'countries-covered/poland/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Poland resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_13=g_navNode_3.addNode('4785','Romania',ssUrlPrefix + 'countries-covered/romania/index.htm','SectionLabel_en==Romania','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_13_0=g_navNode_3_13.addNode('4824','facet',ssUrlPrefix + 'countries-covered/romania/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Romania resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_14=g_navNode_3.addNode('4786','Serbia',ssUrlPrefix + 'countries-covered/serbia/index.htm','SectionLabel_en==Serbia','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_14_0=g_navNode_3_14.addNode('4823','facet',ssUrlPrefix + 'countries-covered/serbia/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Serbia resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_15=g_navNode_3.addNode('4787','Slovak Republic',ssUrlPrefix + 'countries-covered/slovak-republic/index.htm','SectionLabel_en==Slovak Republic','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_15_0=g_navNode_3_15.addNode('4822','facet',ssUrlPrefix + 'countries-covered/slovak-republic/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Slovak Republic resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_16=g_navNode_3.addNode('4788','Slovenia',ssUrlPrefix + 'countries-covered/slovenia/index.htm','SectionLabel_en==Slovenia','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_16_0=g_navNode_3_16.addNode('4821','facet',ssUrlPrefix + 'countries-covered/slovenia/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Slovenia resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_17=g_navNode_3.addNode('4789','Ukraine',ssUrlPrefix + 'countries-covered/ukraine/index.htm','SectionLabel_en==Ukraine','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_17_0=g_navNode_3_17.addNode('4820','facet',ssUrlPrefix + 'countries-covered/ukraine/facet/index.htm','Hide==TRUE','SectionLabelShort_en==Resources','SectionLabel_en==Ukraine resources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4=g_navNode_Root.addNode('3025','What we do',ssUrlPrefix + 'what-we-do/index.htm','SectionLabel_en==What we do','SectionLabel_es==Actividades','SectionLabel_fr==Activit\xe9s','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_0=g_navNode_4.addNode('4790','Decent Work Country Programmes',ssUrlPrefix + 'what-we-do/decent-work-country-programmes/index.htm','SectionLabel_en==Decent Work Country Programmes','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_1=g_navNode_4.addNode('3026','Projects',ssUrlPrefix + 'what-we-do/projects/index.htm','SectionLabel_en==Projects','SectionLabel_es==Proyectos','SectionLabel_fr==Projets','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2=g_navNode_4.addNode('3027','Events and meetings',ssUrlPrefix + 'what-we-do/events-and-meetings/index.htm','SectionLabel_en==Events and meetings','SectionLabel_es==Eventos y reuniones','SectionLabel_fr==\xc9v\xe9nements et reunions','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3=g_navNode_4.addNode('3028','Publications',ssUrlPrefix + 'what-we-do/publications/index.htm','SectionLabel_en==Publications','SectionLabel_es==Publicaciones','SectionLabel_fr==Publications','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_0=g_navNode_4_3.addNode('4848','Publications in Albanian',ssUrlPrefix + 'what-we-do/publications/albanian/index.htm','SectionLabelShort_en==In Albanian','SectionLabel_en==Publications in Albanian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_1=g_navNode_4_3.addNode('4849','Publications in Bosnian',ssUrlPrefix + 'what-we-do/publications/bosnian/index.htm','SectionLabelShort_en==In Bosnian','SectionLabel_en==Publications in Bosnian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_2=g_navNode_4_3.addNode('4850','Publications in Bulgarian',ssUrlPrefix + 'what-we-do/publications/bulgarian/index.htm','SectionLabelShort_en==In Bulgarian','SectionLabel_en==Publications in Bulgarian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_3=g_navNode_4_3.addNode('4851','Publications in Croatian',ssUrlPrefix + 'what-we-do/publications/croatian/index.htm','SectionLabelShort_en==In Croatian','SectionLabel_en==Publications in Croatian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_4=g_navNode_4_3.addNode('4852','Publications in Czech',ssUrlPrefix + 'what-we-do/publications/czech/index.htm','SectionLabelShort_en==In Czech','SectionLabel_en==Publications in Czech','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_5=g_navNode_4_3.addNode('4853','Publications in Estonian',ssUrlPrefix + 'what-we-do/publications/estonian/index.htm','SectionLabelShort_en==In Estonian','SectionLabel_en==Publications in Estonian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_6=g_navNode_4_3.addNode('4854','Publications in Hungarian',ssUrlPrefix + 'what-we-do/publications/hungarian/index.htm','SectionLabelShort_en==In Hungarian','SectionLabel_en==Publications in Hungarian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_7=g_navNode_4_3.addNode('4855','Publications in Macedonian',ssUrlPrefix + 'what-we-do/publications/macedonian/index.htm','SectionLabelShort_en==In Macedonian','SectionLabel_en==Publications in Macedonian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_8=g_navNode_4_3.addNode('4864','Publications in Moldovan',ssUrlPrefix + 'what-we-do/publications/moldovan/index.htm','SectionLabelShort_en==In Moldovan','SectionLabel_en==Publications in Moldovan','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_9=g_navNode_4_3.addNode('4856','Publications in Montenegrin',ssUrlPrefix + 'what-we-do/publications/montenegrin/index.htm','SectionLabelShort_en==In Montenegrin','SectionLabel_en==Publications in Montenegrin','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_10=g_navNode_4_3.addNode('4857','Publications in Polish',ssUrlPrefix + 'what-we-do/publications/polish/index.htm','SectionLabelShort_en==In Polish','SectionLabel_en==Publications in Polish','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_11=g_navNode_4_3.addNode('4858','Publications in Romanian',ssUrlPrefix + 'what-we-do/publications/romanian/index.htm','SectionLabelShort_en==In Romanian','SectionLabel_en==Publications in Romanian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_12=g_navNode_4_3.addNode('4859','Publications in Russian',ssUrlPrefix + 'what-we-do/publications/russian/index.htm','SectionLabelShort_en==In Russian','SectionLabel_en==Publications in Russian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_13=g_navNode_4_3.addNode('4860','Publications in Serbian',ssUrlPrefix + 'what-we-do/publications/serbian/index.htm','SectionLabelShort_en==In Serbian','SectionLabel_en==Publications in Serbian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_14=g_navNode_4_3.addNode('4861','Publications in Slovak',ssUrlPrefix + 'what-we-do/publications/slovak/index.htm','SectionLabelShort_en==In Slovak','SectionLabel_en==Publications in Slovak','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_15=g_navNode_4_3.addNode('4862','Publications in Slovenian',ssUrlPrefix + 'what-we-do/publications/slovenian/index.htm','SectionLabelShort_en==In Slovenian','SectionLabel_en==Publications in Slovenian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3_16=g_navNode_4_3.addNode('4863','Publications in Ukrainian',ssUrlPrefix + 'what-we-do/publications/ukrainian/index.htm','SectionLabelShort_en==In Ukrainian','SectionLabel_en==Publications in Ukrainian','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5=g_navNode_Root.addNode('3030','Information resources',ssUrlPrefix + 'information-resources/index.htm','SectionLabel_en==Information resources','SectionLabel_es==Recursos de Informaci\xf3n','SectionLabel_fr==Ressources d\u2019information','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5_0=g_navNode_5.addNode('3032','Press releases',ssUrlPrefix + 'information-resources/press-releases/index.htm','SectionLabel_en==Press releases','SectionLabel_es==Comunicados de prensa','SectionLabel_fr==Communiqu\xe9s de presse','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5_1=g_navNode_5.addNode('3034','Newsletters',ssUrlPrefix + 'information-resources/news-letters/index.htm','SectionLabel_en==Newsletters','SectionLabel_es==Boletins','SectionLabel_fr==Bulletins','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5_2=g_navNode_5.addNode('3036','Videos',ssUrlPrefix + 'information-resources/videos/index.htm','SectionLabel_en==Videos','SectionLabel_es==V\xeddeos','SectionLabel_fr==Vid\xe9os','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5_3=g_navNode_5.addNode('3035','Information Centre',ssUrlPrefix + 'information-resources/information-centre/index.htm','SectionLabel_en==Information Centre','secondaryUrlVariableField==pl_replaceable_content');

