/////////////////////////////////////////////////////////////////////////////
// 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('2003','Home',ssUrlPrefix + 'index.htm',null,'EnglishSectionLabel==SAP-FL\x3a Home','FrenchSectionLabel==SAP-FL\x3a Page d\\x27accueil','IsSurveyMonkeyOn==TRUE','ListNodeId_2==2093','ListNodeId_3==2022','NavigationRootLevel==0','Query_2==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60\x29','Query_3==\x28dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2022\x60\x29','SiteSupplementalSectionId==2009','SpanishSectionLabel==SAP-FL\x3a P\xe1gina\xa0de\xa0entrada','maxAge==1','secondaryUrlVariableField==region1');
g_navNode_0=g_navNode_Root.addNode('2004','About SAP-FL',ssUrlPrefix + 'AboutSAPFL/index.htm','EnglishSectionLabel==About SAP-FL','FrenchSectionLabel==A propos de SAP-FL','SpanishSectionLabel==Sobre SAP-FL','secondaryUrlVariableField==region1');
g_navNode_0_0=g_navNode_0.addNode('2012','Team at HQ',ssUrlPrefix + 'AboutSAPFL/TeamatHQ/index.htm','EnglishSectionLabel==Team at HQ','FrenchSectionLabel==Equipe au si\xe8ge','SpanishSectionLabel==Equipo en la sede','secondaryUrlVariableField==region1');
g_navNode_0_1=g_navNode_0.addNode('2013','Team in the Field',ssUrlPrefix + 'AboutSAPFL/TeamintheFields/index.htm','EnglishSectionLabel==Team in the field','FrenchSectionLabel==Equipe sur le terrain','HideInNav==FALSE','SpanishSectionLabel==Equipo en el terreno','secondaryUrlVariableField==region1');
g_navNode_0_2=g_navNode_0.addNode('2085','Global Alliance against Forced Labour',ssUrlPrefix + 'AboutSAPFL/GlobalAlliance/index.htm','EnglishSectionLabel==Special Action Programme to Combat Forced Labour','FrenchSectionLabel==Programme d\u2019Action Sp\xe9cial pour Combattre le Travail Forc\xe9','HideInNav==TRUE','SpanishSectionLabel==Programa Especial de Acci\xf3n para Combatir el Trabajo Forzoso','secondaryUrlVariableField==region1');
g_navNode_1=g_navNode_Root.addNode('2005','Information resources',ssUrlPrefix + 'Informationresources/index.htm','AlwaysExplode==FALSE','EnglishSectionLabel==Information resources','FrenchSectionLabel==Sources d\u2019information','ListNodeId_1==2017','ListNodeId_2==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','Query_2==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Recursos de informaci\xf3n');
g_navNode_1_0=g_navNode_1.addNode('2017','ILO Publications',ssUrlPrefix + 'Informationresources/ILOPublications/index.htm','DefaultGroupType==1','DontShowChildrenNodes==TRUE','EnglishSectionLabel==ILO publications','FrenchSectionLabel==Publications OIT','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29 \x3cAND\x3e \x28 xWebsites \x3ccontains\x3e \x60sapfl\x60\x29  \x3cAND\x3e \x3cNOT\x3e \x28 xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60\x29 \x3cAND\x3e\x3cNOT\x3e \x28xTypeSubtype \x3cmatches\x3e \x6010\x60 \x3cOR\x3e xTypeSubtype \x3cmatches\x3e \x603\x60\x29','SpanishSectionLabel==Publicaciones OIT','secondaryUrlVariableField==region1');
g_navNode_1_0_0=g_navNode_1_0.addNode('2027','By theme',ssUrlPrefix + 'Informationresources/ILOPublications/Bytheme/index.htm','DefaultGroupType==1','secondaryUrlVariableField==region1');
g_navNode_1_0_0_0=g_navNode_1_0_0.addNode('2052','General forced labour',ssUrlPrefix + 'Informationresources/ILOPublications/Bytheme/Generalforcedlabour/index.htm','DefaultGroupType==1','EnglishSectionLabel==General forced labour','FrenchSectionLabel==Travail forc\xe9 \x28g\xe9n\xe9ral\x29','HideInNav==TRUE','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29 \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60General forced labour\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Trabajo forzoso \x28general\x29','secondaryUrlVariableField==region1');
g_navNode_1_0_0_1=g_navNode_1_0_0.addNode('2053','Human trafficking migration and forced labour',ssUrlPrefix + 'Informationresources/ILOPublications/Bytheme/Humantrafficking/index.htm','DefaultGroupType==1','EnglishSectionLabel==Human trafficking migration and forced labour','FrenchSectionLabel==Traite d\\x27\xeatres humains, migration et travail forc\xe9','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29 \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60Human trafficking, migration and forced labour\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Trata de personas, migraci\xf3n y trabajo forzoso','secondaryUrlVariableField==region1');
g_navNode_1_0_0_2=g_navNode_1_0_0.addNode('2054','Slavery and debt bondage',ssUrlPrefix + 'Informationresources/ILOPublications/Bytheme/Slavery/index.htm','DefaultGroupType==1','EnglishSectionLabel==Slavery and debt bondage','FrenchSectionLabel==Esclavage et servitude pour dettes','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29 \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60Slavery and debt bondage\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Esclavitud y servidumbre por deudas','secondaryUrlVariableField==region1');
g_navNode_1_0_0_3=g_navNode_1_0_0.addNode('2055','State-imposed forced labour',ssUrlPrefix + 'Informationresources/ILOPublications/Bytheme/Stateimposed/index.htm','DefaultGroupType==1','EnglishSectionLabel==State-imposed forced labour','FrenchSectionLabel==Travail forc\xe9 impos\xe9 par l\\x27Etat','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29 \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60Stated-imposed forced labour\x60\x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Trabajo forzoso impuesto por el Estado','secondaryUrlVariableField==region1');
g_navNode_1_0_1=g_navNode_1_0.addNode('2028','By region',ssUrlPrefix + 'Informationresources/ILOPublications/Byregion/index.htm','secondaryUrlVariableField==region1');
g_navNode_1_0_1_0=g_navNode_1_0_1.addNode('2056','Global',ssUrlPrefix + 'Informationresources/ILOPublications/Byregion/Global/index.htm','DefaultGroupType==1','EnglishSectionLabel==Global','FrenchSectionLabel==Global','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29 \x3cAND\x3e   xCoverageSpatialRegions \x3csubstring\x3e \x600\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Global','secondaryUrlVariableField==region1');
g_navNode_1_0_1_1=g_navNode_1_0_1.addNode('2057','America',ssUrlPrefix + 'Informationresources/ILOPublications/Byregion/America/index.htm','DefaultGroupType==1','EnglishSectionLabel==America','FrenchSectionLabel==Am\xe9riques','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29   \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x604\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Am\xe9ricas','secondaryUrlVariableField==region1');
g_navNode_1_0_1_2=g_navNode_1_0_1.addNode('2058','Africa',ssUrlPrefix + 'Informationresources/ILOPublications/Byregion/Africa/index.htm','DefaultGroupType==1','EnglishSectionLabel==Africa','FrenchSectionLabel==Afrique','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29   \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x609\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==\xc1frica','secondaryUrlVariableField==region1');
g_navNode_1_0_1_3=g_navNode_1_0_1.addNode('2059','Asia',ssUrlPrefix + 'Informationresources/ILOPublications/Byregion/Asia/index.htm','DefaultGroupType==1','EnglishSectionLabel==Asia','FrenchSectionLabel==Asie','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29   \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x603\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Asia','secondaryUrlVariableField==region1');
g_navNode_1_0_1_4=g_navNode_1_0_1.addNode('2060','Europe and Middle-east',ssUrlPrefix + 'Informationresources/ILOPublications/Byregion/EuropeandMiddleeast/index.htm','DefaultGroupType==1','EnglishSectionLabel==Europe and Middle-east','FrenchSectionLabel==Europe','HideInNav==TRUE','ListNodeId_1==2017','Query_1==\x28 \x28dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60InstructionalMaterial\x60\x29 \x29   \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2017\x60','SpanishSectionLabel==Europa','secondaryUrlVariableField==region1');
g_navNode_1_1=g_navNode_1.addNode('2863','Factsheets and brochures',ssUrlPrefix + 'Informationresources/Factsheetsandbrochures/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Factsheets and brochures','FrenchSectionLabel==Documents et brochures','Query_1==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x28xTypeSubtype \x3cmatches\x3e \x6010\x60 \x3cOR\x3e xTypeSubtype \x3cmatches\x3e \x603\x60\x29  \x3cAND\x3e \x3cNOT\x3e \x28 xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60\x29 \x29','SpanishSectionLabel==Documentos y folletos','secondaryUrlVariableField==region1');
g_navNode_1_2=g_navNode_1.addNode('2862','Speeches',ssUrlPrefix + 'Informationresources/Speeches/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Speeches','FrenchSectionLabel==Discours','Query_1==\x28dDocType \x3cmatches\x3e \x60Statement\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60ED_NORM/DECLARATION\x60\x29','SpanishSectionLabel==Discursos','secondaryUrlVariableField==region1');
g_navNode_1_3=g_navNode_1.addNode('2020','Audio visuals',ssUrlPrefix + 'Informationresources/Audiovisuals/index.htm','EnglishSectionLabel==Multimedia','FrenchSectionLabel==Multim\xe9dia','ListNodeId_1==2020','Query_1==\x28\x28dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cOR\x3e dDocType \x3csubstring\x3e \x60Music\x60 \x29  \x3cOR\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2020\x60\x29','SpanishSectionLabel==Multimedia','secondaryUrlVariableField==region1');
g_navNode_1_4=g_navNode_1.addNode('2021','Photo gallery',ssUrlPrefix + 'Informationresources/Photogallery/index.htm','EnglishSectionLabel==Photo gallery','FrenchSectionLabel==Galerie photos','SpanishSectionLabel==Galer\xeda de Fotos');
g_navNode_1_5=g_navNode_1.addNode('2019','External publications',ssUrlPrefix + 'Informationresources/NonILOpublications/index.htm','DefaultGroupType==1','DontShowChildrenNodes==TRUE','EnglishSectionLabel==External publications','FrenchSectionLabel==Publications externes','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Publicaciones externas','secondaryUrlVariableField==region1');
g_navNode_1_5_0=g_navNode_1_5.addNode('2029','By theme',ssUrlPrefix + 'Informationresources/NonILOpublications/Bytheme/index.htm','DefaultGroupType==1','secondaryUrlVariableField==region1');
g_navNode_1_5_0_0=g_navNode_1_5_0.addNode('2061','General forced labour',ssUrlPrefix + 'Informationresources/NonILOpublications/Bytheme/Generalforcedlabour/index.htm','DefaultGroupType==1','EnglishSectionLabel==General forced labour','FrenchSectionLabel==Travail forc\xe9 \x28g\xe9n\xe9ral\x29','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60General forced labour\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Trabajo forzoso \x28general\x29','secondaryUrlVariableField==region1');
g_navNode_1_5_0_1=g_navNode_1_5_0.addNode('2062','Human trafficking migration and forced labour',ssUrlPrefix + 'Informationresources/NonILOpublications/Bytheme/Humantrafficking/index.htm','DefaultGroupType==1','EnglishSectionLabel==Human trafficking migration and forced labour','FrenchSectionLabel==Traite d\\x27\xeatres humains, migration et travail forc\xe9','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60Human trafficking, migration and forced labour\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Trata de personas, migraci\xf3n y trabajo forzoso','secondaryUrlVariableField==region1');
g_navNode_1_5_0_2=g_navNode_1_5_0.addNode('2063','Slavery and debt bondage',ssUrlPrefix + 'Informationresources/NonILOpublications/Bytheme/Slavery/index.htm','DefaultGroupType==1','EnglishSectionLabel==Slavery and debt bondage','FrenchSectionLabel==Esclavage et servitude pour dettes','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60Slavery and debt bondage\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Esclavitud y servidumbre por deudas','secondaryUrlVariableField==region1');
g_navNode_1_5_0_3=g_navNode_1_5_0.addNode('2064','State-imposed forced labour',ssUrlPrefix + 'Informationresources/NonILOpublications/Bytheme/Stateimposed/index.htm','DefaultGroupType==1','EnglishSectionLabel==State-imposed forced labour','FrenchSectionLabel==Travail forc\xe9 impos\xe9 par l\\x27Etat','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60State-imposed forced labour\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Trabajo forzoso impuesto por el Estado','secondaryUrlVariableField==region1');
g_navNode_1_5_1=g_navNode_1_5.addNode('2030','By region',ssUrlPrefix + 'Informationresources/NonILOpublications/Byregion/index.htm','secondaryUrlVariableField==region1');
g_navNode_1_5_1_0=g_navNode_1_5_1.addNode('2065','Global',ssUrlPrefix + 'Informationresources/NonILOpublications/Byregion/Global/index.htm','DefaultGroupType==1','EnglishSectionLabel==Global','FrenchSectionLabel==Global','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x600\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Global','secondaryUrlVariableField==region1');
g_navNode_1_5_1_1=g_navNode_1_5_1.addNode('2066','America',ssUrlPrefix + 'Informationresources/NonILOpublications/Byregion/America/index.htm','DefaultGroupType==1','EnglishSectionLabel==America','FrenchSectionLabel==Am\xe9riques','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60 \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x604\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Am\xe9ricas','secondaryUrlVariableField==region1');
g_navNode_1_5_1_2=g_navNode_1_5_1.addNode('2067','Africa',ssUrlPrefix + 'Informationresources/NonILOpublications/Byregion/Africa/index.htm','DefaultGroupType==1','EnglishSectionLabel==Africa','FrenchSectionLabel==Afrique','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60 \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x609\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==\xc1frica','secondaryUrlVariableField==region1');
g_navNode_1_5_1_3=g_navNode_1_5_1.addNode('2068','Asia',ssUrlPrefix + 'Informationresources/NonILOpublications/Byregion/Asia/index.htm','DefaultGroupType==1','EnglishSectionLabel==Asia','FrenchSectionLabel==Asie','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60 \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x603\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Asia','secondaryUrlVariableField==region1');
g_navNode_1_5_1_4=g_navNode_1_5_1.addNode('2069','Europe and Middle-east',ssUrlPrefix + 'Informationresources/NonILOpublications/Byregion/EuropeandMiddleeast/index.htm','DefaultGroupType==1','EnglishSectionLabel==Europe and Middle-east','FrenchSectionLabel==Europe','ListNodeId_1==2019','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60 \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x602\x60 \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2019\x60','SpanishSectionLabel==Europa','secondaryUrlVariableField==region1');
g_navNode_2=g_navNode_Root.addNode('2006','Events',ssUrlPrefix + 'Events/index.htm','AlwaysExplode==FALSE','DefaultGroupFieldName==xDateAvailableStartDate','DontShowChildrenNodes==FALSE','EnglishSectionLabel==Events','FrenchSectionLabel==Ev\xe9nements','Redirect==TRUE','RedirectLink==javascript\x3anodelink\x28\\x272022\\x27\x29\x3b','SpanishSectionLabel==Eventos','secondaryUrlVariableField==region1');
g_navNode_2_0=g_navNode_2.addNode('2022','ILO events',ssUrlPrefix + 'Events/ILOevents/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','DontShowChildrenNodes==TRUE','EnglishSectionLabel==ILO events','FrenchSectionLabel==Ev\xe9nements OIT','NavigationRootLevel==0','Query_1==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2022\x60','SpanishSectionLabel==Eventos OIT','secondaryUrlVariableField==region1');
g_navNode_2_1=g_navNode_2.addNode('2023','Non-ILO events',ssUrlPrefix + 'Events/NonILOevents/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','DontShowChildrenNodes==TRUE','EnglishSectionLabel==Non-ILO events','FrenchSectionLabel==Ev\xe9nements externes','ListNodeId_1==2023','NavigationRootLevel==0','Query_1==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2023\x60','SpanishSectionLabel==Eventos externos','secondaryUrlVariableField==region1');
g_navNode_3=g_navNode_Root.addNode('2007','Projects',ssUrlPrefix + 'Projects/index.htm','DefaultGroupFieldName==xDateAvailableEndDate','DefaultGroupType==1','DontShowChildrenNodes==TRUE','EnglishSectionLabel==Projects','FrenchSectionLabel==Projets','ListNodeId_1==2007','Query_1==dDocType \x3csubstring\x3e \x60Project\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2007\x60','SpanishSectionLabel==Proyectos','secondaryUrlVariableField==region1');
g_navNode_3_0=g_navNode_3.addNode('2024','By region',ssUrlPrefix + 'Projects/Byregion/index.htm','DefaultGroupFieldName==xDateAvailableEndDate','DefaultGroupType==1','HideInNav==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_0=g_navNode_3_0.addNode('2070','Global',ssUrlPrefix + 'Projects/Byregion/Global/index.htm','AlwaysExplode==TRUE','DefaultGroupFieldName==xDateAvailableEndDate','DefaultGroupType==1','EnglishSectionLabel==Global','FrenchSectionLabel==Global','ListNodeId_1==2007','Query_1==dDocType \x3csubstring\x3e \x60Project\x60  \x3cAND\x3e   xCoverageSpatialRegions \x3csubstring\x3e \x600\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2007\x60','SpanishSectionLabel==Global','secondaryUrlVariableField==region1');
g_navNode_3_0_1=g_navNode_3_0.addNode('2071','America',ssUrlPrefix + 'Projects/Byregion/America/index.htm','AlwaysExplode==TRUE','DefaultGroupFieldName==xDateAvailableEndDate','DefaultGroupType==1','EnglishSectionLabel==America','FrenchSectionLabel==Am\xe9riques','ListNodeId_1==2007','Query_1==dDocType \x3csubstring\x3e \x60Project\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x604\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2007\x60','SpanishSectionLabel==Am\xe9ricas','secondaryUrlVariableField==region1');
g_navNode_3_0_2=g_navNode_3_0.addNode('2072','Africa',ssUrlPrefix + 'Projects/Byregion/Africa/index.htm','AlwaysExplode==TRUE','DefaultGroupFieldName==xDateAvailableEndDate','DefaultGroupType==1','EnglishSectionLabel==Africa','FrenchSectionLabel==Afrique','ListNodeId_1==2007','Query_1==dDocType \x3csubstring\x3e \x60Project\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x609\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2007\x60','SpanishSectionLabel==\xc1frica','secondaryUrlVariableField==region1');
g_navNode_3_0_3=g_navNode_3_0.addNode('2073','Asia',ssUrlPrefix + 'Projects/Byregion/Asia/index.htm','AlwaysExplode==TRUE','DefaultGroupFieldName==xDateAvailableEndDate','DefaultGroupType==1','EnglishSectionLabel==Asia','FrenchSectionLabel==Asie','ListNodeId_1==2007','Query_1==dDocType \x3csubstring\x3e \x60Project\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x603\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2007\x60','SpanishSectionLabel==Asia','secondaryUrlVariableField==region1');
g_navNode_3_0_4=g_navNode_3_0.addNode('2074','Europe and Middle-east',ssUrlPrefix + 'Projects/Byregion/EuropeandMiddleeast/index.htm','AlwaysExplode==TRUE','DefaultGroupFieldName==xDateAvailableEndDate','DefaultGroupType==1','EnglishSectionLabel==Europe and Middle-east','FrenchSectionLabel==Europe','ListNodeId_1==2007','Query_1==dDocType \x3csubstring\x3e \x60Project\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2007\x60','SpanishSectionLabel==Europa','secondaryUrlVariableField==region1');
g_navNode_4=g_navNode_Root.addNode('2008','Links',ssUrlPrefix + 'Links/index.htm','DefaultGroupType==2','DontShowChildrenNodes==TRUE','EnglishSectionLabel==Links','FrenchSectionLabel==Liens','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Enlaces','secondaryUrlVariableField==region1');
g_navNode_4_0=g_navNode_4.addNode('2025','By theme',ssUrlPrefix + 'Links/Bytheme/index.htm','DefaultGroupType==2','HideInNav==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_0_0=g_navNode_4_0.addNode('2075','General forced labour',ssUrlPrefix + 'Links/Bytheme/Generalforcedlabour/index.htm','DefaultGroupType==2','EnglishSectionLabel==General forced labour','FrenchSectionLabel==Travail forc\xe9 \x28g\xe9n\xe9ral\x29','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60General forced labour\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Trabajo forzoso \x28general\x29','secondaryUrlVariableField==region1');
g_navNode_4_0_1=g_navNode_4_0.addNode('2076','Human trafficking migration and forced labour',ssUrlPrefix + 'Links/Bytheme/Humantrafficking/index.htm','DefaultGroupType==2','EnglishSectionLabel==Human trafficking migration and forced labour','FrenchSectionLabel==Traite d\\x27\xeatres humains, migration et travail forc\xe9','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60Human trafficking, migration and forced labour\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Trata de personas, migraci\xf3n y trabajo forzoso','secondaryUrlVariableField==region1');
g_navNode_4_0_2=g_navNode_4_0.addNode('2077','Slavery and debt bondage',ssUrlPrefix + 'Links/Bytheme/Slaveryanddebtbondage/index.htm','DefaultGroupType==2','EnglishSectionLabel==Slavery and debt bondage','FrenchSectionLabel==Esclavage et servitude pour dettes','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60Slavery and debt bondage\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Esclavitud y servidumbre por deudas','secondaryUrlVariableField==region1');
g_navNode_4_0_3=g_navNode_4_0.addNode('2078','State-imposed forced labour',ssUrlPrefix + 'Links/Bytheme/Stateimposed/index.htm','DefaultGroupType==2','EnglishSectionLabel==State-imposed forced labour','FrenchSectionLabel==Travail forc\xe9 impos\xe9 par l\\x27Etat','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xSubjectKeywords \x3csubstring\x3e \x60State-imposed forced labour\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Trabajo forzoso impuesto por el Estado','secondaryUrlVariableField==region1');
g_navNode_4_1=g_navNode_4.addNode('2026','By region',ssUrlPrefix + 'Links/Byregion/index.htm','DefaultGroupType==2','HideInNav==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_1_0=g_navNode_4_1.addNode('2079','Global',ssUrlPrefix + 'Links/Byregion/Global/index.htm','DefaultGroupType==2','EnglishSectionLabel==Global','FrenchSectionLabel==Global','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60 \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x600\x60','SpanishSectionLabel==Global','secondaryUrlVariableField==region1');
g_navNode_4_1_1=g_navNode_4_1.addNode('2080','America',ssUrlPrefix + 'Links/Byregion/America/index.htm','DefaultGroupType==2','EnglishSectionLabel==America','FrenchSectionLabel==Am\xe9riques','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x604\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Am\xe9ricas','secondaryUrlVariableField==region1');
g_navNode_4_1_2=g_navNode_4_1.addNode('2081','Africa',ssUrlPrefix + 'Links/Byregion/Africa/index.htm','DefaultGroupType==2','EnglishSectionLabel==Africa','FrenchSectionLabel==Afrique','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x609\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==\xc1frica','secondaryUrlVariableField==region1');
g_navNode_4_1_3=g_navNode_4_1.addNode('2082','Asia',ssUrlPrefix + 'Links/Byregion/Asia/index.htm','DefaultGroupType==2','EnglishSectionLabel==Asia','FrenchSectionLabel==Asie','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x603\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Asia','secondaryUrlVariableField==region1');
g_navNode_4_1_4=g_navNode_4_1.addNode('2083','Europe and Middle-east',ssUrlPrefix + 'Links/Byregion/EuropeandMiddleeast/index.htm','DefaultGroupType==2','EnglishSectionLabel==Europe and Middle-east','FrenchSectionLabel==Europe','HideInNav==TRUE','ListNodeId_1==2008','Query_1==dDocType \x3csubstring\x3e \x60WebPage\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xWebsites \x3ccontains\x3e \x60sapfl\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60sapfl\x3a2008\x60','SpanishSectionLabel==Europa','secondaryUrlVariableField==region1');
g_navNode_5=g_navNode_Root.addNode('2009','Supplemental Navigation',ssUrlPrefix + 'SupplementalNavigation/index.htm','HideInNav==TRUE');
g_navNode_5_0=g_navNode_5.addNode('2031','Contact us',ssUrlPrefix + 'SupplementalNavigation/Contactus/index.htm','EnglishSectionLabel==Contact us','FrenchSectionLabel==Contactez-nous','SpanishSectionLabel==Cont\xe1ctenos','secondaryUrlVariableField==region1');
g_navNode_5_1=g_navNode_5.addNode('2049','Site Search',ssUrlPrefix + 'SupplementalNavigation/SiteSearch/index.htm','HideInNav==TRUE');
g_navNode_5_1_0=g_navNode_5_1.addNode('2050','Contextual Search Results',ssUrlPrefix + 'SupplementalNavigation/SiteSearch/ContextualSearchResults/index.htm','HideInNav==TRUE');
g_navNode_5_1_1=g_navNode_5_1.addNode('2051','Search Results',ssUrlPrefix + 'SupplementalNavigation/SiteSearch/SearchResults/index.htm','HideInNav==TRUE');
g_navNode_5_2=g_navNode_5.addNode('2088','Site map',ssUrlPrefix + 'SupplementalNavigation/Sitemap/index.htm','EnglishSectionLabel==Site map','FrenchSectionLabel==Plan du site','SpanishSectionLabel==Mapa del sitio');
g_navNode_6=g_navNode_Root.addNode('2011','Error Handler',ssUrlPrefix + 'ErrorHandler/index.htm','HideInNav==TRUE');
g_navNode_7=g_navNode_Root.addNode('2093','News',ssUrlPrefix + 'News/index.htm','EnglishSectionLabel==News','FrenchSectionLabel==Actualit\xe9s','HideInNav==TRUE','ListNodeId_1==2093','Query_1==dDocType \x3csubstring\x3e \x60NewsItem\x60','SpanishSectionLabel==Noticias','secondaryUrlVariableField==region1');
