/////////////////////////////////////////////////////////////////////////////
// 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('5','global',ssUrlPrefix + 'index.htm',null,'AlwaysExplode==FALSE','DontShowChildrenNodes==TRUE','EnglishBreadCrumbLabel==ILO Home','EnglishSectionLabel==International Labour Organization - Home','FrenchBreadCrumbLabel==OIT Page d\\x27accueil','FrenchSectionLabel==Organisation Internationale du Travail - Page\xa0d\\x27accueil','GlobalSiteId==5','HeaderColor==Blue','Headercolor==Orange','IsGlobalSite==TRUE','IsSurveyMonkeyOn==FALSE','NavigationRootLevel==1','ShowSiteMap==TRUE','SiteSupplementalSectionId==21','SpanishBreadCrumbLabel==OIT P\xe1gina de entrada','SpanishSectionLabel==Organizaci\xf3n Internacional del Trabajo - P\xe1gina\xa0de\xa0entrada','maxAge==900','secondaryUrlVariableField==region1');
g_navNode_0=g_navNode_Root.addNode('6','About the ILO',ssUrlPrefix + 'About_the_ILO/index.htm','EnglishSectionLabel==About the ILO','FrenchSectionLabel==A propos de l\\x27OIT','SpanishSectionLabel==Acerca de la OIT','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_0=g_navNode_0.addNode('11','Mission and objectives',ssUrlPrefix + 'About_the_ILO/Mission_and_objectives/index.htm','FrenchSectionLabel==Mission et objectifs','SpanishSectionLabel==Misi\xf3n y objetivos','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_1=g_navNode_0.addNode('12','Origins and history',ssUrlPrefix + 'About_the_ILO/Origins_and_history/index.htm','FrenchSectionLabel==Origines et histoire','HideInNav==FALSE','SpanishSectionLabel==Origenes e Historia','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_2=g_navNode_0.addNode('13','Fields of action',ssUrlPrefix + 'About_the_ILO/How_ILO_works/index.htm','EnglishSectionLabel==Fields of action','FrenchSectionLabel==Domaines d\\x27action','HideInNav==FALSE','SpanishSectionLabel==\xc1reas de actuaci\xf3n','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_3=g_navNode_0.addNode('14','How the ILO works',ssUrlPrefix + 'About_the_ILO/Structure/index.htm','EnglishSectionLabel==How the ILO works','FrenchSectionLabel==Comment travaille l\\x27OIT','SpanishSectionLabel==Como funciona la OIT','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_3_0=g_navNode_0_3.addNode('151','Tripartism\x3a the ILO\'s strength',ssUrlPrefix + 'About_the_ILO/Structure/tripartism/index.htm','EnglishSectionLabel==Tripartism','FrenchSectionLabel==Tripartisme','SpanishSectionLabel==Tripartismo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_3_1=g_navNode_0_3.addNode('150','Technical cooperation',ssUrlPrefix + 'About_the_ILO/Structure/Technicalcooperation/index.htm','EnglishSectionLabel==Technical cooperation','FrenchSectionLabel==La coop\xe9ration technique','SpanishSectionLabel==La Cooperaci\xf3n t\xe9cnica','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4=g_navNode_0.addNode('15','Media and public information',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==0','EnglishSectionLabel==Media and public information','FrenchSectionLabel==M\xe9dia et information publique','LeftColumnSize==75','ListNodeId_1==29','ListNodeId_2==30','ListNodeId_3==73','ListNodeId_4==35','Query_1==\x28dDocType \x3cmatches\x3e \x60PressRelease\x60  \x3cAND\x3e \x3cNOT\x3e xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29','Query_2==\x28dDocType \x3cmatches\x3e \x60PressRelease\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60Article\x60\x29 \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60 \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60','Query_3==dDocType \x3cmatches\x3e \x60NewsItem\x60 \x3cAND\x3e xIdentifier \x3cSTARTS\x3e \x60INEWS/\x60','Query_4==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60','SpanishSectionLabel==Prensa e informaci\xf3n p\xfablica','maxAge==1800','secondaryUrlVariableField==region1');
g_navNode_0_4_0=g_navNode_0_4.addNode('29','Press releases',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Press_releases/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==0','EnglishSectionLabel==Press releases','FeedQueryIndex==1','FeedRefreshTime==3600','FrenchSectionLabel==Communiqu\xe9s de presse','LeftColumnSize==75','Query_1==dDocType \x3cmatches\x3e \x60PressRelease\x60  \x3cAND\x3e \x3cNOT\x3e xIdentifier \x3cstarts\x3e \x60FTR/\x60','SectionMainPageQuery==dDocType \x3cmatches\x3e \x60PressRelease\x60','SpanishSectionLabel==Comunicados de prensa','maxAge==1800','secondaryUrlVariableField==region1');
g_navNode_0_4_0_0=g_navNode_0_4_0.addNode('2091','ILO News Service',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Press_releases/ILONewsService/index.htm','EnglishSectionLabel==ILO News Service','FrenchSectionLabel==Nouvelles de l\\x27OIT en ligne','HideInNav==TRUE','NavigationRootLevel==1','SpanishSectionLabel==Servicio de Noticias de la OIT','secondaryUrlVariableField==region1');
g_navNode_0_4_1=g_navNode_0_4.addNode('30','Feature articles',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Feature_stories/index.htm','DefaultGroupType==0','EnglishSectionLabel==Feature articles','FrenchSectionLabel==Articles de fond','Query_1==\x28dDocType \x3cmatches\x3e \x60PressRelease\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60Article\x60\x29 \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60','SectionMainPageQuery==dDocType \x3cmatches\x3e \x60Event\x60','SpanishSectionLabel==Art\xedculos especiales','maxAge==1800','secondaryUrlVariableField==region1');
g_navNode_0_4_2=g_navNode_0_4.addNode('31','Factsheets',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Factsheets/index.htm','DefaultGroupType==1','EnglishSectionLabel==Fact sheets','FrenchSectionLabel==Fiches d\\x27information','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e xTypeSubtype \x3csubstring\x3e \x6010\x60','SpanishSectionLabel==Hojas de datos','maxAge==21600','secondaryUrlVariableField==region1');
g_navNode_0_4_3=g_navNode_0_4.addNode('32','ILO in the media',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/ILO_in_the_media/index.htm','EnglishSectionLabel==ILO in the media','FrenchSectionLabel==L\\x27OIT dans les m\xe9dias','ListNodeId_1==76','Query_1==\x28\x28dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  \x28xIdentifier \x3csubstring\x3e \x60/iloontv/\x60\x29\x29 \x3cOR\x3e \x28dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a76\x60\x29\x29','SpanishSectionLabel==OIT en los medios de comunicaci\xf3n','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_3_1=g_navNode_0_4_3.addNode('76','ILO on the air',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/ILO_in_the_media/ILO_on_the_air/index.htm','EnglishSectionLabel==ILO on the air','FrenchSectionLabel==l\\x27OIT sur les ondes','Query_1==\x28\x28dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  \x28xIdentifier \x3csubstring\x3e \x60/iloontv/\x60\x29\x29 \x3cOR\x3e \x28dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a76\x60\x29\x29','SpanishSectionLabel==OIT en las ondas','secondaryUrlVariableField==region1');
g_navNode_0_4_5=g_navNode_0_4.addNode('35','Video',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/index.htm','DefaultGroupFieldName==xDateIssued','EnglishSectionLabel==Video','FrenchSectionLabel==Vid\xe9o','ListNodeId_1==70','ListNodeId_2==2114','ListNodeId_3==2117','ListNodeId_4==2113','ListNodeId_5==417','ListNodeId_6==2574','ListNodeId_7==2571','Query_1==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60VNR/\x60','Query_2==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2114\x60','Query_3==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2117\x60','Query_4==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2113\x60','Query_5==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xCollectionID \x3d \x60135\x60 ','Query_6==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60inst/\x60','Query_7==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60psa/\x60','SpanishSectionLabel==V\xeddeo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_0=g_navNode_0_4_5.addNode('70','Video News Releases',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/Video_News_Release/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==1','EnglishSectionLabel==Video News Releases ','FrenchSectionLabel==Reportages Vid\xe9o','HideInNav==FALSE','Query_1==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  \x28xIdentifier \x3cstarts\x3e \x60VNR/\x60 \x3cOR\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a70\x60\x29','SpanishSectionLabel==Comunicado de prensa audiovisual','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_1=g_navNode_0_4_5.addNode('417','Documentaries',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/Documentaries/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==1','EnglishSectionLabel==Documentaries','FrenchSectionLabel==Documentaires','Query_1==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60docs/\x60','Redirect==FALSE','SpanishSectionLabel==Documentales','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_2=g_navNode_0_4_5.addNode('2117','Our workplace',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/Ourworkplace/index.htm','DefaultGroupType==-1','EnglishSectionLabel==ILO TV\x3a Our Workplace','FrenchSectionLabel==ILO TV\x3a Au travail','Query_1==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2117\x60','SpanishSectionLabel==ILO TV\x3a A la obra','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_4=g_navNode_0_4_5.addNode('2574','Institutional videos',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/Institutionalvideos/index.htm','EnglishSectionLabel==Institutional videos','FrenchSectionLabel==Films institutionnels','Query_1==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60inst/\x60','SpanishSectionLabel==V\xeddeos institucionales','secondaryUrlVariableField==region1');
g_navNode_0_4_5_5=g_navNode_0_4_5.addNode('2571','Public Service Announcements',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/PSA/index.htm','EnglishSectionLabel==Public Service Announcements','FrenchSectionLabel==Messages d\\x27int\xe9r\xeat public','HideInNav==FALSE','Query_1==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60psa/\x60','SpanishSectionLabel==Anuncios de servicio p\xfablico','secondaryUrlVariableField==region1');
g_navNode_0_4_5_6=g_navNode_0_4_5.addNode('2113','Video interviews',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/Videointerviews/index.htm','EnglishSectionLabel==Video interviews','FrenchSectionLabel==Interviews vid\xe9o','Query_1==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2113\x60','SpanishSectionLabel==Entrevistas en v\xeddeo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_7=g_navNode_0_4_5.addNode('2114','Events coverage',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/B-rolls/index.htm','EnglishSectionLabel==Events coverage','FrenchSectionLabel==Couverture \xe9v\xe9nementielle','Query_1==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2114\x60','SpanishSectionLabel==Cobertura de eventos','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_8=g_navNode_0_4_5.addNode('2018','Broadcast facilities',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/facilities/index.htm','EnglishSectionLabel==ILO TV and radio facilities','FrenchSectionLabel==\xc9quipements de radio et de t\xe9l\xe9vision de l\u2019OIT','SpanishSectionLabel==Equipos de radio y de televisi\xf3n de la OIT','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_9=g_navNode_0_4_5.addNode('2116','All videos',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/Allvideos/index.htm','HideInNav==TRUE','NavigationRootLevel==1','Query_1==dDocType \x3csubstring\x3e \x60MovingImage\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_4_5_10=g_navNode_0_4_5.addNode('2864','Awards for ILO Video',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Broadcast_materials/awards/index.htm','EnglishSectionLabel==Awards for ILO Video','FrenchSectionLabel==R\xe9compenses attribu\xe9es \xe0 des productions vid\xe9o de l\\x27OIT','HideInNav==TRUE','SpanishSectionLabel==Galardones atribuidos a videoproducciones de la OIT');
g_navNode_0_4_6=g_navNode_0_4.addNode('2651','Audio',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Audio/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Audio','FrenchSectionLabel==Audio','HideInNav==FALSE','Query_1==\x28dDocAccount \x3cmatches\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2651\x60 \x3cAND\x3e dDocType \x3cmatches\x3e \x60Music\x60\x29','SpanishSectionLabel==Audio','secondaryUrlVariableField==region1');
g_navNode_0_4_8=g_navNode_0_4.addNode('62','WebPages',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/WebPages/index.htm','DefaultGroupFieldName==dDocTitle','DefaultGroupType==2','EnglishSectionLabel==Web pages','FrenchSectionLabel==Pages web','HideInNav==TRUE','Query_1==dDocType \x3cmatches\x3e \x60WebPage\x60','SpanishSectionLabel==Paginas web','secondaryUrlVariableField==region1');
g_navNode_0_4_9=g_navNode_0_4.addNode('73','I-News',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/I-News/index.htm','DefaultGroupType==1','EnglishSectionLabel==I-news','FrenchSectionLabel==e-actualit\xe9s','Query_1==dDocType \x3cmatches\x3e \x60NewsItem\x60 \x3cAND\x3e xIdentifier \x3cSTARTS\x3e \x60INEWS/\x60','SpanishSectionLabel==e-Noticias','secondaryUrlVariableField==region1');
g_navNode_0_4_11=g_navNode_0_4.addNode('109','Press releases no left menu',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/Press releases no left menu/index.htm','EnglishSectionLabel==    ','FrenchSectionLabel==   ','HideInNav==TRUE','Query_1==dDocType \x3cmatches\x3e \x60PressRelease\x60  \x3cAND\x3e  xLanguage \x3cmatches\x3e \x60en\x60','SpanishSectionLabel==  ');
g_navNode_0_4_12=g_navNode_0_4.addNode('2595','Photo gallery',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/photo/index.htm','EnglishSectionLabel==Photo Gallery','FrenchSectionLabel==Galerie photo','HideInNav==FALSE','ListNodeId_1==2648','Query_1==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a2648\x60','Query_2==xSubjectKeywords \x3cmatches\x3e \x60photo_gallery_search\x60','Query_3==xSubjectKeywords \x3cmatches\x3e \x60photo_gallery_special\x60','Query_4==xSubjectKeywords \x3cmatches\x3e \x60photo_gallery_dg\x60','Query_5==xSubjectKeywords \x3cmatches\x3e \x60photo_gallery_history\x60','SpanishSectionLabel==Galer\xeda de fotos','maxAge==1800','secondaryUrlVariableField==region1');
g_navNode_0_4_13=g_navNode_0_4.addNode('2648','Slideshows',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/slideshows/index.htm','EnglishSectionLabel==Slideshows','FrenchSectionLabel==Diaporamas','HideInNav==TRUE','Query_1==dDocType \x3csubstring\x3e \x60Presentation\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a2648\x60','SpanishSectionLabel==Galer\xedas de fotos','secondaryUrlVariableField==region1');
g_navNode_0_4_14=g_navNode_0_4.addNode('3188','Event coverage',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/index.htm','EnglishSectionLabel==Event coverage','FrenchSectionLabel==Couverture \xe9v\xe9nementielle','HideInNav==FALSE','Redirect==TRUE','RedirectLink==ssNODELINK/5/3189','SpanishSectionLabel==Cobertura de eventos');
g_navNode_0_4_14_0=g_navNode_0_4_14.addNode('3189','ILC98',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/index.htm','EnglishSectionLabel==Media centre\x3a 98th International Labour Conference \x282009\x29','FrenchSectionLabel==Centre de presse de la 98\xe8me Conf\xe9rence internationale du Travail  \x282009\x29','ListNodeId_1==3190','ListNodeId_2==3191','ListNodeId_3==3209','ListNodeId_4==3193','ListNodeId_5==3194','ListNodeId_6==3195','ListNodeId_7==3192','Query_1==dDocType \x3cmatches\x3e \x60PressRelease\x60  \x3cAND\x3e \x3cNOT\x3e xIdentifier \x3cstarts\x3e \x60FTR/\x60 \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','Query_2==\x28dDocType \x3cmatches\x3e \x60PressRelease\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60Article\x60\x29 \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','Query_3==xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  \x28xWebsiteSection \x3csubstring\x3e \x605\x3a3209\x60\x29  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','Query_4==\x28dDocType \x3cmatches\x3e \x60MovingImage\x60\x29  \x3cAND\x3e \x28xClassification \x3csubstring\x3e \x60ILC.98\x60\x29 ','Query_5==dDocType \x3csubstring\x3e \x60Statement\x60  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','Query_6==\x28dDocType \x3csubstring\x3e \x60Music\x60\x29  \x3cAND\x3e  \x28xWebsiteSection \x3csubstring\x3e \x605\x3a2651\x60\x29  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','Query_7==\x28dDocType \x3cmatches\x3e \x60NewsItem\x60 \x3cAND\x3e \x28xIdentifier \x3cSTARTS\x3e \x60INEWS/\x60 \x3cOR\x3e xIdentifier \x3cstarts\x3e \x60ROAP/\x60\x29  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60\x29 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','SpanishSectionLabel==98\xb0 Conferencia Internacional del Trabajo \x282009\x29 - Centro de Medios','secondaryUrlVariableField==region1');
g_navNode_0_4_14_0_0=g_navNode_0_4_14_0.addNode('3190','Press releases',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/pr/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==0','EnglishSectionLabel==Press releases','FrenchSectionLabel==Communiqu\xe9s de presse','LeftColumnSize==75','Query_1==dDocType \x3cmatches\x3e \x60PressRelease\x60  \x3cAND\x3e \x3cNOT\x3e xIdentifier \x3cstarts\x3e \x60FTR/\x60  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','SpanishSectionLabel==Comunicados de prensa','secondaryUrlVariableField==region1');
g_navNode_0_4_14_0_1=g_navNode_0_4_14_0.addNode('3191','Feature articles',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/features/index.htm','DefaultGroupType==0','EnglishSectionLabel==Feature articles','FrenchSectionLabel==Articles de fond','Query_1==\x28dDocType \x3cmatches\x3e \x60PressRelease\x60 \x3cOR\x3e dDocType \x3cmatches\x3e \x60Article\x60\x29 \x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','SpanishSectionLabel==Art\xedculos especiales','secondaryUrlVariableField==region1');
g_navNode_0_4_14_0_2=g_navNode_0_4_14_0.addNode('3192','I-news',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/I-news/index.htm','DefaultGroupType==1','EnglishSectionLabel==I-news','FrenchSectionLabel==Notes d\\x27information','Query_1==dDocType \x3cmatches\x3e \x60NewsItem\x60 \x3cAND\x3e \x28xIdentifier \x3cSTARTS\x3e \x60INEWS/\x60 \x3cOR\x3e xIdentifier \x3cstarts\x3e \x60ROAP/\x60\x29  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','SpanishSectionLabel==e-Noticias','secondaryUrlVariableField==region1');
g_navNode_0_4_14_0_3=g_navNode_0_4_14_0.addNode('3193','Videos',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/video/index.htm','DefaultGroupFieldName==xDateIssued','EnglishSectionLabel==Video coverage','FrenchSectionLabel==Couverture vid\xe9o','Query_1==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60','SpanishSectionLabel==Cobertura en V\xeddeo','secondaryUrlVariableField==region1');
g_navNode_0_4_14_0_4=g_navNode_0_4_14_0.addNode('3194','Statements',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/statements/index.htm','EnglishSectionLabel==Statements','FrenchSectionLabel==Discours','Query_1==dDocType \x3csubstring\x3e \x60Statement\x60  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','SpanishSectionLabel==Discursos','secondaryUrlVariableField==region1');
g_navNode_0_4_14_0_5=g_navNode_0_4_14_0.addNode('3195','Interviews',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/interviews/index.htm','EnglishSectionLabel==Audio','FrenchSectionLabel==Audio','Query_1==\x28dDocType \x3csubstring\x3e \x60Music\x60\x29   \x3cAND\x3e  \x28xWebsiteSection \x3csubstring\x3e \x605\x3a2651\x60\x29  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','SpanishSectionLabel==Audio','secondaryUrlVariableField==region1');
g_navNode_0_4_14_0_6=g_navNode_0_4_14_0.addNode('3209','Photos',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/ILC98/photos/index.htm','EnglishSectionLabel==Photos','FrenchSectionLabel==Photos','HideInNav==TRUE','Query_1==xOwner \x3csubstring\x3e \x60DGREPORTS/DCOMM\x60 \x3cAND\x3e  \x28xWebsiteSection \x3csubstring\x3e \x605\x3a3209\x60\x29  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','SpanishSectionLabel==Fotos');
g_navNode_0_4_14_1=g_navNode_0_4_14.addNode('3210','Global jobs summit',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/jobssummit/index.htm','EnglishSectionLabel==ILO Summit on the Global Jobs Crisis - 15-17 June 2009','FrenchSectionLabel==Sommet de l\u2019OIT sur la crise mondiale de l\u2019emploi - 15-17 juin 2009','HideInNav==FALSE','OsCacheTime==900','SpanishSectionLabel==Cumbre de la OIT sobre la Crisis Mundial del Empleo - 15-17 de junio 2009','secondaryUrlVariableField==region1');
g_navNode_0_4_14_1_0=g_navNode_0_4_14_1.addNode('3316','Videos',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/jobssummit/videos/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==-1','EnglishSectionLabel==Video coverage','FrenchSectionLabel==Couverture vid\xe9o','Query_1==dDocType \x3cmatches\x3e \x60MovingImage\x60  \x3cAND\x3e  xClassification \x3csubstring\x3e \x60ILC.98\x60 \x3cAND\x3e \x3cNOT\x3e xWebsiteSection \x3csubstring\x3e \x605\x3a76\x60 \x3cAND\x3e  xDateIssued \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"6/15/2009 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateIssued \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"6/17/2009 12\x3a00 AM\"\x29\x24\x3e\x60 \x3c\x24SortSpec\x3d\"order by xDateIssued ASC\"\x24\x3e','SpanishSectionLabel==Cobertura en V\xeddeo','secondaryUrlVariableField==region1');
g_navNode_0_4_14_1_1=g_navNode_0_4_14_1.addNode('3317','Statements',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/jobssummit/statements/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==-1','EnglishSectionLabel==Statements','FrenchSectionLabel==Discours','Query_1==dDocType \x3csubstring\x3e \x60Statement\x60  \x3cAND\x3e xClassification \x3csubstring\x3e \x60ILC.98\x60  \x3cAND\x3e  xDateIssued \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"6/15/2009 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateIssued \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"6/17/2009 12\x3a00 AM\"\x29\x24\x3e\x60 \x3c\x24SortSpec\x3d\"order by xDateIssued ASC\"\x24\x3e','SpanishSectionLabel==Discursos','secondaryUrlVariableField==region1');
g_navNode_0_4_14_1_2=g_navNode_0_4_14_1.addNode('3318','Audio',ssUrlPrefix + 'About_the_ILO/Media_and_public_information/events/jobssummit/audio/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==-1','EnglishSectionLabel==Audio','FrenchSectionLabel==Audio','Query_1==\x28\x28dDocType \x3csubstring\x3e \x60Music\x60\x29   \x3cAND\x3e   xClassification \x3csubstring\x3e \x60ILC.98\x60  \x3cAND\x3e  xDateIssued \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"6/15/2009 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateIssued \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"6/17/2009 12\x3a00 AM\"\x29\x24\x3e\x60\x29 \x3c\x24SortSpec\x3d\"order by xDateIssued ASC\"\x24\x3e','SpanishSectionLabel==Audio','secondaryUrlVariableField==region1');
g_navNode_0_5=g_navNode_0.addNode('16','Job opportunities',ssUrlPrefix + 'About_the_ILO/Job_opportunities/index.htm','EnglishSectionLabel==Employment opportunities','FrenchSectionLabel==Offres d\\x27emploi','SpanishSectionLabel==Oportunidades de empleo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7=g_navNode_0.addNode('433','Main aims of ILO\'s work',ssUrlPrefix + 'About_the_ILO/Mainpillars/index.htm','DontShowChildrenNodes==FALSE','EnglishSectionLabel==Main aims of ILO\\x27s work','FrenchSectionLabel==Buts principaux de l\\x27OIT','HideInNav==TRUE','IsGlobalSite==TRUE','Redirect==FALSE','SpanishSectionLabel==Principales objetivos del OIT','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7_0=g_navNode_0_7.addNode('152','Decent work',ssUrlPrefix + 'About_the_ILO/Mainpillars/WhatisDecentWork/index.htm','EnglishSectionLabel==Decent work for all','FrenchSectionLabel==Travail d\xe9cent pour tous','HideInNav==FALSE','SpanishSectionLabel==Trabajo decente para todos ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7_1=g_navNode_0_7.addNode('617','Employment creation',ssUrlPrefix + 'About_the_ILO/Mainpillars/Employmentcreation/index.htm','EnglishSectionLabel==Employment creation','FrenchSectionLabel==Cr\xe9ation d\\x27emploi ','SpanishSectionLabel==Creaci\xf3n de empleos   ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7_2=g_navNode_0_7.addNode('388','Fair globalization ',ssUrlPrefix + 'About_the_ILO/Mainpillars/Fairglobalization/index.htm','EnglishSectionLabel==Fair globalization','FrenchSectionLabel==Mondialisation juste','HideInNav==FALSE','SpanishSectionLabel==Globalizaci\xf3n justa','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7_3=g_navNode_0_7.addNode('387','Rights at work ',ssUrlPrefix + 'About_the_ILO/Mainpillars/Therightsatwork/index.htm','EnglishSectionLabel==Rights at work','FrenchSectionLabel==Droits au travail','HideInNav==FALSE','SpanishSectionLabel==Derechos en el trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7_4=g_navNode_0_7.addNode('389','Social dialogue ',ssUrlPrefix + 'About_the_ILO/Mainpillars/Socialdialogue/index.htm','EnglishSectionLabel==Social dialogue','FrenchSectionLabel==Dialogue social','HideInNav==FALSE','SpanishSectionLabel==Di\xe1logo social ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7_5=g_navNode_0_7.addNode('616','Social protection',ssUrlPrefix + 'About_the_ILO/Mainpillars/Socialprotection/index.htm','EnglishSectionLabel==Social protection','FrenchSectionLabel==Protection sociale ','SpanishSectionLabel==Protecci\xf3n social ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_7_6=g_navNode_0_7.addNode('153','Working out of poverty',ssUrlPrefix + 'About_the_ILO/Mainpillars/Workingoutofpoverty/index.htm','EnglishSectionLabel==Working out of poverty','FrenchSectionLabel==S\\x27affranchir de la pauvret\xe9 par le travail','HideInNav==FALSE','SpanishSectionLabel==Superar la pobreza mediante el trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_0_8=g_navNode_0.addNode('3419','Procurement',ssUrlPrefix + 'About_the_ILO/procurement/index.htm','EnglishSectionLabel==Procurement','FrenchSectionLabel==Achats','HideInNav==FALSE','SpanishSectionLabel==Adquisiciones','secondaryUrlVariableField==region1');
g_navNode_1=g_navNode_Root.addNode('9','Departments and Offices',ssUrlPrefix + 'Departments___Offices/index.htm','EnglishSectionLabel==Departments and Offices','FacetBoxTitleEnglish==by department/unit','FacetBoxTitleFrench==par d\xe9partement/unit\xe9','FacetBoxTitleSpanish==por departamento/unidad','FrenchSectionLabel==D\xe9partements et bureaux','PrimaryFacetType==ORG','SpanishSectionLabel==Departamentos y oficinas','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_2=g_navNode_Root.addNode('10','Regions',ssUrlPrefix + 'Regions/index.htm','EnglishSectionLabel==Regions','FrenchSectionLabel==R\xe9gions','SpanishSectionLabel==Regiones','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_2_0=g_navNode_2.addNode('37','Africa',ssUrlPrefix + 'Regions/Africa/index.htm','EnglishSectionLabel==Africa','FrenchSectionLabel==Afrique','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x29  \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x609\x60 \x3cAND\x3e  xDateIssued \x3e \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28-180\x29\x29\x24\x3e\x60','Query_2==\x28\x3cNOT\x3e dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x609\x60','SpanishSectionLabel==Africa','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_2_1=g_navNode_2.addNode('38','Americas',ssUrlPrefix + 'Regions/Americas/index.htm','EnglishSectionLabel==Americas','FrenchSectionLabel==Am\xe9riques','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x29  \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x604\x60 \x3cAND\x3e  xDateIssued \x3e \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28-180\x29\x29\x24\x3e\x60','Query_2==\x28\x3cNOT\x3e dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x604\x60','SpanishSectionLabel==Am\xe9ricas','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_2_2=g_navNode_2.addNode('41','Arab states',ssUrlPrefix + 'Regions/Arab_states/index.htm','EnglishSectionLabel==Arab states','FrenchSectionLabel==Etats arabes ','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x29  \x3cAND\x3e \x28 xCoverageSpatialRegions \x3csubstring\x3e \x605\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60BHR\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60IRQ\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60JOR\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60KWT\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60LBN\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60OMN\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60QAT\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60SAU\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60SYR\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60YEM\x60  \x3cOR\x3e xSubject \x3csubstring\x3e \x60X.10\x60\x29 \x3cAND\x3e  xDateIssued \x3e \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28-180\x29\x29\x24\x3e\x60','Query_2==\x28\x3cNOT\x3e dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e  \x28xCoverageSpatialRegions \x3csubstring\x3e \x60BHR\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60IRQ\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60JOR\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60KWT\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60LBN\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60OMN\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60QAT\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60SAU\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60SYR\x60 \x3cOR\x3e xCoverageSpatialRegions \x3csubstring\x3e \x60YEM\x60  \x3cOR\x3e xSubject \x3csubstring\x3e \x60X.10\x60\x29 ','SpanishSectionLabel==Estados \xe1rabes','secondaryUrlVariableField==region1');
g_navNode_2_3=g_navNode_2.addNode('39','Asia',ssUrlPrefix + 'Regions/Asia/index.htm','EnglishSectionLabel==Asia and the Pacific','FrenchSectionLabel==Asie et le Pacifique ','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x29  \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x603\x60 \x3cAND\x3e  xDateIssued \x3e \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28-180\x29\x29\x24\x3e\x60','Query_2==\x28\x3cNOT\x3e dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x603\x60','Redirect==TRUE','RedirectLink==ssNODELINK/asia/2612','SpanishSectionLabel==Asia y el Pac\xedfico ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_2_4=g_navNode_2.addNode('40','Europe',ssUrlPrefix + 'Regions/Europe/index.htm','EnglishSectionLabel==Europe and Central Asia','FrenchSectionLabel==Europe et Asie centrale ','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60Article\x60\x29  \x3cAND\x3e \x28xCoverageSpatialRegions \x3cmatches\x3e \x602\x60 \x3cOR\x3e  xCoverageSpatialCountries \x3csubstring\x3e \x60ISR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ARM\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60BLR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60EST\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60GEO\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60KAZ\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60LVA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60LTU\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60MDA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60TJK\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60TKM\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60UKR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60UZB\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ALB\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60AUT\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60BIH\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60HRV\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60CYP\x60 \x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60CZE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60DNK\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60FIN\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60FRA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60DEU\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60GRC\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60HUN\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ISL\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60IRL\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ITA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60LIE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60MCO\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60NLD\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60NOR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60POL\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60PRT\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ROM\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60SVK\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60SVN\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ESP\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60SWE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60CHE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60TUR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60GBR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60MKD\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60AZE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60KGZ\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60RUS\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60BEL\x60\x3cOR\x3e  xCoverageSpatialCountries \x3csubstring\x3e \x60LUX\x60\x29 \x3cAND\x3e  xDateIssued \x3e \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28-180\x29\x29\x24\x3e\x60\x29','Query_2==\x28\x3cNOT\x3e dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29  \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e\x28 xCoverageSpatialRegions \x3cmatches\x3e \x602\x60 \x3cOR\x3e  xCoverageSpatialCountries \x3csubstring\x3e \x60ISR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ARM\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60BLR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60EST\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60GEO\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60KAZ\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60LVA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60LTU\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60MDA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60TJK\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60TKM\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60UKR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60UZB\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ALB\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60AUT\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60BIH\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60HRV\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60CYP\x60 \x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60CZE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60DNK\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60FIN\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60FRA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60DEU\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60GRC\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60HUN\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ISL\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60IRL\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ITA\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60LIE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60MCO\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60NLD\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60NOR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60POL\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60PRT\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ROM\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60SVK\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60SVN\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60ESP\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60SWE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60CHE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60TUR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60GBR\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60MKD\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60AZE\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60KGZ\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60RUS\x60\x3cOR\x3e xCoverageSpatialCountries \x3csubstring\x3e \x60BEL\x60\x3cOR\x3e  xCoverageSpatialCountries \x3csubstring\x3e \x60LUX\x60\x29\x3cAND\x3e  xDateIssued \x3e \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28-360\x29\x29\x24\x3e\x60','SpanishSectionLabel==Europa y Asia central ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3=g_navNode_Root.addNode('8','Themes',ssUrlPrefix + 'Themes/index.htm','EnglishSectionLabel==Themes','FacetBoxTitleEnglish==by subject','FacetBoxTitleFrench==par sujet','FacetBoxTitleSpanish==por tema','FacetSetTitleEnglish==Resources','FrenchSectionLabel==Th\xe8mes','PrimaryFacetType==TAX','SpanishSectionLabel==Temas','maxAge==7200','secondaryUrlVariableField==region1');
g_navNode_3_0=g_navNode_3.addNode('51','Child Labour',ssUrlPrefix + 'Themes/Child_Labour/index.htm','EnglishSectionLabel==Child labour','FrenchSectionLabel==Travail des enfants','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60 \x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.02\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60SiteStudioSectionDescriptor\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29  \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.02\x60\x29\x29','SpanishSectionLabel==Trabajo infantil','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_1=g_navNode_3.addNode('403','Decent work',ssUrlPrefix + 'Themes/Decentwork/index.htm','EnglishSectionLabel==Decent work','FrenchSectionLabel==Travail d\xe9cent','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.15\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.15\x60\x29\x29 ','SpanishSectionLabel==Trabajo decente','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_2=g_navNode_3.addNode('394','Economic and social development',ssUrlPrefix + 'Themes/Ecosocdev/index.htm','EnglishSectionLabel==Economic and social development','FrenchSectionLabel==D\xe9veloppement \xe9conomique et social','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29   \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60G.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.35\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.45.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.70\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.75\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.25\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60K\x60\x29\x29','Query_2==\x3cNOT\x3e\x28dDocType \x3csubstring\x3e \x60NewsItem\x60\x29   \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60G.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.35\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.45.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.70\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.75\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.25\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60K\x60\x29\x29','SpanishSectionLabel==Desarrollo econ\xf3mico y social','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_2_0=g_navNode_3_2.addNode('395','Development aid',ssUrlPrefix + 'Themes/Ecosocdev/Developmentaid/index.htm','EnglishSectionLabel==Development aid','FrenchSectionLabel==Aide au d\xe9veloppement','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29    \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.10\x60\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.10\x60\x29 ','SpanishSectionLabel==Ayuda al desarrollo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_2_2=g_navNode_3_2.addNode('397','Gender and development',ssUrlPrefix + 'Themes/Ecosocdev/Genderanddevelopment/index.htm','EnglishSectionLabel==Gender and development','FrenchSectionLabel==Genre et d\xe9veloppement','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29   \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.35\x60\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.35\x60\x29 ','SpanishSectionLabel==G\xe9nero y desarrollo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_2_3=g_navNode_3_2.addNode('398','Globalization',ssUrlPrefix + 'Themes/Ecosocdev/Globalization/index.htm','EnglishSectionLabel==Globalization','FrenchSectionLabel==Mondialisation','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29    \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.40\x60\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.40\x60\x29 ','SpanishSectionLabel==Globalizaci\xf3n','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_2_4=g_navNode_3_2.addNode('399','Poverty',ssUrlPrefix + 'Themes/Ecosocdev/Poverty/index.htm','EnglishSectionLabel==Poverty','FrenchSectionLabel==Pauvret\xe9','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29    \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.45.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.30\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.45.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.30\x60\x29\x29 ','SpanishSectionLabel==Pobreza','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_2_6=g_navNode_3_2.addNode('401','Sustainable development',ssUrlPrefix + 'Themes/Ecosocdev/Sustainabledevelopment/index.htm','EnglishSectionLabel==Sustainable development','FrenchSectionLabel==D\xe9veloppement durable','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29    \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60G.75\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60G.75\x60\x29\x29 ','SpanishSectionLabel==Desarrollo sostenible','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3=g_navNode_3.addNode('44','Employment Promotion',ssUrlPrefix + 'Themes/Employment_Promotion/index.htm','EnglishSectionLabel==Employment promotion','FrenchSectionLabel==Promotion de l\\x27emploi','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.20.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.06\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60J.05.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60I.15.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.20.07\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.25.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60I.15.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.25.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.55.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60R.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.20.03\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.20.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.06\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60J.05.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60I.15.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.20.07\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.25.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60I.15.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.25.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.55.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60R.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.20.03\x60\x29\x29 ','SpanishSectionLabel==Promoci\xf3n del empleo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_0=g_navNode_3_3.addNode('124','Cooperatives',ssUrlPrefix + 'Themes/Employment_Promotion/Cooperatives/index.htm','EnglishSectionLabel==Cooperatives','FrenchSectionLabel==Coop\xe9ratives','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.10\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.10\x60\x29\x29 ','SpanishSectionLabel==Cooperativas','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_1=g_navNode_3_3.addNode('125','Corporate Citizenship',ssUrlPrefix + 'Themes/Employment_Promotion/CorporateCitizenship/index.htm','EnglishSectionLabel==Corporate citizenship','FrenchSectionLabel==Citoyennet\xe9 d\u2019entreprise','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60H.15\x60\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60H.15\x60\x29 ','SpanishSectionLabel==Ciudadan\xeda de empresa','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_2=g_navNode_3_3.addNode('120','Informal Economy',ssUrlPrefix + 'Themes/Employment_Promotion/InformalEconomy/index.htm','EnglishSectionLabel==Informal economy','FrenchSectionLabel==Economie informelle','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.20.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H. 50\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.20.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H. 50\x60\x29\x29 ','SpanishSectionLabel==Econom\xeda informal','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_3=g_navNode_3_3.addNode('122','Local Economic Development',ssUrlPrefix + 'Themes/Employment_Promotion/LocalEconomicDevelopment/index.htm','EnglishSectionLabel==Local economic development','FrenchSectionLabel==D\xe9veloppement \xe9conomique local','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.30.02\x60\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60G.30.02\x60\x29 ','SpanishSectionLabel==Desarrollo econ\xf3mico local','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_4=g_navNode_3_3.addNode('123','Microfinance',ssUrlPrefix + 'Themes/Employment_Promotion/Microfinance/index.htm','EnglishSectionLabel==Microfinance','FrenchSectionLabel==Microfinance','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60I.15.05\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60I.15.05\x60\x29 \x29 ','SpanishSectionLabel==Microfinanciamento','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_5=g_navNode_3_3.addNode('126','Multinational Enterprises',ssUrlPrefix + 'Themes/Employment_Promotion/MultinationalEnterprises/index.htm','EnglishSectionLabel==Multinational enterprises','FrenchSectionLabel==Entreprises multinationales','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.35.05\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.35.05\x60\x29\x29 ','SpanishSectionLabel==Empresas multinacionales','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_6=g_navNode_3_3.addNode('127','Recovery \x26 Reconstruction',ssUrlPrefix + 'Themes/Employment_Promotion/RecoveryReconstruction/index.htm','EnglishSectionLabel==Recovery and reconstruction','FrenchSectionLabel==Redressement et reconstruction','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.25.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.55.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.30.01\x60\x29 \x3cOR\x3e  \x28xSubject \x3csubstring\x3e \x60R.20\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.20.03\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.25.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.55.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.30.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60R.20\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.20.03\x60\x29\x29 ','SpanishSectionLabel==Recuperaci\xf3n y reconstrucci\xf3n','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_3_7=g_navNode_3_3.addNode('121','Small Enterprise',ssUrlPrefix + 'Themes/Employment_Promotion/SmallEnterprise/index.htm','EnglishSectionLabel==Small enterprises','FrenchSectionLabel==Petites entreprises','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.32.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.32.04\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.02\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.06\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60J.05.15\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60H.32.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.32.04\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.02\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.35.06\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60H.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60J.05.15\x60\x29\x29 ','SpanishSectionLabel==Peque\xf1as empresas','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_4=g_navNode_3.addNode('46','Employment Security',ssUrlPrefix + 'Themes/Employment_Security/index.htm','EnglishSectionLabel==Employment security','FrenchSectionLabel==S\xe9curit\xe9 de l\\x27emploi','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e xSubject \x3csubstring\x3e \x60A.30\x60 ','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60A.30\x60\x29 ','SpanishSectionLabel==Seguridad del empleo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_5=g_navNode_3.addNode('52','Equality and Discrimination',ssUrlPrefix + 'Themes/Equality_and_Discrimination/index.htm','EnglishSectionLabel==Equality and discrimination','FrenchSectionLabel==Egalit\xe9 et discrimination','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.35.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.35\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.20.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60P.20.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60B.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.05\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.35.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.35\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.20.02\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60O.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60P.20.03\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60B.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.05\x60\x29\x29','SpanishSectionLabel==Igualdad y discriminaci\xf3n','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_5_0=g_navNode_3_5.addNode('141','Gender Equality',ssUrlPrefix + 'Themes/Equality_and_Discrimination/GenderEquality/index.htm','EnglishSectionLabel==Gender equality','FrenchSectionLabel==Egalit\xe9 des genres','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.35.01\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.35.01\x60\x29\x29 ','SpanishSectionLabel==Igualdad de g\xe9nero','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_5_2=g_navNode_3_5.addNode('143','Indigenous and tribal peoples',ssUrlPrefix + 'Themes/Equality_and_Discrimination/Indigenousandtribalpeoples/index.htm','EnglishSectionLabel==Indigenous and tribal peoples','FrenchSectionLabel==Peuples indig\xe8nes et tribaux','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60P.20.03\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60P.20.03\x60\x29\x29 ','SpanishSectionLabel==Pueblos ind\xedgenas y tribales','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_5_3=g_navNode_3_5.addNode('144','Maternity protection',ssUrlPrefix + 'Themes/Equality_and_Discrimination/Maternityprotection/index.htm','EnglishSectionLabel==Maternity protection','FrenchSectionLabel==Protection de la maternit\xe9','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60B.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.05\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60B.20\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.05\x60\x29\x29','SpanishSectionLabel==Protecci\xf3n de la maternidad','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_5_4=g_navNode_3_5.addNode('140','Workplace Discrimination',ssUrlPrefix + 'Themes/Equality_and_Discrimination/WorkplaceDiscrimination/index.htm','EnglishSectionLabel==Workplace discrimination','FrenchSectionLabel==Discrimination au travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.10\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.10\x60\x29\x29 ','SpanishSectionLabel==Discriminaci\xf3n al trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_6=g_navNode_3.addNode('50','Forced Labour',ssUrlPrefix + 'Themes/Forced_Labour/index.htm','EnglishSectionLabel==Forced labour','FrenchSectionLabel==Travail forc\xe9','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.40\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.40\x60\x29\x29 ','SpanishSectionLabel==Trabajo forzoso','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_7=g_navNode_3.addNode('49','Freedom of Association and the Right to Collective Bargaining',ssUrlPrefix + 'Themes/Freedom_of_Association_and_the_Right_to_Collective_Bargaining/index.htm','EnglishSectionLabel==Freedom of association and the right to collective bargaining','FrenchSectionLabel==Libert\xe9 d\\x27association et le droit de negociation collective','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.45\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60C.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60C.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60C.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Z.55.02\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60L.45\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60C.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60C.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60C.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Z.55.02\x60\x29\x29 ','SpanishSectionLabel==Libertad sindical y derecho a la negociaci\xf3n colectiva ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_8=g_navNode_3.addNode('55','HIVAIDS',ssUrlPrefix + 'Themes/HIVAIDS/index.htm','EnglishSectionLabel==HIV/AIDS','FeedQueryIndex==1','FeedRefreshTime==3600','FrenchSectionLabel==VIH/SIDA','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.40\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60L.40\x60\x29\x29','SpanishSectionLabel==VIH/SIDA','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_9=g_navNode_3.addNode('56','Individual Sectors and Industries',ssUrlPrefix + 'Themes/Individual_Sectors_and_Industries/index.htm','EnglishSectionLabel==Individual sectors and industries','FrenchSectionLabel==Secteurs et industries','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e xSubject \x3csubstring\x3e \x60J\x60 ','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60J\x60\x29 ','SpanishSectionLabel==Sectores y industrias','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_10=g_navNode_3.addNode('42','Labour Law',ssUrlPrefix + 'Themes/Labour_Law/index.htm','EnglishSectionLabel==Labour law','FrenchSectionLabel==Droit du travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60D\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60N.10\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60D\x60 \x3cOR\x3e xSubject \x3csubstring\x3e \x60N.10\x60\x29\x29 ','SpanishSectionLabel==Derecho del trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_10_0=g_navNode_3_10.addNode('116','Labour Administration',ssUrlPrefix + 'Themes/Labour_Law/LaborLawAdministration/index.htm','DefaultGroupFieldName==xDateIssued','DefaultGroupType==0','EnglishSectionLabel==Labour administration','FrenchSectionLabel==Administration du travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60N.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60N.15\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60N.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60N.15\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29\x29 ','SpanishSectionLabel==Administraci\xf3n del trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_10_1=g_navNode_3_10.addNode('117','Labour Inspection',ssUrlPrefix + 'Themes/Labour_Law/LabourInspection/index.htm','EnglishSectionLabel==Labour inspection','FrenchSectionLabel==Inspection du travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29 ','SpanishSectionLabel==Inspecci\xf3n del trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_11=g_navNode_3.addNode('54','Labour migration',ssUrlPrefix + 'Themes/Labour_migration/index.htm','EnglishSectionLabel==Labour migration','FrenchSectionLabel==Migration','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60I.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60P.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60P.15\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e   \x28\x28xSubject \x3csubstring\x3e \x60I.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60P.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60P.15\x60\x29\x29 ','SpanishSectionLabel==Migraci\xf3n laboral','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_12=g_navNode_3.addNode('47','Safety and Health at Work',ssUrlPrefix + 'Themes/Safety_and_Health_at_Work/index.htm','EnglishSectionLabel==Safety and health at work','FrenchSectionLabel==S\xe9curit\xe9 et sant\xe9 au travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','ListNodeId_3==134','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.25\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60B.40.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.25\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60B.40.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.40\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29\x29 ','SpanishSectionLabel==Salud y seguridad en trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_12_0=g_navNode_3_12.addNode('133','Chemical Safety',ssUrlPrefix + 'Themes/Safety_and_Health_at_Work/Chemicalsafety/index.htm','EnglishSectionLabel==Chemical safety','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60B.40.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.25\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60B.40.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.25\x60\x29\x29 ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_12_1=g_navNode_3_12.addNode('135','Safety Inspections',ssUrlPrefix + 'Themes/Safety_and_Health_at_Work/Safetyinspections/index.htm','EnglishSectionLabel==Safety inspections','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60N.10.01\x60\x29\x29','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_12_2=g_navNode_3_12.addNode('134','Substance Abuse',ssUrlPrefix + 'Themes/Safety_and_Health_at_Work/SubstanceAbuse/index.htm','EnglishSectionLabel==Substance abuse','FrenchSectionLabel==Toxicomanie','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.40\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.40\x60\x29\x29 ','SpanishSectionLabel==Toxicoman\xeda','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_12_3=g_navNode_3_12.addNode('132','Workplace Safety',ssUrlPrefix + 'Themes/Safety_and_Health_at_Work/Workplacesafety/index.htm','EnglishSectionLabel==Workplace safety','FrenchSectionLabel==S\xe9curit\xe9 au travail','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.25\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.25\x60\x29\x29 ','SpanishSectionLabel==Seguridad en trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_13=g_navNode_3.addNode('48','Skills, Knowledge and Employability',ssUrlPrefix + 'Themes/Skills__Knowledge_and_Employability/index.htm','EnglishSectionLabel==Skills, Knowledge and Employability','FrenchSectionLabel==Comp\xe9tences, savoirs et employabilit\xe9','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60F.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60F.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60F.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.25.07\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Z.60\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.03\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.02\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60F.15\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60F.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60F.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.25.07\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Z.60\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60Q.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.03\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.02\x60\x29\x29','SpanishSectionLabel==Conocimientos te\xf3ricos y pr\xe1cticos y empleabilidad ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_13_0=g_navNode_3_13.addNode('139','Disability and Work',ssUrlPrefix + 'Themes/Skills__Knowledge_and_Employability/DisabilityandWork/index.htm','EnglishSectionLabel==Disability and work','FrenchSectionLabel==Handicap et travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.03\x60\x29 \x3cOR\x3e  \x28xSubject \x3csubstring\x3e \x60E.10.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.02\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60Q.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.03\x60\x29 \x3cOR\x3e  \x28xSubject \x3csubstring\x3e \x60E.10.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60E.10.02\x60\x29\x29 ','SpanishSectionLabel==Discapacidad y trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_13_1=g_navNode_3_13.addNode('138','Lifelong Learning',ssUrlPrefix + 'Themes/Skills__Knowledge_and_Employability/Lifelonglearning/index.htm','EnglishSectionLabel==Lifelong learning','FrenchSectionLabel==Formation permanente','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60F.15.06\x60\x29 ','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60\x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29  \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60F.15.06\x60\x29\x29 ','SpanishSectionLabel==Formaci\xf3n permanente','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_13_2=g_navNode_3_13.addNode('137','Training and vocational guidance',ssUrlPrefix + 'Themes/Skills__Knowledge_and_Employability/Training/index.htm','EnglishSectionLabel==Training and vocational guidance','FrenchSectionLabel==Formation et orientation professionnelle','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60F.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60F.10\x60\x29 \x3cOR\x3e  \x28xSubject \x3csubstring\x3e \x60F.15\x60\x29\x29 \x3cAND\x3e \x3cNOT\x3e \x28xSubject \x3csubstring\x3e \x60F.15.06\x60\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60\x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29  \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60F.05\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60F.10\x60\x29 \x3cOR\x3e  \x28xSubject \x3csubstring\x3e \x60F.15\x60\x29\x29 \x3cAND\x3e \x3cNOT\x3e \x28xSubject \x3csubstring\x3e \x60F.15.06\x60\x29 ','SpanishSectionLabel==Capacitaci\xf3n y orientaci\xf3n profesional','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_14=g_navNode_3.addNode('45','Social Security',ssUrlPrefix + 'Themes/Social_Security/index.htm','EnglishSectionLabel==Social security','FrenchSectionLabel==S\xe9curit\xe9 sociale','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60E.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.45\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55.01\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60E.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.45\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55.01\x60\x29\x29 ','SpanishSectionLabel==Seguridad social','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_14_0=g_navNode_3_14.addNode('130','Financial and Actuarial Service',ssUrlPrefix + 'Themes/Social_Security/FinancialandActuarialService/index.htm','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60E.10.02\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60E.10.02\x60\x29\x29 ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_14_1=g_navNode_3_14.addNode('131','Socio-Economic Security',ssUrlPrefix + 'Themes/Social_Security/Socio-EconomicSecurity/index.htm','EnglishSectionLabel==Socio-economic security','FrenchSectionLabel==S\xe9curit\xe9 socio-\xe9conomique','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60G.45\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55.01\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60G.45\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.50\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55.01\x60\x29\x29 ','SpanishSectionLabel==Seguridad socioecon\xf3mica','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_14_2=g_navNode_3_14.addNode('418','Social Security Policy',ssUrlPrefix + 'Themes/Social_Security/SocialSecurityPolicy/index.htm','EnglishSectionLabel==Social security policy','FrenchSectionLabel==Politique de la s\xe9curit\xe9 sociale','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60E.10.10\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60E.10.10\x60\x29\x29 ','SpanishSectionLabel==Pol\xedtica de seguridad social','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_15=g_navNode_3.addNode('43','Workers and Employers Organizations',ssUrlPrefix + 'Themes/Workers_and_Employers_Organizations/index.htm','EnglishSectionLabel==Workers and Employers organizations, tripartism and social dialogue','FrenchSectionLabel==Organisations d\\x27employeurs, de travailleurs, tripartisme et dialogue social','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60C.10\x60\x29  \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60C.30\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e \x28 \x28xSubject \x3csubstring\x3e \x60C.10\x60 \x3cOR\x3e xSubject \x3csubstring\x3e \x60C.30\x60\x29\x29 ','SpanishSectionLabel==Organizaciones de trabajadores y empleadores, tripartismo y di\xe1logo social ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_15_0=g_navNode_3_15.addNode('119','Employer Organizations',ssUrlPrefix + 'Themes/Workers_and_Employers_Organizations/EmployerOrganizations/index.htm','EnglishSectionLabel==Employers organizations','FrenchSectionLabel==Organisations patronales','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60C.10\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60C.10\x60\x29\x29 ','SpanishSectionLabel==Organizaciones de empleadores','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_15_1=g_navNode_3_15.addNode('118','Workers\' Organizations',ssUrlPrefix + 'Themes/Workers_and_Employers_Organizations/TradeUnions/index.htm','EnglishSectionLabel==Workers\\x27 organizations','FrenchSectionLabel==Organisations de travailleurs ','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60C.30\x60\x29\x29','Query_2==\x3cNOT\x3e dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60C.30\x60\x29\x29','SpanishSectionLabel==Organizaciones de trabajadores ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_16=g_navNode_3.addNode('28','Working Conditions',ssUrlPrefix + 'Themes/Working_Conditions/index.htm','EnglishSectionLabel==Working conditions','FrenchSectionLabel==Conditions de travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','ListNodeId_3==149','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29 \x3cAND\x3e  xSubject \x3csubstring\x3e \x60B\x60','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  xSubject \x3csubstring\x3e \x60B\x60 ','SpanishSectionLabel==Condiciones de trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_16_0=g_navNode_3_16.addNode('114','Harassment',ssUrlPrefix + 'Themes/Working_Conditions/Harassment/index.htm','EnglishSectionLabel==Harassment','FrenchSectionLabel==Harc\xe8lement','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60B.25.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60B.25.02\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60B.25.01\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60B.25.02\x60\x29 ','SpanishSectionLabel==Acoso','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_16_1=g_navNode_3_16.addNode('111','Wages',ssUrlPrefix + 'Themes/Working_Conditions/Wages/index.htm','AlwaysExplode==TRUE','EnglishSectionLabel==Wages','FrenchSectionLabel==Salaires','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60B.30\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60G.55.02\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60B.30\x60 \x3cOR\x3e xSubject \x3csubstring\x3e \x60G.55.02\x60\x29 ','SpanishSectionLabel==Salarios','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_16_2=g_navNode_3_16.addNode('113','Work and Family',ssUrlPrefix + 'Themes/Working_Conditions/WorkandFamily/index.htm','EnglishSectionLabel==Work and family','FrenchSectionLabel==Travail et famille','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  xSubject \x3csubstring\x3e \x60B.45\x60','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60B.45\x60\x29 ','SpanishSectionLabel==Trabajo y familia','contributorOnly==FALSE','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_16_3=g_navNode_3_16.addNode('112','Working Time',ssUrlPrefix + 'Themes/Working_Conditions/Workingtime/index.htm','EnglishSectionLabel==Working time','FrenchSectionLabel==Temps de travail','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60B.05\x60\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60B.05\x60\x29 ','SpanishSectionLabel==Tiempo de trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_16_4=g_navNode_3_16.addNode('115','Workplace Violence',ssUrlPrefix + 'Themes/Working_Conditions/Workplaceviolence/index.htm','EnglishSectionLabel==Workplace violence','FrenchSectionLabel==Violence au travail','HideInNav==TRUE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29 \x3cAND\x3e  xSubject \x3csubstring\x3e \x60B.25.04\x60','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28xSubject \x3csubstring\x3e \x60B.25.04\x60\x29 ','SpanishSectionLabel==Violencia en el trabajo','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_17=g_navNode_3.addNode('53','Youth Employment',ssUrlPrefix + 'Themes/Youth_Employments/index.htm','EnglishSectionLabel==Youth employment','FrenchSectionLabel==Emploi des jeunes','HideInNav==FALSE','ListNodeId_1==441','ListNodeId_2==365','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60PressRelease\x60\x3cOR\x3e \x28dDocType \x3cmatches\x3e \x60Article\x60\x3cAND\x3e  xIdentifier \x3cstarts\x3e \x60FTR/\x60\x29\x29  \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.20.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.10\x60\x29\x29','Query_2==\x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60NewsItem\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60PressRelease\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60Image\x60\x29 \x3cAND\x3e \x3cNOT\x3e \x28dDocType \x3cmatches\x3e \x60SiteStudioFurnitureContent\x60\x29 \x3cAND\x3e  \x28\x28xSubject \x3csubstring\x3e \x60A.20.10\x60\x29 \x3cOR\x3e \x28xSubject \x3csubstring\x3e \x60A.75.10\x60\x29\x29 ','SpanishSectionLabel==Empleo juvenil','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_3_18=g_navNode_3.addNode('365','Latest',ssUrlPrefix + 'Themes/Latest/index.htm','EnglishSectionLabel==Latest','FrenchSectionLabel==Nouveaut\xe9s et mises \xe0 jour ','HideInNav==TRUE','ListNodeId_2==365','SpanishSectionLabel==Novedades y actualizaciones');
g_navNode_3_19=g_navNode_3.addNode('441','What\'s new',ssUrlPrefix + 'Themes/Whatsnew/index.htm','EnglishSectionLabel==What\\x27s new','FrenchSectionLabel==Actualit\xe9s','HideInNav==TRUE','SpanishSectionLabel==Actualidades');
g_navNode_3_20=g_navNode_3.addNode('442','Alphabetical index',ssUrlPrefix + 'Themes/Alphabeticalindex/index.htm','EnglishSectionLabel==Alphabetical index of themes','FrenchSectionLabel==Liste alphab\xe9tique des th\xe8mes  ','HideInNav==TRUE','SpanishSectionLabel==Lista alfab\xe9tica de temas');
g_navNode_4=g_navNode_Root.addNode('7','What we do',ssUrlPrefix + 'What_we_do/index.htm','DefaultGroupType==0','EnglishSectionLabel==What we do','FrenchSectionLabel==Activit\xe9s','SpanishSectionLabel==Actividades','maxAge==7200','secondaryUrlVariableField==region1');
g_navNode_4_0=g_navNode_4.addNode('2198','International Labour Standards',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/index.htm','EnglishBreadCrumbLabel==International Labour Standards','EnglishSectionLabel==International Labour Standards','FrenchBreadCrumbLabel==Normes Internationales du Travail','FrenchSectionLabel==Normes Internationales du Travail','HideInNav==FALSE','SpanishBreadCrumbLabel==Normas Internacionales del Trabajo','SpanishSectionLabel==Normas Internacionales del Trabajo','secondaryUrlVariableField==region1');
g_navNode_4_0_0=g_navNode_4_0.addNode('2199','Introduction to International Labour Standards',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Introduction/index.htm','EnglishBreadCrumbLabel==Introduction to International Labour Standards','EnglishSectionLabel==Introduction to International Labour Standards','FrenchBreadCrumbLabel==Introduction aux normes','FrenchSectionLabel==Introduction aux normes','SpanishBreadCrumbLabel==Introducci\xf3n a las normas','SpanishSectionLabel==Introducci\xf3n a las normas','secondaryUrlVariableField==region1');
g_navNode_4_0_0_0=g_navNode_4_0_0.addNode('2237','The need for social justice',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Introduction/socialjustice/index.htm','EnglishSectionLabel==The need for social justice','FrenchSectionLabel==Le besoin de justice sociale','SpanishSectionLabel==La necesidad de la justicia social');
g_navNode_4_0_0_1=g_navNode_4_0_0.addNode('2238','The benefits of International Labour Standards',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Introduction/benefits/index.htm','EnglishSectionLabel==The benefits of International Labour Standards','FrenchSectionLabel==Les b\xe9n\xe9fices des Normes','SpanishSectionLabel==Los beneficios de las Normas');
g_navNode_4_0_0_2=g_navNode_4_0_0.addNode('2239','Conventions and Recommendations',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Introduction/ConventionsandRecommendations/index.htm','EnglishSectionLabel==Conventions and Recommendations','FrenchSectionLabel==Conventions et recommandations','SpanishSectionLabel==Convenios y recomendaciones');
g_navNode_4_0_0_3=g_navNode_4_0_0.addNode('2240','How International Labour Standards are created',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Introduction/creation/index.htm','EnglishSectionLabel==How International Labour Standards are created','FrenchSectionLabel==Comment les Normes sont \xe9labor\xe9es','SpanishSectionLabel==C\xf3mo las Normas se crean','secondaryUrlVariableField==region1');
g_navNode_4_0_0_4=g_navNode_4_0_0.addNode('2241','How International Labour Standards are used',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Introduction/use/index.htm','EnglishSectionLabel==How International Labour Standards are used','FrenchSectionLabel==Comment les Normes sont utilis\xe9es','SpanishSectionLabel==C\xf3mo las Normas se utilizan');
g_navNode_4_0_1=g_navNode_4_0.addNode('2200','Subjects covered by International Labour Standards',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/index.htm','DontShowChildrenNodes==FALSE','EnglishBreadCrumbLabel==Subjects covered by International Labour Standards','EnglishSectionLabel==Subjects covered by International Labour Standards','FrenchBreadCrumbLabel==Th\xe8mes trait\xe9s dans les normes','FrenchSectionLabel==Th\xe8mes trait\xe9s dans les normes','SpanishBreadCrumbLabel==Temas comprendidos en las normas','SpanishSectionLabel==Temas comprendidos en las normas','secondaryUrlVariableField==region1');
g_navNode_4_0_1_0=g_navNode_4_0_1.addNode('2284','Freedom of association',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Freedomofassociation/index.htm','DontShowChildrenNodes==FALSE','EnglishSectionLabel==Freedom of association','FrenchSectionLabel==Libert\xe9 syndicale','SpanishSectionLabel==Libertad sindical ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_1=g_navNode_4_0_1.addNode('2285','Collective bargaining',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Collectivebargaining/index.htm','DontShowChildrenNodes==FALSE','EnglishSectionLabel==Collective bargaining','FrenchSectionLabel==N\xe9gociation collective','SpanishSectionLabel==Negociaci\xf3n colectiva','secondaryUrlVariableField==region1');
g_navNode_4_0_1_2=g_navNode_4_0_1.addNode('2286','Forced labour',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Forcedlabour/index.htm','EnglishSectionLabel==Forced labour','FrenchSectionLabel==Travail forc\xe9','SpanishSectionLabel==Trabajo forzoso','secondaryUrlVariableField==region1');
g_navNode_4_0_1_3=g_navNode_4_0_1.addNode('2287','Child labour',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Childlabour/index.htm','EnglishSectionLabel==Child labour','FrenchSectionLabel==Travail des enfants','SpanishSectionLabel==Trabajo infantil ');
g_navNode_4_0_1_4=g_navNode_4_0_1.addNode('2288','Equality of opportunity and treatment',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Equality/index.htm','EnglishSectionLabel==Equality of opportunity and treatment ','FrenchSectionLabel==\xc9galit\xe9 de chances et de traitement ','SpanishSectionLabel==Igualdad de oportunidades y de trato','secondaryUrlVariableField==region1');
g_navNode_4_0_1_5=g_navNode_4_0_1.addNode('2289','Tripartite consultation',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Tripartiteconsultation/index.htm','EnglishSectionLabel==Tripartite consultation','FrenchSectionLabel==Consultations tripartites','SpanishSectionLabel==Consulta tripartita ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_6=g_navNode_4_0_1.addNode('2290','Labour administration',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Labouradministration/index.htm','EnglishSectionLabel==Labour administration','FrenchSectionLabel==Administration du travail ','SpanishSectionLabel==Administraci\xf3n del trabajo ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_7=g_navNode_4_0_1.addNode('2291','Labour inspection',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Labourinspection/index.htm','EnglishSectionLabel==Labour inspection','FrenchSectionLabel==Inspection du travail','SpanishSectionLabel==Inspecci\xf3n del trabajo','secondaryUrlVariableField==region1');
g_navNode_4_0_1_8=g_navNode_4_0_1.addNode('2292','Employment policy',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Employmentpolicy/index.htm','EnglishSectionLabel==Employment policy','FrenchSectionLabel==Politique de l\\x27emploi','SpanishSectionLabel==Pol\xedtica del empleo','secondaryUrlVariableField==region1');
g_navNode_4_0_1_9=g_navNode_4_0_1.addNode('2293','Employment promotion',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Employmentpromotion/index.htm','EnglishSectionLabel==Employment promotion','FrenchSectionLabel==Promotion de l\\x27emploi','SpanishSectionLabel==Promoci\xf3n del empleo ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_10=g_navNode_4_0_1.addNode('2294','Vocational guidance and training',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Vocationalguidanceandtraining/index.htm','EnglishSectionLabel==Vocational guidance and training','FrenchSectionLabel==Orientation et formation professionnelles ','SpanishSectionLabel==Orientaci\xf3n y formaci\xf3n profesional','secondaryUrlVariableField==region1');
g_navNode_4_0_1_11=g_navNode_4_0_1.addNode('2295','Employment security',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Employmentsecurity/index.htm','EnglishSectionLabel==Employment security','FrenchSectionLabel==S\xe9curit\xe9 de l\\x27emploi ','SpanishSectionLabel==Seguridad en el empleo ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_12=g_navNode_4_0_1.addNode('2296','Wages',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Wages/index.htm','EnglishSectionLabel==Wages','FrenchSectionLabel==Salaires','SpanishSectionLabel==Salarios ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_13=g_navNode_4_0_1.addNode('2297','Working time',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Workingtime/index.htm','EnglishSectionLabel==Working time','FrenchSectionLabel==Temps de travail','SpanishSectionLabel==Tiempo de trabajo','secondaryUrlVariableField==region1');
g_navNode_4_0_1_14=g_navNode_4_0_1.addNode('2298','Occupational safety and health',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Occupationalsafetyandhealth/index.htm','EnglishSectionLabel==Occupational safety and health','FrenchSectionLabel==S\xe9curit\xe9 et sant\xe9 au travail ','SpanishSectionLabel==Seguridad y salud en el trabajo','secondaryUrlVariableField==region1');
g_navNode_4_0_1_15=g_navNode_4_0_1.addNode('2299','Social security',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Socialsecurity/index.htm','EnglishSectionLabel==Social security','FrenchSectionLabel==S\xe9curit\xe9 sociale','SpanishSectionLabel==Seguridad social ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_16=g_navNode_4_0_1.addNode('2300','Maternity protection',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Maternityprotection/index.htm','EnglishSectionLabel==Maternity protection','FrenchSectionLabel==Protection de la maternit\xe9 ','SpanishSectionLabel==Protecci\xf3n de la maternidad','secondaryUrlVariableField==region1');
g_navNode_4_0_1_17=g_navNode_4_0_1.addNode('2301','Social policy',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Socialpolicy/index.htm','EnglishSectionLabel==Social policy','FrenchSectionLabel==Politique sociale','SpanishSectionLabel==Pol\xedtica social ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_18=g_navNode_4_0_1.addNode('2302','Migrant workers',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Migrantworkers/index.htm','EnglishSectionLabel==Migrant workers','FrenchSectionLabel==Travailleurs migrants','SpanishSectionLabel==Trabajadores migrantes','secondaryUrlVariableField==region1');
g_navNode_4_0_1_19=g_navNode_4_0_1.addNode('2303','Seafarers',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Seafarers/index.htm','EnglishSectionLabel==Seafarers','FrenchSectionLabel==Gens de mer','SpanishSectionLabel==Gente de mar','secondaryUrlVariableField==region1');
g_navNode_4_0_1_20=g_navNode_4_0_1.addNode('2304','Fishers',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Fishers/index.htm','EnglishSectionLabel==Fishers','FrenchSectionLabel==P\xeacheurs','SpanishSectionLabel==Pescadores ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_21=g_navNode_4_0_1.addNode('2305','Dock workers',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Dockworkers/index.htm','EnglishSectionLabel==Dock workers','FrenchSectionLabel==Dockers','SpanishSectionLabel==Trabajadores portuarios ','secondaryUrlVariableField==region1');
g_navNode_4_0_1_22=g_navNode_4_0_1.addNode('2306','Indigenous and tribal peoples',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Indigenousandtribalpeoples/index.htm','EnglishSectionLabel==Indigenous and tribal peoples','FrenchSectionLabel==Peuples indig\xe8nes et tribaux ','SpanishSectionLabel==Pueblos ind\xedgenas y tribales','secondaryUrlVariableField==region1');
g_navNode_4_0_1_23=g_navNode_4_0_1.addNode('2307','Other specific categories of workers',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Subjects/Otherworkers/index.htm','EnglishSectionLabel==Other specific categories of workers','FrenchSectionLabel==Autres cat\xe9gories particuli\xe8res de travailleurs ','SpanishSectionLabel==Otras categor\xedas particulares de trabajadores','secondaryUrlVariableField==region1');
g_navNode_4_0_2=g_navNode_4_0.addNode('2201','Maritime Labour Convention',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/MaritimeLabourConvention/index.htm','EnglishBreadCrumbLabel==Maritime Labour Convention','EnglishSectionLabel==Maritime Labour Convention','FrenchBreadCrumbLabel==Convention du travail maritime','FrenchSectionLabel==Convention du travail maritime','SpanishBreadCrumbLabel==Convenio sobre el trabajo mar\xedtimo','SpanishSectionLabel==Convenio sobre el trabajo mar\xedtimo','secondaryUrlVariableField==region1');
g_navNode_4_0_2_0=g_navNode_4_0_2.addNode('2250','Advantages of the Maritime Labour Convention',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/MaritimeLabourConvention/Advantages/index.htm','EnglishSectionLabel==Advantages of the Maritime Labour Convention, 2006','FrenchSectionLabel==Atouts de la convention du travail maritime, 2006','SpanishSectionLabel==Ventajas del Convenio sobre el trabajo mar\xedtimo, 2006');
g_navNode_4_0_2_1=g_navNode_4_0_2.addNode('2251','FAQs',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/MaritimeLabourConvention/FAQs/index.htm','EnglishSectionLabel==FAQs','FrenchSectionLabel==Questions fr\xe9quentes','SpanishSectionLabel==Preguntas frecuentes','secondaryUrlVariableField==region1');
g_navNode_4_0_2_2=g_navNode_4_0_2.addNode('2252','Preparatory reports',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/MaritimeLabourConvention/Preparatoryreports/index.htm','EnglishSectionLabel==Preparatory reports','FrenchSectionLabel==Documents pr\xe9paratoires','SpanishSectionLabel==Documentos preparatorios');
g_navNode_4_0_2_3=g_navNode_4_0_2.addNode('2253','Resolutions',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/MaritimeLabourConvention/Resolutions/index.htm','EnglishSectionLabel==Resolutions','FrenchSectionLabel==R\xe9solutions','SpanishSectionLabel==Resoluciones','secondaryUrlVariableField==region1');
g_navNode_4_0_2_4=g_navNode_4_0_2.addNode('2254','Related links',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/MaritimeLabourConvention/Relatedlinks/index.htm','EnglishSectionLabel==Related links','FrenchSectionLabel==Liens utiles','SpanishSectionLabel==Enlaces \xfatiles');
g_navNode_4_0_3=g_navNode_4_0.addNode('2202','Applying and promoting International Labour Standards',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/index.htm','EnglishBreadCrumbLabel==Applying and promoting International Labour Standards','EnglishSectionLabel==Applying and promoting International Labour Standards','FrenchBreadCrumbLabel==Application et promotion des normes','FrenchSectionLabel==Application et promotion des normes','SpanishBreadCrumbLabel==Aplicaci\xf3n y promoci\xf3n de las normas','SpanishSectionLabel==Aplicaci\xf3n y promoci\xf3n de las normas','secondaryUrlVariableField==region1');
g_navNode_4_0_3_0=g_navNode_4_0_3.addNode('2242','Committee of Experts',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/CommitteeofExperts/index.htm','EnglishSectionLabel==Committee of Experts on the Application of Conventions and Recommendations','FrenchSectionLabel==La Commission d\\x27experts pour l\\x27application des conventions et recommandations','SpanishSectionLabel==La Comisi\xf3n de Expertos en Aplicaci\xf3n de Convenios y Recomendaciones','secondaryUrlVariableField==region1');
g_navNode_4_0_3_1=g_navNode_4_0_3.addNode('2243','Conference Committee on the Application of Standards',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/CCAS/index.htm','EnglishSectionLabel==Conference Committee on the Application of Standards','FrenchSectionLabel==La Commission de l\\x27application des normes de la Conf\xe9rence','SpanishSectionLabel==La Comisi\xf3n de Aplicaci\xf3n de Normas de la Conferencia');
g_navNode_4_0_3_2=g_navNode_4_0_3.addNode('2244','The impact of the regular supervisory system',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/supervision/index.htm','EnglishSectionLabel==The impact of the regular supervisory system','FrenchSectionLabel==L\\x27impact du syst\xe8me de contr\xf4le r\xe9gulier','SpanishSectionLabel==El impacto del sistema de control regular');
g_navNode_4_0_3_3=g_navNode_4_0_3.addNode('2245','Representations',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/Representations/index.htm','EnglishSectionLabel==Representations','FrenchSectionLabel==R\xe9clamations','SpanishSectionLabel==Reclamaciones');
g_navNode_4_0_3_4=g_navNode_4_0_3.addNode('2246','Complaints',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/Complaints/index.htm','EnglishSectionLabel==Complaints','FrenchSectionLabel==Plaintes','SpanishSectionLabel==Quejas','secondaryUrlVariableField==region1');
g_navNode_4_0_3_5=g_navNode_4_0_3.addNode('2247','Committee on Freedom of Association',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/CFA/index.htm','EnglishSectionLabel==Committee on Freedom of Association','FrenchSectionLabel==Le Comit\xe9 de la libert\xe9 syndicale','SpanishSectionLabel==Libertad sindical','secondaryUrlVariableField==region1');
g_navNode_4_0_3_6=g_navNode_4_0_3.addNode('2248','General Surveys',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/Applyingconventions/index.htm','EnglishSectionLabel==General Surveys','FrenchSectionLabel==Etudes d\\x27ensemble','SpanishSectionLabel==Estudios Generales');
g_navNode_4_0_3_7=g_navNode_4_0_3.addNode('2249','Technical assistance and training',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/ApplyingandpromotingInternationalLabourStandards/Technicalassistance/index.htm','EnglishSectionLabel==Technical assistance and training','FrenchSectionLabel==L\\x27assistance technique et la formation','SpanishSectionLabel==Asistencia t\xe9cnica y formaci\xf3n');
g_navNode_4_0_4=g_navNode_4_0.addNode('2203','Information Resources',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/InformationResources/index.htm','EnglishBreadCrumbLabel==Information resources','EnglishSectionLabel==Information resources and publications','FrenchBreadCrumbLabel==Sources d\\x27information et publications','FrenchSectionLabel==Sources d\\x27information et publications','Redirect==TRUE','RedirectLink==ssNODELINK/2214','SpanishBreadCrumbLabel==Recursos de informaci\xf3n y publicaciones','SpanishSectionLabel==Recursos de informaci\xf3n y publicaciones','secondaryUrlVariableField==region1');
g_navNode_4_0_4_0=g_navNode_4_0_4.addNode('2214','Key ILO bodies and documents',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/InformationResources/KeyILObodiesanddocuments/index.htm','EnglishSectionLabel==Key ILO bodies and documents','FrenchSectionLabel==Principaux organes et documents de l\\x27OIT ','SpanishSectionLabel==Organos y documentos fundamentales de la OIT','secondaryUrlVariableField==region1');
g_navNode_4_0_4_1=g_navNode_4_0_4.addNode('2215','Publications',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/InformationResources/Publications/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Publications','FrenchSectionLabel==Publications','SpanishSectionLabel==Publicaciones','secondaryUrlVariableField==region1');
g_navNode_4_0_4_2=g_navNode_4_0_4.addNode('2216','Databases',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/InformationResources/Databases/index.htm','EnglishSectionLabel==Databases','FrenchSectionLabel==Bases de donn\xe9es ','SpanishSectionLabel==Bases de datos','secondaryUrlVariableField==region1');
g_navNode_4_0_4_3=g_navNode_4_0_4.addNode('3485','Free Trade Agreements and Labour Rights',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/InformationResources/fta/index.htm','EnglishSectionLabel==Free Trade Agreements and Labour Rights','FrenchSectionLabel==Accords de libre-\xe9change et droit des travailleurs','HideInNav==FALSE','SpanishSectionLabel==Acuerdos de libre comercio y derechos laborales','secondaryUrlVariableField==region1');
g_navNode_4_0_5=g_navNode_4_0.addNode('2204','Related activities',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Relatedactivities/index.htm','EnglishBreadCrumbLabel==ILS Related activities','EnglishSectionLabel==Related activities','FrenchBreadCrumbLabel==Activit\xe9s normatives','FrenchSectionLabel==Activit\xe9s normatives','SpanishBreadCrumbLabel==Actividades normativas','SpanishSectionLabel==Actividades normativas','secondaryUrlVariableField==region1');
g_navNode_4_0_5_0=g_navNode_4_0_5.addNode('2208','ILS policy',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/Relatedactivities/ILSpolicy/index.htm','EnglishSectionLabel==ILS policy','FrenchSectionLabel==Politique normative','SpanishSectionLabel==Pol\xedtica normativa','secondaryUrlVariableField==region1');
g_navNode_4_0_6=g_navNode_4_0.addNode('2209','What\'s New',ssUrlPrefix + 'What_we_do/InternationalLabourStandards/WhatsNew/index.htm','DefaultGroupType==-1','HideInNav==TRUE','Query_1==\x28dDocType \x3csubstring\x3e \x60NewsItem\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60ED_NORM/NORMES\x60  \x3cAND\x3e  xCollectionID \x3d \x60529\x60\x29  \x3cOR\x3e \x28\x28dDocType \x3csubstring\x3e \x60PressRelease\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60Article\x60\x29 \x3cAND\x3e xSubject \x3csubstring\x3e \x60D.15\x60\x29 \x3cOR\x3e \x28\x28dDocType \x3csubstring\x3e \x60Event\x60 \x3cOR\x3e dDocType \x3csubstring\x3e \x60Publication\x60\x29  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60ED_NORM/NORMES\x60\x29  \x3c\x24SortSpec\x3d\"order by dInDate DESC\"\x24\x3e','secondaryUrlVariableField==region1');
g_navNode_4_1=g_navNode_4.addNode('86','Official meetings',ssUrlPrefix + 'What_we_do/Officialmeetings/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','EnglishSectionLabel==Official meetings','FrenchSectionLabel==R\xe9unions officielles','ListNodeId_1==426','ListNodeId_2==427','Query_1==\x28dDocType \x3csubstring\x3e \x60Event\x60\x29  \x3cAND\x3e  \x28\x3cNOT\x3e \x28xTypeSubtype \x3cmatches\x3e \x6042\x60\x29 \x29 \x3cAND\x3e \x28xCollection \x3cmatches\x3e \x601\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x602\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x603\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x605\x60 \x3cOR\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a86\x60\x29 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate ASC\"\x24\x3e','Query_2==\x28dDocType \x3csubstring\x3e \x60Event\x60\x29  \x3cAND\x3e  \x28\x3cNOT\x3e \x28xTypeSubtype \x3cmatches\x3e \x6042\x60\x29 \x29 \x3cAND\x3e \x28xCollection \x3cmatches\x3e \x601\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x602\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x603\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x605\x60  \x3cOR\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a86\x60\x29 \x3cAND\x3e \x28\x28xDateAvailableEndDate  \x3c\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29  \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','SpanishSectionLabel==Reuniones oficiales','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_0=g_navNode_4_1.addNode('2415','International Labour Conference',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/index.htm','DontShowChildrenNodes==TRUE','EnglishBreadCrumbLabel==International Labour Conference \x28ILC\x29','EnglishSectionLabel==International Labour Conference \x28ILC\x29','FrenchBreadCrumbLabel==Conf\xe9rence internationale du Travail \x28CIT\x29','FrenchSectionLabel==Conf\xe9rence internationale du Travail \x28CIT\x29','HideInNav==FALSE','HideLeftNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','SpanishBreadCrumbLabel==Conferencia Internacional del Trabajo \x28CIT\x29','SpanishSectionLabel==Conferencia Internacional del Trabajo \x28CIT\x29','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_0_0=g_navNode_4_1_0.addNode('2416','About the ILC',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/AbouttheILC/index.htm','EnglishBreadCrumbLabel==About the ILC','EnglishSectionLabel==About the ILC','FrenchBreadCrumbLabel==A propos de la CIT','FrenchSectionLabel==A propos de la CIT','NavigationRootLevel==3','SpanishBreadCrumbLabel==Acerca del CIT','SpanishSectionLabel==Acerca del CIT','secondaryUrlVariableField==region1');
g_navNode_4_1_0_1=g_navNode_4_1_0.addNode('2417','Rules for the Conference',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/Rulesfortheconference/index.htm','EnglishBreadCrumbLabel==Rules for the conference','EnglishSectionLabel==Rules for the Conference','FrenchBreadCrumbLabel==R\xe8glement de la Conf\xe9rence','FrenchSectionLabel==R\xe8glement de la Conf\xe9rence','NavigationRootLevel==3','SpanishBreadCrumbLabel==Reglamento de la Conferencia','SpanishSectionLabel==Reglamento de la Conferencia','secondaryUrlVariableField==region1');
g_navNode_4_1_0_2=g_navNode_4_1_0.addNode('2418','Credentials',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/Credentials/index.htm','EnglishBreadCrumbLabel==Credentials','EnglishSectionLabel==Credentials','FrenchBreadCrumbLabel==Pouvoirs ','FrenchSectionLabel==Pouvoirs ','ListNodeId_2==2609','ListNodeId_3==2610','MaxSizeDocInLineDisplayKB==100000','NavigationRootLevel==3','Query_2==dDocType \x3csubstring\x3e \x60MeetingDocument\x60 \x3cAND\x3e xTypeSubtype \x3cmatches\x3e \x6029\x60 \x3cAND\x3e xCollection \x3cmatches\x3e \x605\x60 \x3cAND\x3e xWebsiteSection \x3csubstring\x3e \x605\x3a2609\x60','Query_3==dDocType \x3csubstring\x3e \x60MeetingDocument\x60 \x3cAND\x3e xTypeSubtype \x3cmatches\x3e \x6029\x60 \x3cAND\x3e xCollection \x3cmatches\x3e \x605\x60 \x3cAND\x3e xWebsiteSection \x3csubstring\x3e \x605\x3a2610\x60','SpanishBreadCrumbLabel==Poderes','SpanishSectionLabel==Poderes','secondaryUrlVariableField==region1');
g_navNode_4_1_0_2_0=g_navNode_4_1_0_2.addNode('2609','Official lists of delegations',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/Credentials/Officiallistsofdelegations/index.htm','EnglishBreadCrumbLabel==Official lists of delegations','EnglishSectionLabel==Official lists of delegations','FrenchBreadCrumbLabel==Listes officielles des d\xe9l\xe9gations','FrenchSectionLabel==Listes officielles des d\xe9l\xe9gations','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==Listas oficiales de delegaciones','SpanishSectionLabel==Listas oficiales de delegaciones','secondaryUrlVariableField==region1');
g_navNode_4_1_0_2_1=g_navNode_4_1_0_2.addNode('2610','Unofficial lists of delegations',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/Credentials/Unofficiallistsofdelegations/index.htm','EnglishBreadCrumbLabel==Unofficial list of delegations','EnglishSectionLabel==Unofficial list of delegations','FrenchBreadCrumbLabel==Listes non-officielles des d\xe9l\xe9gations','FrenchSectionLabel==Listes non-officielles des d\xe9l\xe9gations','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==Listas no oficiales de delegaciones','SpanishSectionLabel==Listas no oficiales de delegaciones','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3=g_navNode_4_1_0.addNode('2419','ILC sessions',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/index.htm','EnglishBreadCrumbLabel==ILC sessions','EnglishSectionLabel==ILC sessions','FrenchBreadCrumbLabel==Sessions de la CIT ','FrenchSectionLabel==Sessions de la CIT ','MaxAgeSecPage==900','NavigationRootLevel==3','SpanishBreadCrumbLabel==Reuni\xf3nes del CIT','SpanishSectionLabel==Reuni\xf3nes de la CIT','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_0=g_navNode_4_1_0_3.addNode('3097','99th Session, 2010',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/99thSession/index.htm','EnglishBreadCrumbLabel==99th Session, 2010','EnglishSectionLabel==99th Session of the International Labour Conference, 2010','FrenchBreadCrumbLabel==99e session, 2010','FrenchSectionLabel==99e session de la Conf\xe9rence internationale du Travail, 2010','HideLeftNav==TRUE','MaxAgeSecPage==900','NavigationRootLevel==3','Redirect==TRUE','RedirectLink==ssNODELINK/3098','SpanishBreadCrumbLabel==99.a reuni\xf3n, 2010','SpanishSectionLabel==99.a reuni\xf3n de la Conferencia Internacional del Trabajo, 2010','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_0_0=g_navNode_4_1_0_3_0.addNode('3098','Reports submitted to the Conference',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/99thSession/reports/index.htm','EnglishBreadCrumbLabel==Reports submitted to the Conference','EnglishSectionLabel==Reports submitted to the Conference','FrenchBreadCrumbLabel==Rapports soumis \xe0 la Conf\xe9rence','FrenchSectionLabel==Rapports soumis \xe0 la Conf\xe9rence','MaxAgeSecPage==900','NavigationRootLevel==3','SpanishBreadCrumbLabel==Informes sometidos a la Conferencia','SpanishSectionLabel==Informes sometidos a la Conferencia','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1=g_navNode_4_1_0_3.addNode('2607','98th Session, 3-19 June 2009',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/index.htm','EnglishBreadCrumbLabel==98th Session, 2009, 3-19 June 2009','EnglishSectionLabel==98th Session of the International Labour Conference, 3-19 June 2009','FrenchBreadCrumbLabel==98e session, 3 - 19 juin 2009','FrenchSectionLabel==98e session de la Conf\xe9rence internationale du Travail, 3 - 19 juin 2009','HideLeftNav==TRUE','MaxAgeSecPage==900','NavigationRootLevel==3','Redirect==FALSE','SpanishBreadCrumbLabel==98.a reuni\xf3n, 3 - 19 de junio de 2009','SpanishSectionLabel==98.a reuni\xf3n de la Conferencia Internacional del Trabajo, 3 - 19 de junio de 2009','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1_0=g_navNode_4_1_0_3_1.addNode('2608','Reports submitted to the Conference',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/ReportssubmittedtotheConference/index.htm','EnglishBreadCrumbLabel==Reports submitted to the Conference','EnglishSectionLabel==Reports submitted to the Conference','FrenchBreadCrumbLabel==Rapports soumis \xe0 la Conf\xe9rence','FrenchSectionLabel==Rapports soumis \xe0 la Conf\xe9rence','MaxAgeSecPage==900','NavigationRootLevel==3','SpanishBreadCrumbLabel==Informes sometidos a la Conferencia','SpanishSectionLabel==Informes sometidos a la Conferencia','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1_1=g_navNode_4_1_0_3_1.addNode('3181','Committee reports',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/comm_reports/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Committee reports','EnglishSectionLabel==Committee reports','FrenchBreadCrumbLabel==Rapports des Commissions','FrenchSectionLabel==Rapports des Commissions','HideInNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3cmatches\x3e \x60MeetingDocument\x60  \x3cAND\x3e  \\x0axCollection \x3cmatches\x3e \x605\x60  \x3cAND\x3e  \\x0axClassification \x3csubstring\x3e \x60ILC.98\x60  \x3cAND\x3e  \\x0axSubjectKeywords \x3cmatches\x3e \x60CR\x60  \x3cAND\x3e  \\x0a\x28xStatus \x3cmatches\x3e \x601\x60 \x3cOR\x3e xStatus \x3cmatches\x3e \x604\x60\x29\\x0a\x3c\x24 SortSpec\x3d\"order by xDateIssued DESC\" \x24\x3e','Redirect==FALSE','SpanishBreadCrumbLabel==Informes de las Comisiones','SpanishSectionLabel==Informes de las Comisiones','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1_2=g_navNode_4_1_0_3_1.addNode('3182','Provisional records',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/pr/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Provisional records','EnglishSectionLabel==Provisional records','FrenchBreadCrumbLabel==Compte rendu provisoire','FrenchSectionLabel==Comptes rendus provisoires','HideInNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3cmatches\x3e \x60MeetingDocument\x60  \x3cAND\x3e  \\x0axCollection \x3cmatches\x3e \x605\x60  \x3cAND\x3e  \\x0axClassification \x3csubstring\x3e \x60ILC.98\x60  \x3cAND\x3e  \\x0a\x28xSubjectKeywords \x3cmatches\x3e \x60PR\x60  \\x0a\x3cOR\x3e  \\x0a\x28xSubjectKeywords \x3cmatches\x3e \x60CR\x60  \x3cAND\x3e  xStatus \x3cmatches\x3e \x604\x60\x29\x29\\x0a\x3c\x24 SortSpec\x3d\"order by xCustomText ASC\" \x24\x3e','SpanishBreadCrumbLabel==Actas Provisionales','SpanishSectionLabel==Actas Provisionales','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1_4=g_navNode_4_1_0_3_1.addNode('3184','Texts adopted by the conference',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/texts/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Texts adopted by the Conference','EnglishSectionLabel==Texts adopted by the Conference','FrenchBreadCrumbLabel==Textes adopt\xe9s par la Conf\xe9rence','FrenchSectionLabel==Textes adopt\xe9s par la Conf\xe9rence','NavigationRootLevel==3','SpanishBreadCrumbLabel==Textos adoptados por la Conferencia','SpanishSectionLabel==Textos adoptados por la Conferencia','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1_5=g_navNode_4_1_0_3_1.addNode('3185','Recording of plenary sittings',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/recordings/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Recording of plenary sittings','EnglishSectionLabel==Recording of plenary sittings','FrenchBreadCrumbLabel==Enregistrement des s\xe9ances pl\xe9ni\xe8res','FrenchSectionLabel==Enregistrement des s\xe9ances pl\xe9ni\xe8res','HideInNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','SpanishBreadCrumbLabel==Grabaciones en sesi\xf3n plenaria','SpanishSectionLabel==Grabaciones en sesi\xf3n plenaria','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1_6=g_navNode_4_1_0_3_1.addNode('3218','Recording of sittings of the Committee of the Whole',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/COWrecording/index.htm','EnglishSectionLabel==Recording of sittings of the Committee of the Whole','FrenchSectionLabel==Enregistrement des s\xe9ances du Comit\xe9 pl\xe9nier','SpanishSectionLabel==Grabaciones en la Comisi\xf3n Plenaria');
g_navNode_4_1_0_3_1_7=g_navNode_4_1_0_3_1.addNode('3186','Live broadcast',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/live/index.htm','EnglishBreadCrumbLabel==Live broadcast','EnglishSectionLabel==Live broadcast','FrenchBreadCrumbLabel==Retransmission en direct','FrenchSectionLabel==Retransmission en direct','HideInNav==FALSE','NavigationRootLevel==3','SpanishBreadCrumbLabel==Transmisiones en directo','SpanishSectionLabel==Transmisiones en directo','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_1_8=g_navNode_4_1_0_3_1.addNode('3187','What\'s new',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/98thSession/Whatsnew/index.htm','EnglishBreadCrumbLabel==What\u2019s new','EnglishSectionLabel==What\u2019s new','FrenchBreadCrumbLabel==Quoi de neuf','FrenchSectionLabel==Quoi de neuf','HideInNav==TRUE','HideLeftNav==TRUE','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3csubstring\x3e \x60NewsItem\x60  \x3cAND\x3e  xClassification \x3csubstring\x3e \x60ILC.98\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x605\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a3187\x60','SpanishBreadCrumbLabel==Actualidades','SpanishSectionLabel==Actualidades','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2=g_navNode_4_1_0_3.addNode('2605','97th Session, 28 May - 13 June 2008',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/index.htm','EnglishBreadCrumbLabel==97th Session, 28 May - 13 June 2008','EnglishSectionLabel==97th Session of the International Labour Conference, 28 May - 13 June 2008','FrenchBreadCrumbLabel==97e session, 28 mai - 13 juin 2008','FrenchSectionLabel==97e session de la Conf\xe9rence internationale du Travail, 28 mai - 13 juin 2008','HideInNav==FALSE','HideLeftNav==TRUE','ListNodeId_1==2656','ListNodeId_2==2432','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3csubstring\x3e \x60NewsItem\x60  \x3cAND\x3e  xClassification \x3csubstring\x3e \x60ILC.97\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x605\x60  \x3cAND\x3e  xDateIssued \x3e \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28-30\x29\x29\x24\x3e\x60  \x3cAND\x3e  xWebsiteSection \x3cmatches\x3e \x605\x3a2656\x60','SpanishBreadCrumbLabel==97.a reuni\xf3n, 28 de mayo - 13 de junio de 2008','SpanishSectionLabel==97.a reuni\xf3n de la Conferencia Internacional del Trabajo, 28 de mayo - 13 de junio de 2008','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_0=g_navNode_4_1_0_3_2.addNode('2606','Reports submitted to the Conference',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/reports/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Reports submitted to the Conference','EnglishSectionLabel==Reports submitted to the Conference','FrenchBreadCrumbLabel==Rapports soumis \xe0 la Conf\xe9rence','FrenchSectionLabel==Rapports soumis \xe0 la Conf\xe9rence','HideInNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','SpanishBreadCrumbLabel==Informes sometidos a la Conferencia','SpanishSectionLabel==Informes sometidos a la Conferencia','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_1=g_navNode_4_1_0_3_2.addNode('2432','Committee reports',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/comm_reports/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Committee reports','EnglishSectionLabel==Committee reports','FrenchBreadCrumbLabel==Rapports des Commissions','FrenchSectionLabel==Rapports des Commissions','HideInNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3cmatches\x3e \x60MeetingDocument\x60  \x3cAND\x3e  \\x0axCollection \x3cmatches\x3e \x605\x60  \x3cAND\x3e  \\x0axClassification \x3csubstring\x3e \x60ILC.97\x60  \x3cAND\x3e  \\x0axSubjectKeywords \x3cmatches\x3e \x60CR\x60  \x3cAND\x3e  \\x0a\x28xStatus \x3cmatches\x3e \x601\x60 \x3cOR\x3e xStatus \x3cmatches\x3e \x604\x60\x29\\x0a\x3c\x24 SortSpec\x3d\"order by xDateIssued DESC\" \x24\x3e','Redirect==FALSE','SpanishBreadCrumbLabel==Informes de las Comisiones','SpanishSectionLabel==Informes de las Comisiones','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_2=g_navNode_4_1_0_3_2.addNode('2431','Provisional records',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/pr/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Provisional records','EnglishSectionLabel==Provisional records','FrenchBreadCrumbLabel==Compte rendu provisoire','FrenchSectionLabel==Compte rendu provisoire','HideInNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3cmatches\x3e \x60MeetingDocument\x60  \x3cAND\x3e  \\x0axCollection \x3cmatches\x3e \x605\x60  \x3cAND\x3e  \\x0axClassification \x3csubstring\x3e \x60ILC.97\x60  \x3cAND\x3e  \\x0a\x28xSubjectKeywords \x3cmatches\x3e \x60PR\x60  \\x0a\x3cOR\x3e  \\x0a\x28xSubjectKeywords \x3cmatches\x3e \x60CR\x60  \x3cAND\x3e  xStatus \x3cmatches\x3e \x604\x60\x29\x29\\x0a\x3c\x24 SortSpec\x3d\"order by xCustomText ASC\" \x24\x3e','SpanishBreadCrumbLabel==Actas Provisionales','SpanishSectionLabel==Actas Provisionales','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_3=g_navNode_4_1_0_3_2.addNode('2654','Voting Results',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/voting/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Voting Results','EnglishSectionLabel==Voting Results','FrenchBreadCrumbLabel==R\xe9sultats des votes','FrenchSectionLabel==R\xe9sultats des votes','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3cmatches\x3e \x60MeetingDocument\x60  \x3cAND\x3e  \\x0axCollection \x3cmatches\x3e \x605\x60  \x3cAND\x3e  \\x0axClassification \x3csubstring\x3e \x60ILC.97\x60  \x3cAND\x3e  \\x0axSubjectKeywords \x3cmatches\x3e \x60VR\x60 \x3c\x24 SortSpec\x3d\"order by xDateIssued DESC\" \x24\x3e','SpanishBreadCrumbLabel==Resultados de las votaciones','SpanishSectionLabel==Resultados de las votaciones','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_4=g_navNode_4_1_0_3_2.addNode('2655','Texts adopted by the conference',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/texts/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Texts adopted by the Conference','EnglishSectionLabel==Texts adopted by the Conference','FrenchBreadCrumbLabel==Textes adopt\xe9s par la Conf\xe9rence','FrenchSectionLabel==Textes adopt\xe9s par la Conf\xe9rence','NavigationRootLevel==3','SpanishBreadCrumbLabel==Textos adoptados por la Conferencia','SpanishSectionLabel==Textos adoptados por la Conferencia','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_5=g_navNode_4_1_0_3_2.addNode('2433','Recording of plenary sittings',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/recordings/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Recording of plenary sittings','EnglishSectionLabel==Recording of plenary sittings','FrenchBreadCrumbLabel==Enregistrement des s\xe9ances pl\xe9ni\xe8res','FrenchSectionLabel==Enregistrement des s\xe9ances pl\xe9ni\xe8res','HideInNav==FALSE','MaxAgeSecPage==900','NavigationRootLevel==3','SpanishBreadCrumbLabel==Grabaciones en sesi\xf3n plenaria','SpanishSectionLabel==Grabaciones en sesi\xf3n plenaria','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_6=g_navNode_4_1_0_3_2.addNode('2434','Live broadcast',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/live/index.htm','EnglishBreadCrumbLabel==Live broadcast','EnglishSectionLabel==Live broadcast','FrenchBreadCrumbLabel==Retransmission en direct','FrenchSectionLabel==Retransmission en direct','HideInNav==FALSE','NavigationRootLevel==3','SpanishBreadCrumbLabel==Transmisiones en directo','SpanishSectionLabel==Transmisiones en directo','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_2_7=g_navNode_4_1_0_3_2.addNode('2656','What\'s new',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/97thSession/Whatsnew/index.htm','EnglishBreadCrumbLabel==What\u2019s new','EnglishSectionLabel==What\u2019s new','FrenchBreadCrumbLabel==Quoi de neuf','FrenchSectionLabel==Quoi de neuf','HideInNav==TRUE','HideLeftNav==TRUE','MaxAgeSecPage==900','NavigationRootLevel==3','Query_1==dDocType \x3csubstring\x3e \x60NewsItem\x60  \x3cAND\x3e  xClassification \x3csubstring\x3e \x60ILC.97\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x605\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2656\x60','SpanishBreadCrumbLabel==Actualidades','SpanishSectionLabel==Actualidades','maxAge==86400','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_3=g_navNode_4_1_0_3.addNode('2604','96th Session, 30 May - 15 June 2007',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/96thSession/index.htm','EnglishBreadCrumbLabel==96th Session, 30 May - 15 June 2007','EnglishSectionLabel==96th Session of the International Labour Conference, 30 May - 15 June 2007','FrenchBreadCrumbLabel==96e session, 30 mai - 15 juin 2007','FrenchSectionLabel==96e session de la Conf\xe9rence internationale du Travail, 30 mai - 15 juin 2007','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==96.a reuni\xf3n, 30 de mayo - 15 de junio de 2007','SpanishSectionLabel==96.a reuni\xf3n de la Conferencia Internacional del Trabajo, 30 de mayo - 15 de junio de 2007','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_4=g_navNode_4_1_0_3.addNode('2435','95th Session, 31 May - 16 June 2006',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/95thSession/index.htm','EnglishBreadCrumbLabel==95th Session, 31 May - 16 June 2006','EnglishSectionLabel==95th Session of the International Labour Conference, 31 May - 16 June 2006','FrenchBreadCrumbLabel==95e session, 31 mai - 16 juin 2006','FrenchSectionLabel==95e session de la Conf\xe9rence internationale du Travail, 31 mai - 16 juin 2006','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==95.a reuni\xf3n, 31 de mayo -16 de junio de 2006','SpanishSectionLabel==95.a reuni\xf3n de la Conferencia Internacional del Trabajo, 31 de mayo -16 de junio de 2006');
g_navNode_4_1_0_3_5=g_navNode_4_1_0_3.addNode('2436','94th \x28Maritime\x29 Session, 7-23 February 2006',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/94thSession/index.htm','EnglishBreadCrumbLabel==94th \x28Maritime\x29 Session, 7-23 February 2006','EnglishSectionLabel==94th \x28Maritime\x29 Session of the International Labour Conference, 7-23 February 2006','FrenchBreadCrumbLabel==94e session \x28maritime\x29 de la Conf\xe9rence, 7-23 f\xe9vrier 2006','FrenchSectionLabel==94e session \x28maritime\x29 de la Conf\xe9rence internationale du Travail, 7-23 f\xe9vrier 2006','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==94e session \x28maritime\x29 de la Conf\xe9rence, 7-23 f\xe9vrier 2006','SpanishSectionLabel==94.a reuni\xf3n \x28mar\xedtima\x29 de la Conferencia Internacional del Trabajo, 7-23 de febrero de 2006');
g_navNode_4_1_0_3_6=g_navNode_4_1_0_3.addNode('2437','93rd Session, 31 may-16 june 2005',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/93rdSession/index.htm','EnglishBreadCrumbLabel==93rd Session, 31 may-16 june 2005','EnglishSectionLabel==93rd Session of the International Labour Conference, 31 May-16 June 2005','FrenchBreadCrumbLabel==93e session, 31 mai-16 juin 2005','FrenchSectionLabel==93e session de la Conf\xe9rence internationale du Travail, 31 mai-16 juin 2005','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==93.a reuni\xf3n, 31 de mayo -16 de junio de 2005','SpanishSectionLabel==93.a reuni\xf3n de la Conferencia Internacional del Trabajo, 31 de mayo -16 de junio de 2005');
g_navNode_4_1_0_3_7=g_navNode_4_1_0_3.addNode('2438','92nd Session, 1-17 June 2004',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/92ndSession/index.htm','EnglishBreadCrumbLabel==92nd Session, 1-17 June 2004','EnglishSectionLabel==92nd Session of the International Labour Conference, 1-17 June 2004','FrenchBreadCrumbLabel==92e session, 1-17 juin 2004','FrenchSectionLabel==92e session de la Conf\xe9rence internationale du Travail, 1-17 juin 2004','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==92.a reuni\xf3n, 1-17 de junio de 2004','SpanishSectionLabel==92.a reuni\xf3n de la Conferencia Internacional del Trabajo, 1-17 de junio de 2004');
g_navNode_4_1_0_3_8=g_navNode_4_1_0_3.addNode('2439','91st Session, 3 - 19 June 2003',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/91stSession/index.htm','EnglishBreadCrumbLabel==91st Session, 3 - 19 June 2003','EnglishSectionLabel==91st Session of the International Labour Conference, 3 - 19 June 2003','FrenchBreadCrumbLabel==91e session, 3 - 19 juin 2003','FrenchSectionLabel==91e session de la Conf\xe9rence internationale du Travail, 3 - 19 juin 2003','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==91e session, 3 - 19 juin 2003','SpanishSectionLabel==91e session de la Conferencia Internacional del Trabajo, 3 - 19 juin 2003');
g_navNode_4_1_0_3_9=g_navNode_4_1_0_3.addNode('2440','90th Session, 3 - 20 June 2002',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/90thSession/index.htm','EnglishBreadCrumbLabel==90th Session, 3 - 20 June 2002','EnglishSectionLabel==90th Session of the International Labour Conference, 3 - 20 June 2002','FrenchBreadCrumbLabel==90e session, 3 - 20 juin 2002','FrenchSectionLabel==90e session de la Conf\xe9rence internationale du Travail, 3 - 20 juin 2002','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==90.a reuni\xf3n, 3 - 20 de junio de 2002','SpanishSectionLabel==90.a reuni\xf3n de la Conferencia Internacional del Trabajo, 3 - 20 de junio de 2002','secondaryUrlVariableField==region1');
g_navNode_4_1_0_3_10=g_navNode_4_1_0_3.addNode('2441','89th Session, 5 - 21 June 2001',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/89thSession/index.htm','EnglishBreadCrumbLabel==89th Session, 5 - 21 June 2001','EnglishSectionLabel==89th Session of the International Labour Conference, 5 - 21 June 2001','FrenchBreadCrumbLabel==89e session, 5 - 21 juin 2001','FrenchSectionLabel==89e session de la Conf\xe9rence internationale du Travail, 5 - 21 juin 2001','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==89.a reuni\xf3n, 5 - 21 de junio de 2001','SpanishSectionLabel==89.a reuni\xf3n de la Conferencia Internacional del Trabajo, 5 - 21 de junio de 2001');
g_navNode_4_1_0_3_11=g_navNode_4_1_0_3.addNode('2442','88th Session, 30 May - 15 June 2000',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/88thSession/index.htm','EnglishBreadCrumbLabel==88th Session, 30 May - 15 June 2000','EnglishSectionLabel==88th Session of the International Labour Conference, 30 May - 15 June 2000','FrenchBreadCrumbLabel==88e session, 30 mai - 15 juin 2000','FrenchSectionLabel==88e session de la Conf\xe9rence internationale du Travail, 30 mai - 15 juin 2000','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==88.a reuni\xf3n, 30 de mayo - 15 de junio de 2000','SpanishSectionLabel==88.a reuni\xf3n de la Conferencia Internacional del Trabajo, 30 de mayo - 15 de junio de 2000');
g_navNode_4_1_0_3_12=g_navNode_4_1_0_3.addNode('2443','87th Session, 1-17 June 1999',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/87thSession/index.htm','EnglishBreadCrumbLabel==87th Session, 1-17 June 1999','EnglishSectionLabel==87th Session of the International Labour Conference, 1-17 June 1999','FrenchBreadCrumbLabel==87e session, 1-17 juin 1999','FrenchSectionLabel==87e session de la Conf\xe9rence internationale du Travail, 1-17 juin 1999','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==87.a reuni\xf3n, 1 - 17 de junio de 1999','SpanishSectionLabel==87.a reuni\xf3n de la Conferencia Internacional del Trabajo, 1 - 17 de junio de 1999');
g_navNode_4_1_0_3_13=g_navNode_4_1_0_3.addNode('2444','86th Session, 2-18 June 1998',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/86thSession/index.htm','EnglishBreadCrumbLabel==86th Session, 2-18 June 1998','EnglishSectionLabel==86th Session of the International Labour Conference, 2-18 June 1998','FrenchBreadCrumbLabel==86e session, 2-18 juin 1998','FrenchSectionLabel==86e session de la Conf\xe9rence internationale du Travail, 2-18 juin 1998','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==86.a reuni\xf3n, 2 - 18 de junio de 1998','SpanishSectionLabel==86.a reuni\xf3n de la Conferencia Internacional del Trabajo, 2 - 18 de junio de 1998');
g_navNode_4_1_0_3_14=g_navNode_4_1_0_3.addNode('2445','85th Session, June 1997',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ILCSessions/85thSession/index.htm','EnglishBreadCrumbLabel==85th Session, June 1997','EnglishSectionLabel==85th Session of the International Labour Conference, June 1997','FrenchBreadCrumbLabel==85e session, juin 1997','FrenchSectionLabel==85e session de la Conf\xe9rence internationale du Travail, juin 1997','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==85.a reuni\xf3n,  junio de 1997','SpanishSectionLabel==85.a reuni\xf3n de la Conferencia Internacional del Trabajo,  junio de 1997');
g_navNode_4_1_0_4=g_navNode_4_1_0.addNode('2421','Reports available in Chinese',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ReportsavailableinChinese/index.htm','DefaultGroupType==5','GroupClassificationId==ILC','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60MeetingDocument\x60 \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6028\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x605\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','secondaryUrlVariableField==region1');
g_navNode_4_1_0_5=g_navNode_4_1_0.addNode('2422','Reports available in Arabic',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ReportsavailableinArabic/index.htm','DefaultGroupType==5','GroupClassificationId==ILC','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60MeetingDocument\x60 \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6028\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ar\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x605\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','secondaryUrlVariableField==region1');
g_navNode_4_1_0_6=g_navNode_4_1_0.addNode('2423','Reports available in Russian',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ReportsavailableinRussian/index.htm','DefaultGroupType==5','GroupClassificationId==ILC','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60MeetingDocument\x60 \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6028\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ru\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x605\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','secondaryUrlVariableField==region1');
g_navNode_4_1_0_7=g_navNode_4_1_0.addNode('2424','Reports available in German',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/ReportsavailableinGerman/index.htm','DefaultGroupType==5','EnglishSectionLabel==Reports available in German','GroupClassificationId==ILC','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60MeetingDocument\x60 \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6028\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60de\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x605\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','secondaryUrlVariableField==region1');
g_navNode_4_1_0_8=g_navNode_4_1_0.addNode('2468','What\'s new',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/News/index.htm','EnglishBreadCrumbLabel==What\u2019s new','EnglishSectionLabel==What\u2019s new','FrenchBreadCrumbLabel==Quoi de neuf','FrenchSectionLabel==Quoi de neuf','HideInNav==TRUE','HideLeftNav==TRUE','NavigationRootLevel==3','Query_1==dDocType \x3cmatches\x3e \x60NewsItem\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x605\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2468\x60','SpanishBreadCrumbLabel==Actualidades','SpanishSectionLabel==Actualidades','secondaryUrlVariableField==region1');
g_navNode_4_1_0_9=g_navNode_4_1_0.addNode('2657','Governing body elections',ssUrlPrefix + 'What_we_do/Officialmeetings/ilc/Governingbodyelections/index.htm','EnglishBreadCrumbLabel==Governing Body elections','EnglishSectionLabel==Governing Body elections','FrenchBreadCrumbLabel==Elections du Conseil d\\x27administration','FrenchSectionLabel==Elections du Conseil d\\x27administration','HideInNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==Elecciones del Consejo de Administraci\xf3n','SpanishSectionLabel==Elecciones del Consejo de Administraci\xf3n');
g_navNode_4_1_1=g_navNode_4_1.addNode('2175','Governing Body meetings',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/index.htm','DefaultGroupType==1','EnglishBreadCrumbLabel==Governing Body','EnglishSectionLabel==Governing Body','FeedQueryIndex==2','FeedRefreshTime==900','FrenchBreadCrumbLabel==Conseil d\u2019administration','FrenchSectionLabel==Conseil d\u2019administration','HideInNav==FALSE','ListNodeId_2==2185','NavigationRootLevel==3','Property_1==WCMS_093422','Property_2==2177','Query_2==dDocType \x3cMATCHES\x3e \x60MeetingDocument\x60  \x3cAND\x3e dDocAccount \x3csubstring\x3e \x60ED_NORM/RELCONF\x60  \x3cAND\x3e xCollection \x3cMATCHES\x3e \x602\x60 \x3cAND\x3e \x3cNOT\x3e  \x28xIdentifier \x3cstarts\x3e \x60dec-\x60\x29 \x3cAND\x3e \x3cNOT\x3e  \x28xIdentifier \x3cstarts\x3e \x60min-\x60\x29','SpanishSectionLabel==Consejo de Administraci\xf3n','secondaryUrlVariableField==region1');
g_navNode_4_1_1_0=g_navNode_4_1_1.addNode('2176','About the GB',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/AboutGB/index.htm','EnglishBreadCrumbLabel==About the GB','EnglishSectionLabel==About the GB','FrenchBreadCrumbLabel==A propos du Conseil d\u2019administration','FrenchSectionLabel==A propos du Conseil d\u2019administration','NavigationRootLevel==3','SpanishBreadCrumbLabel==Acerca del CA','SpanishSectionLabel==Acerca del CA','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1=g_navNode_4_1_1.addNode('2177','GB Sessions',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/index.htm','EnglishBreadCrumbLabel==GB Sessions','EnglishSectionLabel==GB Sessions','FrenchBreadCrumbLabel==Sessions du CA','FrenchSectionLabel==Sessions du CA','HideInNav==FALSE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_120613','Property_2==2177','Redirect==TRUE','RedirectLink==/global/What_we_do/Officialmeetings/gb/GBSessions/GB307/lang--XX/commId--GB/WCMS_120613/index.htm','SpanishBreadCrumbLabel==Reuni\xf3nes del CA','SpanishSectionLabel==Reuni\xf3nes del CA','maxAge==1','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_0=g_navNode_4_1_1_1.addNode('3','GB.307',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB307/index.htm','EnglishSectionLabel==307th Session, March 2010','FrenchSectionLabel==307e session, mars 2010','HideInNav==TRUE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_120613','Property_2==2177','SpanishSectionLabel==307.\xaa reuni\xf3n, marzo de 2010','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_1=g_navNode_4_1_1_1.addNode('3420','GB.306',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.306/index.htm','EnglishSectionLabel==306th Session, November 2009','FrenchSectionLabel==306e session, novembre 2009','HideInNav==TRUE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_113967','Property_2==2177','SpanishSectionLabel==306.\xaa reuni\xf3n, noviembre de 2009','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_2=g_navNode_4_1_1_1.addNode('3099','GB.305',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB305/index.htm','EnglishSectionLabel==305th Session, June 2009','FrenchSectionLabel==305e session, juin 2009','HideInNav==TRUE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_108100','Property_2==2177','SpanishSectionLabel==305.\xaa reuni\xf3n, junio de 2009','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_3=g_navNode_4_1_1_1.addNode('3053','GB.304',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB304/index.htm','EnglishSectionLabel==304th Session, March 2009','FrenchSectionLabel==304e session, mars 2009','HideInNav==TRUE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_101597','Property_2==2177','SpanishSectionLabel==304.\xaa reuni\xf3n, marzo de 2009','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_4=g_navNode_4_1_1_1.addNode('2866','GB.303',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB303/index.htm','EnglishSectionLabel==303rd Session, November 2008','FrenchSectionLabel==303e session, novembre 2008','HideInNav==TRUE','MaxAgeSecPage==1','NavigationRootLevel==3','Property_1==WCMS_098006','Property_2==2177','SpanishSectionLabel==303.\xaa reuni\xf3n, noviembre de 2008','maxAge==1','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_5=g_navNode_4_1_1_1.addNode('2697','GB.302',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB302/index.htm','EnglishSectionLabel==302nd Session, June 2008','FrenchSectionLabel==302e session, juin 2008','HideInNav==TRUE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_093422','Property_2==2177','SpanishSectionLabel==302.\xaa reuni\xf3n, junio de 2008','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_7=g_navNode_4_1_1_1.addNode('2593','GB.301',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB301/index.htm','EnglishSectionLabel==301st Session, March 2008','FrenchSectionLabel==301e session, mars 2008','HideInNav==TRUE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_089991','Property_2==2177','SpanishSectionLabel==301.\xaa reuni\xf3n, marzo de 2008','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_8=g_navNode_4_1_1_1.addNode('2213','GB.300',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB300/index.htm','EnglishSectionLabel==300th Session, November 2007','FrenchSectionLabel==300e session, novembre 2007','HideInNav==TRUE','MaxAgeSecPage==0','NavigationRootLevel==3','Property_1==WCMS_083598','Property_2==2177','Redirect==FALSE','SpanishSectionLabel==300.\xaa reuni\xf3n, noviembre de 2007','maxAge==0','secondaryUrlVariableField==region1');
g_navNode_4_1_1_1_9=g_navNode_4_1_1_1.addNode('2353','GB.299',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.299/index.htm','EnglishBreadCrumbLabel==299th Session, June 2007','EnglishSectionLabel==299th Session, June 2007','FrenchSectionLabel==299e session, juin 2007','HideInNav==TRUE','NavigationRootLevel==3','Property_1==WCMS_086247','Property_2==2177','SpanishBreadCrumbLabel==299a reuni\xf3n, junio de 2007','SpanishSectionLabel==299a reuni\xf3n, junio de 2007','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_10=g_navNode_4_1_1_1.addNode('2354','GB.298',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.298/index.htm','EnglishBreadCrumbLabel==298th Session, 8-30 March 2007','EnglishSectionLabel==298th Session, 8-30 March 2007','FrenchBreadCrumbLabel==298e session, 8-30 mars 2007','FrenchSectionLabel==298e session, 8-30 mars 2007','HideInNav==TRUE','NavigationRootLevel==3','Property_1==WCMS_086248','Property_2==2177','SpanishBreadCrumbLabel==298a reuni\xf3n, 8-30 de marzo de 2007','SpanishSectionLabel==298a reuni\xf3n, 8-30 de marzo de 2007','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_11=g_navNode_4_1_1_1.addNode('2355','GB.297',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.297/index.htm','EnglishBreadCrumbLabel==297th Session, November 2006','EnglishSectionLabel==297th Session, November 2006','FrenchBreadCrumbLabel==297e session, novembre 2006','FrenchSectionLabel==297e session, novembre 2006','HideInNav==TRUE','NavigationRootLevel==3','Property_1==WCMS_086249','Property_2==2177','SpanishBreadCrumbLabel==297a reunion, noviembre 2006','SpanishSectionLabel==297a reunion, noviembre 2006','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_12=g_navNode_4_1_1_1.addNode('2356','GB.296',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.296/index.htm','EnglishBreadCrumbLabel==296th Session, June 2006','EnglishSectionLabel==296th Session, June 2006','FrenchBreadCrumbLabel==296e session, juin 2006','FrenchSectionLabel==296e session, juin 2006','HideInNav==TRUE','NavigationRootLevel==3','Property_1==WCMS_086250','Property_2==2177','SpanishBreadCrumbLabel==296.a reuni\xf3n, junio de 2006','SpanishSectionLabel==296.a reuni\xf3n, junio de 2006','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_13=g_navNode_4_1_1_1.addNode('2357','GB.295',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.295/index.htm','EnglishBreadCrumbLabel==295th Session, March 2006','EnglishSectionLabel==295th Session, March 2006','FrenchBreadCrumbLabel==295e session, mars 2006','FrenchSectionLabel==295e session, mars 2006','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb295/index.htm','Property_2==2177','SpanishBreadCrumbLabel==295.a reuni\xf3n, marzo de 2006','SpanishSectionLabel==295.a reuni\xf3n, marzo de 2006','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_14=g_navNode_4_1_1_1.addNode('2358','GB.294',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.294/index.htm','EnglishBreadCrumbLabel==294th Session, November 2005','EnglishSectionLabel==294th Session, November 2005','FrenchBreadCrumbLabel==294e session, novembre 2005','FrenchSectionLabel==294e session, novembre 2005','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb294/index.htm','Property_2==2177','SpanishBreadCrumbLabel==294.a reuni\xf3n, noviembre de 2005','SpanishSectionLabel==294.a reuni\xf3n, noviembre de 2005','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_15=g_navNode_4_1_1_1.addNode('2359','GB.293',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.293/index.htm','EnglishBreadCrumbLabel==293rd Session, June 2005','EnglishSectionLabel==293rd Session, June 2005','FrenchBreadCrumbLabel==293e session, juin 2005','FrenchSectionLabel==293e session, juin 2005','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb293/index.htm','Property_2==2177','SpanishBreadCrumbLabel==293.a reuni\xf3n, junio de 2005','SpanishSectionLabel==293.a reuni\xf3n, junio de 2005','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_16=g_navNode_4_1_1_1.addNode('2360','GB.292',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.292/index.htm','EnglishBreadCrumbLabel==292nd Session. March 2005','EnglishSectionLabel==292nd Session. March 2005','FrenchBreadCrumbLabel==292e session. mars 2005','FrenchSectionLabel==292e session. mars 2005','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb292/index.htm','Property_2==2177','SpanishBreadCrumbLabel==292.a reuni\xf3n. marzo de 2005','SpanishSectionLabel==292.a reuni\xf3n. marzo de 2005','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_17=g_navNode_4_1_1_1.addNode('2361','GB.291',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.291/index.htm','EnglishBreadCrumbLabel==291st Session, November 2004','EnglishSectionLabel==291st Session, November 2004','FrenchBreadCrumbLabel==291e session, novembre 2004','FrenchSectionLabel==291e session, novembre 2004','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb291/index.htm','Property_2==2177','Query_5== ','SpanishBreadCrumbLabel==291.a reuni\xf3n, noviembre de 2004','SpanishSectionLabel==291.a reuni\xf3n, noviembre de 2004','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_18=g_navNode_4_1_1_1.addNode('2362','GB.290',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.290/index.htm','EnglishBreadCrumbLabel==290th Session, June 2004','EnglishSectionLabel==290th Session, June 2004','FrenchBreadCrumbLabel==290e session, juin 2004','FrenchSectionLabel==290e session, juin 2004','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb290/index.htm','Property_2==2177','SpanishBreadCrumbLabel==290.a reuni\xf3n, junio de 2004','SpanishSectionLabel==290.a reuni\xf3n, junio de 2004','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_19=g_navNode_4_1_1_1.addNode('2387','GB.289bis',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.289bis/index.htm','EnglishBreadCrumbLabel==289bis Session, June 2004','EnglishSectionLabel==289bis Session, June 2004','FrenchBreadCrumbLabel==289bis session, juin 2004','FrenchSectionLabel==289bis session, juin 2004','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb289/index.htm\x23289bisPFA','Property_2==2177','SpanishBreadCrumbLabel==289.a bis reuni\xf3n, junio de 2004','SpanishSectionLabel==289.a bis reuni\xf3n, junio de 2004','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_20=g_navNode_4_1_1_1.addNode('2363','GB.289',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.289/index.htm','EnglishBreadCrumbLabel==289th Session, March 2004','EnglishSectionLabel==289th Session, March 2004','FrenchBreadCrumbLabel==289e session, mars 2004','FrenchSectionLabel==289e session, mars 2004','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb289/index.htm','Property_2==2177','SpanishBreadCrumbLabel==289.a reuni\xf3n, marzo de 2004','SpanishSectionLabel==289.a reuni\xf3n, marzo de 2004','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_21=g_navNode_4_1_1_1.addNode('2364','GB.288',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.288/index.htm','EnglishBreadCrumbLabel==288th Session, November 2003','EnglishSectionLabel==288th Session, November 2003','FrenchBreadCrumbLabel==288e session, novembre 2003','FrenchSectionLabel==288e session, novembre 2003','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb288/index.htm','Property_2==2177','SpanishBreadCrumbLabel==288.a reuni\xf3n, noviembre de 2003','SpanishSectionLabel==288.a reuni\xf3n, noviembre de 2003','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_22=g_navNode_4_1_1_1.addNode('2365','GB.287',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.287/index.htm','EnglishBreadCrumbLabel==287th Session, June 2003','EnglishSectionLabel==287th Session, June 2003','FrenchBreadCrumbLabel==287e session, juin 2003','FrenchSectionLabel==287e session, juin 2003','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb287/index.htm','Property_2==2177','SpanishBreadCrumbLabel==287.a reuni\xf3n, junio de 2003','SpanishSectionLabel==287.a reuni\xf3n, junio de 2003','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_23=g_navNode_4_1_1_1.addNode('2366','GB.286',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.286/index.htm','EnglishBreadCrumbLabel==286th Session, March 2003','EnglishSectionLabel==286th Session, March 2003','FrenchBreadCrumbLabel==286e session, mars 2003','FrenchSectionLabel==286e session, mars 2003','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb286/index.htm','Property_2==2177','SpanishBreadCrumbLabel==286.a reuni\xf3n, marzo de 2003','SpanishSectionLabel==286.a reuni\xf3n, marzo de 2003','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_24=g_navNode_4_1_1_1.addNode('2367','GB.285',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.285/index.htm','EnglishBreadCrumbLabel==285th Session, November 2002','EnglishSectionLabel==285th Session, November 2002','FrenchBreadCrumbLabel==285e session, novembre 2002','FrenchSectionLabel==285e session, novembre 2002','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb285/index.htm','Property_2==2177','SpanishBreadCrumbLabel==285.a reuni\xf3n, noviembre de 2002','SpanishSectionLabel==285.a reuni\xf3n, noviembre de 2002','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_25=g_navNode_4_1_1_1.addNode('2368','GB.284',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.284/index.htm','EnglishBreadCrumbLabel==284th Session, June 2002','EnglishSectionLabel==284th Session, June 2002','FrenchBreadCrumbLabel==284e session, juin 2002','FrenchSectionLabel==284e session, juin 2002','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb284/index.htm','Property_2==2177','Redirect==TRUE','SpanishBreadCrumbLabel==284.a reuni\xf3n, junio de 2002','SpanishSectionLabel==284.a reuni\xf3n, junio de 2002','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_26=g_navNode_4_1_1_1.addNode('2414','GB.283bis',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.283bis/index.htm','EnglishBreadCrumbLabel==283bis Session, June 2002','EnglishSectionLabel==283bis Session, June 2002','FrenchBreadCrumbLabel==283bis Session, juin 2002','FrenchSectionLabel==283bis Session, juin 2002','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb283/index.htm\x23283bisPFA','Property_2==2177','SpanishBreadCrumbLabel==283.a bis reuni\xf3n, junio de 2002','SpanishSectionLabel==283.a bis reuni\xf3n, junio de 2002','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_27=g_navNode_4_1_1_1.addNode('2369','GB.283',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.283/index.htm','EnglishBreadCrumbLabel==283rd Session, mars 2002','EnglishSectionLabel==283rd Session, March 2002','FrenchBreadCrumbLabel==283e Session, mars 2002','FrenchSectionLabel==283e Session, mars 2002','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb283/index.htm','Property_2==2177','SpanishBreadCrumbLabel==283.a reuni\xf3n, marzo de 2002','SpanishSectionLabel==283.a reuni\xf3n, marzo de 2002','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_28=g_navNode_4_1_1_1.addNode('2370','GB.282',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.282/index.htm','EnglishBreadCrumbLabel==282nd Session, November 2001','EnglishSectionLabel==282nd Session, November 2001','FrenchBreadCrumbLabel==282e session, novembre 2001','FrenchSectionLabel==282e session, novembre 2001','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb282/index.htm','Property_2==2177','SpanishBreadCrumbLabel==282.a reuni\xf3n, noviembre de 2001','SpanishSectionLabel==282.a reuni\xf3n, noviembre de 2001','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_29=g_navNode_4_1_1_1.addNode('2371','GB.281',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.281/index.htm','EnglishBreadCrumbLabel==281st Session, June 2001','EnglishSectionLabel==281st Session, June 2001','FrenchBreadCrumbLabel==281e session, juin 2001','FrenchSectionLabel==281e session, juin 2001','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb281/index.htm','Property_2==2177','SpanishBreadCrumbLabel==281.a reuni\xf3n, junio de 2001','SpanishSectionLabel==281.a reuni\xf3n, junio de 2001','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_30=g_navNode_4_1_1_1.addNode('2372','GB.280',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.280/index.htm','EnglishBreadCrumbLabel==280th Session, March 2001','EnglishSectionLabel==280th Session, March 2001','FrenchBreadCrumbLabel==280e session, mars 2001','FrenchSectionLabel==280e session, mars 2001','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb280/index.htm','Property_2==2177','SpanishBreadCrumbLabel==280.a reuni\xf3n, marzo de 2001','SpanishSectionLabel==280.a reuni\xf3n, marzo de 2001','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_31=g_navNode_4_1_1_1.addNode('2373','GB.279',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.279/index.htm','EnglishBreadCrumbLabel==279th Session, November 2000','EnglishSectionLabel==279th Session, November 2000','FrenchBreadCrumbLabel==279e session, novembre 2000','FrenchSectionLabel==279e session, novembre 2000','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb279/index.htm','Property_2==2177','SpanishBreadCrumbLabel==279.a reuni\xf3n, noviembre de 2000','SpanishSectionLabel==279.a reuni\xf3n, noviembre de 2000','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_32=g_navNode_4_1_1_1.addNode('2374','GB.278',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.278/index.htm','EnglishBreadCrumbLabel==278th Session, June 2000','EnglishSectionLabel==278th Session, June 2000','FrenchBreadCrumbLabel==278e session, juin 2000','FrenchSectionLabel==278e session, juin 2000','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb278/index.htm','Property_2==2177','SpanishBreadCrumbLabel==278.a reuni\xf3n, junio de 2000','SpanishSectionLabel==278.a reuni\xf3n, junio de 2000','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_33=g_navNode_4_1_1_1.addNode('2375','GB.277',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.277/index.htm','EnglishBreadCrumbLabel==277th Session, March 2000','EnglishSectionLabel==277th Session, March 2000','FrenchBreadCrumbLabel==277e session, mars 2000','FrenchSectionLabel==277e session, mars 2000','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb277/index.htm','Property_2==2177','Redirect==TRUE','SpanishBreadCrumbLabel==277.a reuni\xf3n, marzo de 2000','SpanishSectionLabel==277.a reuni\xf3n, marzo de 2000','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_34=g_navNode_4_1_1_1.addNode('2376','GB.276',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.276/index.htm','EnglishBreadCrumbLabel==276th Session, November 1999','EnglishSectionLabel==276th Session, November 1999','FrenchBreadCrumbLabel==276e session, novembre 1999','FrenchSectionLabel==276e session, novembre 1999','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb276/index.htm','Property_2==2177','SpanishBreadCrumbLabel==276.a reuni\xf3n, noviembre de 1999','SpanishSectionLabel==276.a reuni\xf3n, noviembre de 1999','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_35=g_navNode_4_1_1_1.addNode('2377','GB.275',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.275/index.htm','EnglishBreadCrumbLabel==275th Session, June 1999','EnglishSectionLabel==275th Session, June 1999','FrenchBreadCrumbLabel==275e session, juin 1999','FrenchSectionLabel==275e session, juin 1999','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb275/index.htm','Property_2==2177','SpanishBreadCrumbLabel==275.a reuni\xf3n, junio de 1999','SpanishSectionLabel==275.a reuni\xf3n, junio de 1999','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_36=g_navNode_4_1_1_1.addNode('2378','GB.274',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.274/index.htm','EnglishBreadCrumbLabel==274th Session, March 1999','EnglishSectionLabel==274th Session, March 1999','FrenchBreadCrumbLabel==274.a reuni\xf3n, marzo de 1999','FrenchSectionLabel==274e session, mars 1999','HideInNav==TRUE','NavigationRootLevel==274','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb274/index.htm','Property_2==2177','RedirectLink==http\x3a//www.ilo.org/public/xxx/standards/relm/gb/docs/gb274/index.htm','SpanishSectionLabel==274.a reuni\xf3n, marzo de 1999','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_37=g_navNode_4_1_1_1.addNode('2379','GB.273',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.273/index.htm','EnglishBreadCrumbLabel==273rd Session, November 1998','EnglishSectionLabel==273rd Session, November 1998','FrenchBreadCrumbLabel==273e session, novembre 1998','FrenchSectionLabel==273e session, novembre 1998','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb273/index.htm','Property_2==2177','SpanishBreadCrumbLabel==273.a reuni\xf3n, noviembre de 1998','SpanishSectionLabel==273.a reuni\xf3n, noviembre de 1998','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_38=g_navNode_4_1_1_1.addNode('2380','GB.272',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.272/index.htm','EnglishBreadCrumbLabel==272nd Session, June 1998','EnglishSectionLabel==272nd Session, June 1998','FrenchBreadCrumbLabel==272e session, juin 1998','FrenchSectionLabel==272e session, juin 1998','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb272/index.htm','Property_2==2177','SpanishBreadCrumbLabel==272.a reuni\xf3n, junio de 1998','SpanishSectionLabel==272.a reuni\xf3n, junio de 1998','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_39=g_navNode_4_1_1_1.addNode('2381','GB.271',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.271/index.htm','EnglishBreadCrumbLabel==271st Session, March 1998','EnglishSectionLabel==271st Session, March 1998','FrenchBreadCrumbLabel==271e session, mars 1998','FrenchSectionLabel==271e session, mars 1998','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb271/index.htm','Property_2==2177','SpanishBreadCrumbLabel==271.a reuni\xf3n, marzo de 1998','SpanishSectionLabel==271.a reuni\xf3n, marzo de 1998','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_40=g_navNode_4_1_1_1.addNode('2382','GB.270',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.270/index.htm','EnglishBreadCrumbLabel==270th Session, November 1997','EnglishSectionLabel==270th Session, November 1997','FrenchBreadCrumbLabel==270e session, novembre 1997','FrenchSectionLabel==270e session, novembre 1997','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb270/index.htm','Property_2==2177','SpanishBreadCrumbLabel==270.a reuni\xf3n, noviembre de 1997','SpanishSectionLabel==270.a reuni\xf3n, noviembre de 1997','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_41=g_navNode_4_1_1_1.addNode('2383','GB.269',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.269/index.htm','EnglishBreadCrumbLabel==269th Session, June 1997','EnglishSectionLabel==269th Session, June 1997','FrenchBreadCrumbLabel==269e session, juin 1997','FrenchSectionLabel==269e session, juin 1997','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb269/index.htm','Property_2==2177','SpanishBreadCrumbLabel==269.a reuni\xf3n, junio de 1997','SpanishSectionLabel==269.a reuni\xf3n, junio de 1997','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_42=g_navNode_4_1_1_1.addNode('2384','GB.268',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.268/index.htm','EnglishBreadCrumbLabel==268th Session, March 1997','EnglishSectionLabel==268th Session, March 1997','FrenchBreadCrumbLabel==268e session, mars 1997','FrenchSectionLabel==268e session, mars 1997','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb268/index.htm','Property_2==2177','SpanishBreadCrumbLabel==268.a reuni\xf3n, marzo de 1997','SpanishSectionLabel==268.a reuni\xf3n, marzo de 1997','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_43=g_navNode_4_1_1_1.addNode('2385','GB.267',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/GB.267/index.htm','EnglishBreadCrumbLabel==267th Session, November 1996','EnglishSectionLabel==267th Session, November 1996','FrenchBreadCrumbLabel==267e session, novembre 1996','FrenchSectionLabel==267e session, novembre 1996','HideInNav==TRUE','Property_1==http\x3a//www.ilo.org/public/XXX/standards/relm/gb/docs/gb267/index.htm','Property_2==2177','SpanishBreadCrumbLabel==267.a reuni\xf3n, noviembre de 1996','SpanishSectionLabel==267.a reuni\xf3n, noviembre de 1996','secondaryUrlVariableField==region4');
g_navNode_4_1_1_1_44=g_navNode_4_1_1_1.addNode('2308','AllSessionsForOneCommittee',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/GBSessions/AllSessionsForOneCommittee/index.htm','HideInNav==TRUE','Property_1==WCMS_083598','Property_2==2177','Property_3==TRUE','secondaryUrlVariableField==region4');
g_navNode_4_1_1_2=g_navNode_4_1_1.addNode('3650','Events',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/events/index.htm','EnglishSectionLabel==Events','FrenchSectionLabel==Ev\xe9nements','HideInNav==FALSE','MaxAgeSecPage==0','NavigationRootLevel==3','SpanishSectionLabel==Eventos','secondaryUrlVariableField==region1');
g_navNode_4_1_1_3=g_navNode_4_1_1.addNode('2577','Decisions taken',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/decisions/index.htm','EnglishSectionLabel==Decisions and minutes','FrenchSectionLabel==D\xe9cisions et proc\xe8s-verbaux','MaxAgeSecPage==0','NavigationRootLevel==3','Redirect==TRUE','RedirectLink==/global/What_we_do/Officialmeetings/gb/decisions/lang--XX/commId--GB/WCMS_113967/index.htm','SpanishSectionLabel==Decisiones y Actas','secondaryUrlVariableField==region8');
g_navNode_4_1_1_3_0=g_navNode_4_1_1_3.addNode('2178','Past decisions',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/decisions/DecisionsTaken/index.htm','EnglishBreadCrumbLabel==Past decisions','EnglishSectionLabel==Past decisions and minutes','FrenchBreadCrumbLabel==D\xe9cisions ant\xe9rieures','FrenchSectionLabel==D\xe9cisions et proc\xe8s-verbaux ant\xe9rieures','NavigationRootLevel==3','SpanishBreadCrumbLabel==Decisiones anteriores','SpanishSectionLabel==Decisiones y Actas anteriores','secondaryUrlVariableField==region1');
g_navNode_4_1_1_4=g_navNode_4_1_1.addNode('2179','Annual reports',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/AnnualReports/index.htm','EnglishBreadCrumbLabel==Annual reports','EnglishSectionLabel==Annual reports','FrenchBreadCrumbLabel==Rapports annuels','FrenchSectionLabel==Rapports annuels','NavigationRootLevel==3','SpanishBreadCrumbLabel==Informes anuales','SpanishSectionLabel==Informes anuales','secondaryUrlVariableField==region1');
g_navNode_4_1_1_6=g_navNode_4_1_1.addNode('2184','What\'s New',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/WhatsNew/index.htm','EnglishBreadCrumbLabel==What\\x27s New','EnglishSectionLabel==What\\x27s New','FrenchBreadCrumbLabel==Quoi de neuf','FrenchSectionLabel==Quoi de neuf','HideInNav==TRUE','SpanishBreadCrumbLabel==Actualidades','SpanishSectionLabel==Actualidades','secondaryUrlVariableField==region1');
g_navNode_4_1_1_7=g_navNode_4_1_1.addNode('2185','Most recent documents ',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/MostRecentDocuments/index.htm','EnglishBreadCrumbLabel==Most recent documents','EnglishSectionLabel==Most recent documents','FrenchBreadCrumbLabel==Derniers documents publi\xe9s','FrenchSectionLabel==Derniers documents publi\xe9s','HideInNav==TRUE','Query_1==dDocType \x3cMATCHES\x3e \x60MeetingDocument\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60ED_NORM/RELCONF\x60  \x3cAND\x3e  xCollection \x3cMATCHES\x3e \x602\x60','SpanishBreadCrumbLabel==Documentos m\xe1s recientes','SpanishSectionLabel==Documentos m\xe1s recientes','secondaryUrlVariableField==region1');
g_navNode_4_1_1_8=g_navNode_4_1_1.addNode('2425','Selected documents available in Arabic',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/SelecteddocumentsavailableinArabic/index.htm','DefaultGroupType==5','EnglishSectionLabel==Selected documents available in Arabic','FrenchSectionLabel==Documents disponibles en arabe','GroupClassificationId==GB','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3csubstring\x3e \x60MeetingDocument\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ar\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x602\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','SpanishSectionLabel==Selecci\xf3n de documentos del CA en \xe1rabe');
g_navNode_4_1_1_9=g_navNode_4_1_1.addNode('2426','Selected documents available in Chinese',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/SelecteddocumentsavailableinChinese/index.htm','DefaultGroupType==5','EnglishSectionLabel==Selected documents available in Chinese','FrenchSectionLabel==Documents disponibles en chinois','GroupClassificationId==GB','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3csubstring\x3e \x60MeetingDocument\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60zh\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x602\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','SpanishSectionLabel==Selecci\xf3n de documentos del CA en chino');
g_navNode_4_1_1_10=g_navNode_4_1_1.addNode('2427','Selected documents available in German',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/SelecteddocumentsavailableinGerman/index.htm','DefaultGroupType==5','EnglishSectionLabel==Selected documents available in German','FrenchSectionLabel==Documents disponibles en allemand','GroupClassificationId==GB','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3csubstring\x3e \x60MeetingDocument\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60de\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x602\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','SpanishSectionLabel==Selecci\xf3n de documentos del CA en alem\xe1n');
g_navNode_4_1_1_11=g_navNode_4_1_1.addNode('2428','Selected documents available in Russian',ssUrlPrefix + 'What_we_do/Officialmeetings/gb/SelecteddocumentsavailableinRussian/index.htm','DefaultGroupType==5','EnglishSectionLabel==Selected documents available in Russian','FrenchSectionLabel==Documents disponibles en russe','GroupClassificationId==GB','HideInNav==TRUE','NavigationRootLevel==3','Query_1==\x28dDocType \x3csubstring\x3e \x60MeetingDocument\x60  \x3cAND\x3e  xLanguage \x3csubstring\x3e \x60ru\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x602\x60 \x3c\x24SortSpec\x3d\"order by xClassification DESC\"\x24\x3e\x29','SpanishSectionLabel==Selecci\xf3n de documentos del CA en ruso');
g_navNode_4_1_2=g_navNode_4_1.addNode('90','Regional meetings',ssUrlPrefix + 'What_we_do/Officialmeetings/Regionalmeetings/index.htm','EnglishSectionLabel==Regional meetings','FrenchSectionLabel==R\xe9unions r\xe9gionales','SpanishSectionLabel==Reuniones regionales','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_2_0=g_navNode_4_1_2.addNode('593','African Regional Meetings',ssUrlPrefix + 'What_we_do/Officialmeetings/Regionalmeetings/Africa/index.htm','EnglishSectionLabel==African Regional Meetings','FrenchSectionLabel==R\xe9unions r\xe9gionales africaines ','ListNodeId_1==426','ListNodeId_2==427','Query_1==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x609\x60 \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','Query_2==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e xCoverageSpatialRegions \x3cmatches\x3e \x609\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60 \x3cAND\x3e \x28\x28xDateAvailableEndDate  \x3c\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','SpanishSectionLabel==Reuniones Regionales Africanas ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_2_1=g_navNode_4_1_2.addNode('591','American Regional Meetings',ssUrlPrefix + 'What_we_do/Officialmeetings/Regionalmeetings/Americas/index.htm','EnglishSectionLabel==American Regional Meetings ','FrenchSectionLabel==R\xe9unions r\xe9gionales des Am\xe9riques','ListNodeId_1==426','ListNodeId_2==427','Query_1==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3cmatches\x3e \x604\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','Query_2==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3cmatches\x3e \x604\x60 \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60 \x3cAND\x3e \x28\x28xDateAvailableEndDate  \x3c\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','SpanishSectionLabel==Reuniones Regionales Americanas ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_2_2=g_navNode_4_1_2.addNode('588','Asian Regional Meetings',ssUrlPrefix + 'What_we_do/Officialmeetings/Regionalmeetings/Asia/index.htm','EnglishSectionLabel==Asian Regional Meetings ','FrenchSectionLabel==R\xe9unions r\xe9gionales asiennes ','ListNodeId_1==426','ListNodeId_2==427','Query_1==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3cmatches\x3e \x603\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','Query_2==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3cmatches\x3e \x603\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60 \x3cAND\x3e \x28\x28xDateAvailableEndDate  \x3c\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','SpanishSectionLabel==Reuniones Regionales Asi\xe1ticas ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_2_3=g_navNode_4_1_2.addNode('592','European Regional Meetings',ssUrlPrefix + 'What_we_do/Officialmeetings/Regionalmeetings/Europe/index.htm','EnglishSectionLabel==European Regional Meetings ','FrenchSectionLabel==R\xe9unions r\xe9gionales europ\xe9ennes ','ListNodeId_1==426','ListNodeId_2==427','Query_1==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','Query_2==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x606\x60  \x3cAND\x3e  xCoverageSpatialRegions \x3csubstring\x3e \x602\x60  \x3cAND\x3e  xCollection \x3csubstring\x3e \x603\x60  \x3cAND\x3e \x28\x28xDateAvailableEndDate  \x3c\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','SpanishSectionLabel==Reuniones Regionales Europeas','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_1_4=g_navNode_4_1.addNode('426','Ongoing and Upcoming',ssUrlPrefix + 'What_we_do/Officialmeetings/OngoingandUpcoming/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','EnglishSectionLabel==Ongoing and upcoming','FrenchSectionLabel==Actualit\xe9s','HideInNav==TRUE','Query_1==\x28dDocType \x3csubstring\x3e \x60Event\x60\x29  \x3cAND\x3e  \x28\x3cNOT\x3e \x28xTypeSubtype \x3cmatches\x3e \x6042\x60\x29 \x29 \x3cAND\x3e \x28xCollection \x3cmatches\x3e \x601\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x602\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x603\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x605\x60\x29 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29','SpanishSectionLabel==Actualidades','secondaryUrlVariableField==region1');
g_navNode_4_1_5=g_navNode_4_1.addNode('427','Recent',ssUrlPrefix + 'What_we_do/Officialmeetings/Recent/index.htm','EnglishSectionLabel==Past meetings','FrenchSectionLabel==R\xe9unions ant\xe9rieures','HideInNav==TRUE','Query_1==\x28dDocType \x3csubstring\x3e \x60Event\x60\x29  \x3cAND\x3e  \x28\x3cNOT\x3e \x28xTypeSubtype \x3cmatches\x3e \x6042\x60\x29 \x29 \x3cAND\x3e \x28xCollection \x3cmatches\x3e \x601\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x602\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x603\x60 \x3cOR\x3e xCollection \x3cmatches\x3e \x605\x60\x29 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableEndDate  \x3c\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29\x24\x3e\x60\x29\x29 ','SpanishSectionLabel==Reuniones anteriories','secondaryUrlVariableField==region1');
g_navNode_4_2=g_navNode_4.addNode('57','Events and campaigns',ssUrlPrefix + 'What_we_do/Events/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','DefaultGroupType==0','EnglishSectionLabel==Events and campaigns','FrenchSectionLabel==Ev\xe9nements et campagnes','ListNodeId_1==107','ListNodeId_2==108','Query_1==\x28dDocType \x3cmatches\x3e \x60Event\x60 \x3cOR\x3e dDocName \x3cstarts\x3e \x60WCMS_CON_TXT_EVE_JOB\x60\x29 \x3cAND\x3e\x3cNOT\x3e \x28dDocName \x3cmatches\x3e \x60WCMS_124300\x60 \x3cOR\x3e dDocName \x3cmatches\x3e \x60WCMS_123222\x60\x29 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24 formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24 formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60\x29\x29 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate ASC\"\x24\x3e','Query_2==\x28dDocType \x3cmatches\x3e \x60Event\x60 \x3cOR\x3e dDocName \x3cstarts\x3e \x60WCMS_CON_TXT_EVE_JOB\x60\x29  \x3cAND\x3e\x3cNOT\x3e \x28dDocName \x3cmatches\x3e \x60WCMS_124300\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60WCMS_123222\x60\x29 \x3cAND\x3e xDateAvailableEndDate \x3c \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60 \x3c\x24SortSpec\x3d\"order by xDateAvailableStartDate DESC\"\x24\x3e','SpanishSectionLabel==Eventos y campa\xf1as','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_2_0=g_navNode_4_2.addNode('81','Campaigns',ssUrlPrefix + 'What_we_do/Events/Campaigns/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','DefaultGroupType==0','EnglishSectionLabel==Campaigns','FrenchSectionLabel==Campagnes','Query_1==dDocType \x3csubstring\x3e \x60Event\x60  \x3cAND\x3e  xTypeSubtype \x3csubstring\x3e \x6042\x60','SpanishSectionLabel==Campa\xf1as','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_2_1=g_navNode_4_2.addNode('82','Events',ssUrlPrefix + 'What_we_do/Events/Symposiaseminarsandworkshops/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','DefaultGroupType==0','EnglishSectionLabel==Events','FrenchSectionLabel==Ev\xe9nements','Query_1==\x28dDocType \x3cmatches\x3e \x60Event\x60 \x3cOR\x3e dDocName \x3cstarts\x3e \x60WCMS_CON_TXT_EVE_JOB\x60\x29  \x3cAND\x3e\x3cNOT\x3e \x28dDocName \x3cmatches\x3e \x60WCMS_124300\x60\x3cOR\x3e dDocName \x3cmatches\x3e \x60WCMS_123222\x60\x29  \x3cAND\x3e\x3cNOT\x3e  xTypeSubtype \x3csubstring\x3e \x6042\x60','SpanishSectionLabel==Eventos','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_2_2=g_navNode_4_2.addNode('107','Ongoing and Upcoming',ssUrlPrefix + 'What_we_do/Events/OngoingandUpcoming/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','DefaultGroupType==0','EnglishSectionLabel==Ongoing and upcoming','FrenchSectionLabel==Actualit\xe9s','HideInNav==TRUE','Query_1==dDocType \x3cmatches\x3e \x60Event\x60 \x3cAND\x3e \x28xDateAvailableStartDate \x3e\x3d\x60\x3c\x24 formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60 \x3cOR\x3e \x28xDateAvailableStartDate \x3c\x3d\x60\x3c\x24 formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60 \x3cAND\x3e xDateAvailableEndDate  \x3e\x3d \x60\x3c\x24 formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60\x29\x29','SpanishSectionLabel==Actualidades','secondaryUrlVariableField==region1');
g_navNode_4_2_3=g_navNode_4_2.addNode('108','Recent',ssUrlPrefix + 'What_we_do/Events/Recent/index.htm','DefaultGroupFieldName==xDateAvailableStartDate','DefaultGroupType==0','EnglishSectionLabel==Recent events and campaigns','FrenchSectionLabel==Ev\xe9nements et campagnes r\xe9cents','HideInNav==TRUE','Query_1==dDocType \x3cmatches\x3e \x60Event\x60 \x3cAND\x3e \x28xDateAvailableEndDate \x3c \x60\x3c\x24formatDateDatabase\x28dateCurrent\x28\x29\x29 \x24\x3e\x60\x29','SpanishSectionLabel==Eventos y campa\xf1as recientes','secondaryUrlVariableField==region1');
g_navNode_4_3=g_navNode_4.addNode('58','Projects',ssUrlPrefix + 'What_we_do/Projects/index.htm','DefaultGroupType==1','EnglishSectionLabel==Projects','FrenchSectionLabel==Projets','SpanishSectionLabel==Proyectos','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_3_0=g_navNode_4_3.addNode('92','Project List',ssUrlPrefix + 'What_we_do/Projects/ProjectList/index.htm','HideInNav==TRUE','secondaryUrlVariableField==region1');
g_navNode_4_4=g_navNode_4.addNode('60','Publications',ssUrlPrefix + 'What_we_do/Publications/index.htm','EnglishBreadCrumbLabel==Publications','EnglishSectionLabel==Publications and research','FrenchBreadCrumbLabel==Publications','FrenchSectionLabel==Publications et recherche','SpanishBreadCrumbLabel==Publicaciones','SpanishSectionLabel==Publicaciones e investigaci\xf3n','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_4_0=g_navNode_4_4.addNode('2511','ILO Bookstore',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/index.htm','AlwaysExplode==FALSE','DontShowChildrenNodes==FALSE','EnglishSectionLabel==ILO Bookstore','FrenchSectionLabel==Librairie de l\u2019OIT','HideInNav==FALSE','ListNodeId_1==2518','ListNodeId_2==2560','ListNodeId_3==2561','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60  \x3cAND\x3e \x28xTypeSubtype \x3cmatches\x3e \x602\x60 \x3cOR\x3e  xTypeSubtype \x3cmatches\x3e \x6041\x60 \x29  \x3cAND\x3e  \x28xFormatMedium \x3csubstring\x3e \x605\x60 \x3cOR\x3e xFormatMedium \x3csubstring\x3e \x606\x60 \x3cOR\x3e xFormatMedium \x3csubstring\x3e \x607\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60\x29 ','Query_2==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xCustomBoolean \x3cmatches\x3e \x60yes\x60\x29  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2560\x60  \x3c\x24SortSpec\x3d\"order by xDateIssued ASC\"\x24\x3e','Query_3==dDocType \x3csubstring\x3e \x60NewsItem\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60','Redirect==FALSE','SpanishSectionLabel==Librer\xeda de la OIT','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0=g_navNode_4_4_0.addNode('2512','Order online',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/index.htm','AlwaysExplode==TRUE','EnglishSectionLabel==Order online ','FrenchSectionLabel==Commerce \xe9lectronique','HideInNav==FALSE','Redirect==TRUE','RedirectLink==ssNODELINK/2518','SpanishSectionLabel==Comercio-e');
g_navNode_4_4_0_0_0=g_navNode_4_4_0_0.addNode('2518','Books',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Books/index.htm','DefaultGroupType==2','EnglishSectionLabel==Books','FacetQueryIndex==2','FacetSetTitleEnglish==Browse books','FacetSetTitleFrench==Publications','FacetSetTitleSpanish==Publicaciones','Facet_1==8','Facet_2==9','FrenchSectionLabel==Publications','HideInNav==FALSE','NavigationRootLevel==3','PrimaryFacetType==TYP','PrimaryFacetValue==Publication','Query_2==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60  \x3cAND\x3e  \x28xTypeSubtype \x3cmatches\x3e \x602\x60 \x3cOR\x3e xTypeSubtype \x3cmatches\x3e \x6041\x60\x29  \x3cAND\x3e \x28xFormatMedium \x3csubstring\x3e \x605\x60 \x3cOR\x3e xFormatMedium \x3csubstring\x3e \x606\x60 \x3cOR\x3e xFormatMedium \x3csubstring\x3e \x607\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60\x29','SpanishSectionLabel==Publicaciones','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_1=g_navNode_4_4_0_0.addNode('2519','Multimedia',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Multimedia/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Multimedia','FrenchSectionLabel==Multim\xe9dia','NavigationRootLevel==3','Query_2==\x28dDocType \x3csubstring\x3e \x60MovingImage\x60 \x3cOR\x3e \x28dDocType \x3csubstring\x3e \x60Publication\x60 \x3cAND\x3e \x3cNOT\x3e \x28xTypeSubtype \x3cmatches\x3e \x6012\x60\x29\x29\x29 \\x0a\x3cAND\x3e \x28\x28xFormatMedium \x3csubstring\x3e \x601\x60\x29 \x3cOR\x3e \x28xFormatMedium \x3csubstring\x3e \x602\x60\x29\x3cOR\x3e \x28xFormatMedium \x3csubstring\x3e \x603\x60\x29 \x3cOR\x3e \x28xFormatMedium \x3csubstring\x3e \x604\x60\x29\x29\\x0a \\x0a\x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60 \x3cAND\x3e xCustomBoolean \x3csubstring\x3e \x60yes\x60','SpanishSectionLabel==Multimedia','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_3=g_navNode_4_4_0_0.addNode('2547','Periodicals 2008',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals/index.htm','EnglishSectionLabel==Periodicals 2008','FrenchSectionLabel==P\xe9riodiques 2008','ListNodeId_1==2549','ListNodeId_2==2550','ListNodeId_3==2551','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2008 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2008 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2549\x60\x29 \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','Query_2==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2008 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2008 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2550\x60\x29  \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','Query_3==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2008 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2008 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2551\x60\x29  \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','SpanishSectionLabel==Publicaciones peri\xf3dicas 2008','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_3_0=g_navNode_4_4_0_0_3.addNode('2549','Subscriptions',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals/Subscriptions/index.htm','EnglishSectionLabel==Subscriptions','FrenchSectionLabel==Abonnements','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_3_1=g_navNode_4_4_0_0_3.addNode('2550','Subscriptions to CD-ROM',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals/SubscriptionstoCD-ROM/index.htm','EnglishSectionLabel==Subscriptions to CD-ROM','FrenchSectionLabel==Abonnements CD-ROM','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones CD-ROM','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_3_2=g_navNode_4_4_0_0_3.addNode('2551','Combined subscriptions',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals/Combinedsubscriptions/index.htm','EnglishSectionLabel==Combined subscriptions','FrenchSectionLabel==Abonnements multiples','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones m\xfaltiples','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_4=g_navNode_4_4_0_0.addNode('2552','Periodicals 2007',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2007/index.htm','DontShowChildrenNodes==TRUE','EnglishSectionLabel==Periodicals 2007','FrenchSectionLabel==P\xe9riodiques 2007','HideInNav==TRUE','ListNodeId_1==2554','ListNodeId_2==2555','ListNodeId_3==2556','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2007 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2007 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2554\x60\x29  \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','Query_2==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2007 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2007 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2555\x60\x29  \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','Query_3==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2007 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2007 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2556\x60\x29 \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','SpanishSectionLabel==Publicaciones peri\xf3dicas 2007','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_4_0=g_navNode_4_4_0_0_4.addNode('2554','Subscriptions',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2007/Subscriptions/index.htm','EnglishSectionLabel==Subscriptions','FrenchSectionLabel==Abonnements','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_4_1=g_navNode_4_4_0_0_4.addNode('2555','Subscriptions to CD-ROM',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2007/SubscriptionstoCD-ROM/index.htm','EnglishSectionLabel==Subscriptions to CD-ROM','FrenchSectionLabel==Abonnements CD-ROM','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones CD-ROM','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_4_2=g_navNode_4_4_0_0_4.addNode('2556','Combined subscriptions',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2007/Combinedsubscriptions/index.htm','EnglishSectionLabel==Combined subscriptions','FrenchSectionLabel==Abonnements multiples','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones m\xfaltiples','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_5=g_navNode_4_4_0_0.addNode('2553','Periodicals 2006',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2006/index.htm','DontShowChildrenNodes==TRUE','EnglishSectionLabel==Periodicals 2006','FrenchSectionLabel==P\xe9rodiodiques 2006','HideInNav==TRUE','ListNodeId_1==2557','ListNodeId_2==2558','ListNodeId_3==2559','NavigationRootLevel==3','Query_1==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2006 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2006 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2557\x60\x29  \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','Query_2==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2006 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2006 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2558\x60\x29 \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','Query_3==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  xTypeSubtype \x3cmatches\x3e \x6012\x60  \x3cAND\x3e  \x28xDateValidStartDate \x3e\x3d \x60\x3c\x24formatDateDatabase\x28\"1/1/2006 12\x3a00 AM\"\x29\x24\x3e\x60  \x3cAND\x3e  xDateValidStartDate \x3c\x3d \x60\x3c\x24formatDateDatabase\x28\"12/31/2006 12\x3a00 AM\"\x29\x24\x3e\x60\x29  \x3cAND\x3e  xCustomBoolean \x3csubstring\x3e \x60yes\x60 \x3cAND\x3e xWebsiteSection \x3cmatches\x3e \x605\x3a2559\x60\x29 \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','SpanishSectionLabel==Publicaciones peri\xf3dicas 2006','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_5_0=g_navNode_4_4_0_0_5.addNode('2557','Subscriptions',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2006/Subscriptions/index.htm','EnglishSectionLabel==Subscriptions','FrenchSectionLabel==Abonnements','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_5_1=g_navNode_4_4_0_0_5.addNode('2558','Subscriptions to CD-ROM',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2006/SubscriptionstoCD-ROM/index.htm','EnglishSectionLabel==Subscriptions to CD-ROM','FrenchSectionLabel==Abonnements CD-ROM','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones CD-ROM','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_5_2=g_navNode_4_4_0_0_5.addNode('2559','Combined subscriptions',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Periodicals2006/Combinedsubscriptions/index.htm','EnglishSectionLabel==Combined subscriptions','FrenchSectionLabel==Abonnements multiples','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscripciones m\xfaltiples','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_6=g_navNode_4_4_0_0.addNode('2520','Standing orders',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Standingorders/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Standing orders','FrenchSectionLabel==Commandes permanentes','NavigationRootLevel==3','Query_1==\x28dDocType \x3csubstring\x3e \x60Publication\x60 \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60  \x3cAND\x3e  xCollection \x3cmatches\x3e \x6010\x60\x29   \x3c\x24SortSpec\x3d\"order by dDocTitle ASC\"\x24\x3e','SpanishSectionLabel==\xd3rdenes permanentes','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_7=g_navNode_4_4_0_0.addNode('2525','Editor\'s choice',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Toptenpublications/index.htm','EnglishBreadCrumbLabel==Editor\\x27s choice','EnglishSectionLabel==Editor\\x27s choice','FrenchBreadCrumbLabel==Choix de l\\x27editeur','FrenchSectionLabel==Choix de l\\x27editeur','HideInNav==TRUE','NavigationRootLevel==3','SpanishBreadCrumbLabel==Elecci\xf3n del editor','SpanishSectionLabel==Elecci\xf3n del editor');
g_navNode_4_4_0_0_8=g_navNode_4_4_0_0.addNode('2521','Inspection copy request',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Inspectioncopyrequest/index.htm','EnglishSectionLabel==Inspection copy request','FrenchSectionLabel==Demande d\u2019exemplaire pour examen','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Ejemplares para examen','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_9=g_navNode_4_4_0_0.addNode('2522','Review copy request',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Reviewcopyrequest/index.htm','EnglishSectionLabel==Review copy request','FrenchSectionLabel==Demande d\u2019exemplaire pour comptes-rendus','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Ejemplares para examen','secondaryUrlVariableField==region1');
g_navNode_4_4_0_0_10=g_navNode_4_4_0_0.addNode('2523','Subscribe directly with ILO',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/SubscribedirectlywithILO/index.htm','EnglishSectionLabel==Subscribe directly with ILO','FrenchSectionLabel==S\u2019abonner en ligne','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Suscribirse en l\xednea');
g_navNode_4_4_0_0_11=g_navNode_4_4_0_0.addNode('2524','Register directly with the ILO',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/RegisterdirectlywiththeILO/index.htm','EnglishSectionLabel==Register directly with the ILO','FrenchSectionLabel==S\u2019inscrire en ligne','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Inscribirse en l\xednea');
g_navNode_4_4_0_0_12=g_navNode_4_4_0_0.addNode('2572','Periodicals\x3a Terms \x26 Conditions',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/PeriodicalsTermsConditions/index.htm','EnglishSectionLabel==Periodicals\x3a Terms \x26 Conditions','FrenchSectionLabel==P\xe9riodiques\x3a Conditions de vente','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Peri\xf3dicos\x3a Condiciones de venta');
g_navNode_4_4_0_0_13=g_navNode_4_4_0_0.addNode('2573','Feedback',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderonline/Feedback/index.htm','EnglishSectionLabel==Feedback','FrenchSectionLabel==Commentaires','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Obervaciones');
g_navNode_4_4_0_1=g_navNode_4_4_0.addNode('2513','Order locally',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderlocally/index.htm','AlwaysExplode==FALSE','DontShowChildrenNodes==TRUE','EnglishSectionLabel==Order locally','FrenchSectionLabel==Commander localement','HideInNav==TRUE','Redirect==TRUE','RedirectLink==ssNODELINK/2515','SpanishSectionLabel==Pedido local');
g_navNode_4_4_0_1_0=g_navNode_4_4_0_1.addNode('2515','Countries where you can order locally',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderlocally/Countrieswhereyoucanorderlocally/index.htm','EnglishSectionLabel==Countries where you can order locally','FrenchSectionLabel==Bureaux, distributeurs \x26 agents de l\u2019OIT','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Distribuidores y agentes de venta de la OIT');
g_navNode_4_4_0_1_1=g_navNode_4_4_0_1.addNode('2516','Countries where a discount is applicable',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderlocally/Countrieswhereadiscountisapplicable/index.htm','EnglishSectionLabel==Countries where a discount is applicable','FrenchSectionLabel==Remises pour les pays en d\xe9veloppement ','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Descuento especial para los pa\xedses en desarrollo ');
g_navNode_4_4_0_1_2=g_navNode_4_4_0_1.addNode('2517','Discounts for institutions, government and special bulk sales',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Orderlocally/Discountsforinstitutionsgovernmentandspecialbulksales/index.htm','EnglishSectionLabel==Discounts for institutions, government and special bulk sales','FrenchSectionLabel==Vente aux entreprises, institutions officielles et tarifs de gros sp\xe9ciaux','HideInNav==TRUE','NavigationRootLevel==3','SpanishSectionLabel==Ventas a empresas, a gobiernos, y ventas especiales al por mayor');
g_navNode_4_4_0_2=g_navNode_4_4_0.addNode('2514','Contact us',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Contactus/index.htm','EnglishSectionLabel==Contact us','FrenchSectionLabel==Contactez-nous','NavigationRootLevel==3','SpanishSectionLabel==Cont\xe1ctenos');
g_navNode_4_4_0_3=g_navNode_4_4_0.addNode('2560','Forthcoming publications',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Forthcomingpublications/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Forthcoming publications','EnglishSectionLabel==Forthcoming publications','FrenchBreadCrumbLabel==Titres \xe0 para\xeetre','FrenchSectionLabel==Titres \xe0 para\xeetre','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60  \x3cAND\x3e  \x3cNOT\x3e \x28xCustomBoolean \x3cmatches\x3e \x60yes\x60\x29  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x605\x3a2560\x60','SpanishBreadCrumbLabel==T\xedtulos de pr\xf3xima aparici\xf3n','SpanishSectionLabel==T\xedtulos de pr\xf3xima aparici\xf3n','secondaryUrlVariableField==region1');
g_navNode_4_4_0_4=g_navNode_4_4_0.addNode('2561','Special offers',ssUrlPrefix + 'What_we_do/Publications/ILOBookstore/Specialoffers/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Special offers','FrenchSectionLabel==Offres sp\xe9ciales','HideInNav==FALSE','HideLeftNav==TRUE','NavigationRootLevel==3','Query_1==dDocType \x3csubstring\x3e \x60NewsItem\x60  \x3cAND\x3e  dDocAccount \x3csubstring\x3e \x60DGREPORTS/DCOMM/PUBL\x60','SpanishSectionLabel==Ofertas especiales','secondaryUrlVariableField==region1');
g_navNode_4_4_2=g_navNode_4_4.addNode('95','Magazines and journals',ssUrlPrefix + 'What_we_do/Publications/Magazinesandjournals/index.htm','DefaultGroupType==1','EnglishSectionLabel==Magazines and journals','FrenchSectionLabel==P\xe9riodiques','Query_1==\x28dDocType \x3cmatches\x3e \x60Publication\x60  \x3cAND\x3e  \x28xTypeSubtype \x3cmatches\x3e \x6012\x60\x29  \x3cAND\x3e\x3cNOT\x3e \x28dDocType \x3csubstring\x3e \x60Publication\x60 \x3cAND\x3e xTypeSubtype \x3d \x6012\x60 \x3cAND\x3e xCustomBoolean \x3csubstring\x3e \x60yes\x60\x29\x29','SpanishSectionLabel==Publicaci\xf3nes peri\xf3dicas','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_4_3=g_navNode_4_4.addNode('96','Official documents',ssUrlPrefix + 'What_we_do/Publications/Officialdocuments/index.htm','EnglishSectionLabel==Official reports','FrenchSectionLabel==Rapports officiels','ListNodeId_1==416','Query_1==\x28xTypeSubtype \x3csubstring\x3e \x6041\x60  \x3cOR\x3e  xTypeSubtype \x3csubstring\x3e \x6028\x60\x29  \x3cAND\x3e  xCollection \x3csubstring\x3e \x606\x60','SpanishSectionLabel==Informes oficiales','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_4_3_0=g_navNode_4_4_3.addNode('416','Director-General\'s reports',ssUrlPrefix + 'What_we_do/Publications/Officialdocuments/Director-Generalsreports/index.htm','EnglishSectionLabel==Director-General\\x27s reports','FrenchSectionLabel==Rapports du Directeur Ge\u0301ne\u0301ral','HideInNav==TRUE','Query_1==\x28xTypeSubtype \x3csubstring\x3e \x6041\x60  \x3cOR\x3e  xTypeSubtype \x3csubstring\x3e \x6028\x60\x29  \x3cAND\x3e  xCollection \x3csubstring\x3e \x606\x60','SpanishSectionLabel==Informes del Director-General','maxAge==10800','secondaryUrlVariableField==region1');
g_navNode_4_4_5=g_navNode_4_4.addNode('428','New releases',ssUrlPrefix + 'What_we_do/Publications/Newreleases/index.htm','EnglishSectionLabel==Just released','FrenchSectionLabel==Vient de paraitre','HideInNav==TRUE','Query_1==dDocType \x3csubstring\x3e \x60Publication\x60\x3cAND\x3e\x3cNOT\x3e  xTypeSubtype \x3d \x601\x60 \x3c\x24SortSpec\x3d\"order by xDateIssued DESC\"\x24\x3e ','SpanishSectionLabel==Ahora disponible ','secondaryUrlVariableField==region1');
g_navNode_4_5=g_navNode_4.addNode('61','Statistics and databases',ssUrlPrefix + 'What_we_do/Statistics/index.htm','DontShowChildrenNodes==FALSE','EnglishSectionLabel==Statistics and databases','FrenchSectionLabel==Statistiques et bases de donn\xe9es','SpanishSectionLabel==Estad\xedsticas y bases de datos','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_4_5_0=g_navNode_4_5.addNode('2449','Overview and topics',ssUrlPrefix + 'What_we_do/Statistics/topics/index.htm','EnglishSectionLabel==Overview and topics','FrenchSectionLabel==Introduction et sujets','HideInNav==FALSE','SpanishSectionLabel==Introducci\xf3n y temas');
g_navNode_4_5_0_4=g_navNode_4_5_0.addNode('2473','Employment and unemployment',ssUrlPrefix + 'What_we_do/Statistics/topics/Employment/index.htm','EnglishSectionLabel==Employment and unemployment ','FrenchSectionLabel==Emploi et ch\xf4mage','SpanishSectionLabel==Empleo y desempleo');
g_navNode_4_5_0_5=g_navNode_4_5_0.addNode('2474','Gender',ssUrlPrefix + 'What_we_do/Statistics/topics/Gender/index.htm','EnglishSectionLabel==Gender','FrenchSectionLabel==Genre','SpanishSectionLabel==G\xe9nero');
g_navNode_4_5_0_5_0=g_navNode_4_5_0_5.addNode('2483','Current international guidelines',ssUrlPrefix + 'What_we_do/Statistics/topics/Gender/guidelines/index.htm','EnglishSectionLabel==Current international guidelines','FrenchSectionLabel==Directives en vigueur','SpanishSectionLabel==Directivos de actualidad');
g_navNode_4_5_0_5_1=g_navNode_4_5_0_5.addNode('2484','Importance and applications',ssUrlPrefix + 'What_we_do/Statistics/topics/Gender/applications/index.htm','EnglishSectionLabel==Importance and applications','FrenchSectionLabel==Importance et applications','SpanishSectionLabel==Importancia y aplicaciones');
g_navNode_4_5_0_5_2=g_navNode_4_5_0_5.addNode('2485','A little bit of history',ssUrlPrefix + 'What_we_do/Statistics/topics/Gender/history/index.htm','EnglishSectionLabel==History','FrenchSectionLabel==Histoire','SpanishSectionLabel==Historia');
g_navNode_4_5_0_5_3=g_navNode_4_5_0_5.addNode('2486','National statistics and ILO compilation activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Gender/national/index.htm','EnglishSectionLabel==National statistics','FrenchSectionLabel==Statistiques nationales','SpanishSectionLabel==Estad\xedsticas nacionales');
g_navNode_4_5_0_5_4=g_navNode_4_5_0_5.addNode('2487','Developmental activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Gender/development/index.htm','EnglishSectionLabel==Developmental activities','FrenchSectionLabel==Activit\xe9s de d\xe9veloppement ','SpanishSectionLabel==Actividades de desarrollo');
g_navNode_4_5_0_5_5=g_navNode_4_5_0_5.addNode('2488','References',ssUrlPrefix + 'What_we_do/Statistics/topics/Gender/references/index.htm','EnglishSectionLabel==References','FrenchSectionLabel==R\xe9f\xe9rences','SpanishSectionLabel==Referencias');
g_navNode_4_5_0_7=g_navNode_4_5_0.addNode('2477','Income',ssUrlPrefix + 'What_we_do/Statistics/topics/Income/index.htm','EnglishSectionLabel==Income','FrenchSectionLabel==Revenu','SpanishSectionLabel==Ingreso');
g_navNode_4_5_0_7_0=g_navNode_4_5_0_7.addNode('2489','Current guidelines',ssUrlPrefix + 'What_we_do/Statistics/topics/Income/guidelines/index.htm','EnglishSectionLabel==Current guidelines','FrenchSectionLabel==Directives en vigueur','SpanishSectionLabel==Directivos de actualidad');
g_navNode_4_5_0_7_1=g_navNode_4_5_0_7.addNode('2490','Importance and applications',ssUrlPrefix + 'What_we_do/Statistics/topics/Income/applications/index.htm','EnglishSectionLabel==Importance and applications','FrenchSectionLabel==Importance et applications','SpanishSectionLabel==Importancia y aplicaciones');
g_navNode_4_5_0_7_2=g_navNode_4_5_0_7.addNode('2491','A little bit of history',ssUrlPrefix + 'What_we_do/Statistics/topics/Income/history/index.htm','EnglishSectionLabel==History','FrenchSectionLabel==Histoire','SpanishSectionLabel==Historia');
g_navNode_4_5_0_7_3=g_navNode_4_5_0_7.addNode('2492','National statistics and ILO compilation activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Income/national/index.htm','EnglishSectionLabel==National statistics and ILO compilation activities','FrenchSectionLabel==Statistiques nationales','SpanishSectionLabel==Estad\xedsticas nacionales');
g_navNode_4_5_0_9=g_navNode_4_5_0.addNode('2479','Safety and health',ssUrlPrefix + 'What_we_do/Statistics/topics/Safetyandhealth/index.htm','EnglishSectionLabel==Safety and health','FrenchSectionLabel==S\xe9curit\xe9 et sant\xe9','SpanishSectionLabel==Salud y seguridad');
g_navNode_4_5_0_10=g_navNode_4_5_0.addNode('2480','Social dialogue',ssUrlPrefix + 'What_we_do/Statistics/topics/Socialdialogue/index.htm','EnglishSectionLabel==Social dialogue','FrenchSectionLabel==Dialogue social','SpanishSectionLabel==Di\xe1logo social');
g_navNode_4_5_0_11=g_navNode_4_5_0.addNode('2493','Status in employment',ssUrlPrefix + 'What_we_do/Statistics/topics/Statusinemployment/index.htm','EnglishSectionLabel==Status in employment','FrenchSectionLabel==Situation dans la profession','SpanishSectionLabel==Situaci\xf3n en el Empleo ');
g_navNode_4_5_0_11_0=g_navNode_4_5_0_11.addNode('2526','Current guidelines',ssUrlPrefix + 'What_we_do/Statistics/topics/Statusinemployment/guidelines/index.htm','EnglishSectionLabel==Current guidelines','FrenchSectionLabel==Directives en vigueur','SpanishSectionLabel==Directivos de actualidad');
g_navNode_4_5_0_11_1=g_navNode_4_5_0_11.addNode('2527','Importance and applications',ssUrlPrefix + 'What_we_do/Statistics/topics/Statusinemployment/applications/index.htm','EnglishSectionLabel==Importance and applications','FrenchSectionLabel==Importance et applications','SpanishSectionLabel==Importancia y aplicaciones');
g_navNode_4_5_0_11_2=g_navNode_4_5_0_11.addNode('2528','A little bit of history',ssUrlPrefix + 'What_we_do/Statistics/topics/Statusinemployment/history/index.htm','EnglishSectionLabel==A little bit of history','FrenchSectionLabel==Histoire','SpanishSectionLabel==Historia');
g_navNode_4_5_0_11_3=g_navNode_4_5_0_11.addNode('2529','National statistics and ILO compilation activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Statusinemployment/national/index.htm','EnglishSectionLabel==National statistics and ILO compilation activities','FrenchSectionLabel==Statistiques nationales','SpanishSectionLabel==Estad\xedsticas nacionales');
g_navNode_4_5_0_12=g_navNode_4_5_0.addNode('2494','Underemployment',ssUrlPrefix + 'What_we_do/Statistics/topics/Underemployment/index.htm','EnglishSectionLabel==Underemployment','FrenchSectionLabel==Sous-emploi','SpanishSectionLabel==Subempleo');
g_navNode_4_5_0_12_0=g_navNode_4_5_0_12.addNode('2499','Current guidelines',ssUrlPrefix + 'What_we_do/Statistics/topics/Underemployment/guidelines/index.htm','EnglishSectionLabel==Current guidelines','FrenchSectionLabel==Directives en vigueur','SpanishSectionLabel==Directivos de actualidad');
g_navNode_4_5_0_12_1=g_navNode_4_5_0_12.addNode('2500','Importance and applications',ssUrlPrefix + 'What_we_do/Statistics/topics/Underemployment/applications/index.htm','EnglishSectionLabel==Importance and applications','FrenchSectionLabel==Importance et applications','SpanishSectionLabel==Importancia y aplicaciones');
g_navNode_4_5_0_12_2=g_navNode_4_5_0_12.addNode('2501','A little bit of history',ssUrlPrefix + 'What_we_do/Statistics/topics/Underemployment/history/index.htm','EnglishSectionLabel==A little bit of history','FrenchSectionLabel==Histoire','SpanishSectionLabel==Historia');
g_navNode_4_5_0_12_3=g_navNode_4_5_0_12.addNode('2502','National activities and ILO compilation activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Underemployment/national/index.htm','EnglishSectionLabel==National statistics and ILO compilation activities','FrenchSectionLabel==Statistiques nationales','SpanishSectionLabel==Estad\xedsticas nacionales');
g_navNode_4_5_0_12_4=g_navNode_4_5_0_12.addNode('2503','Developmental activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Underemployment/development/index.htm','EnglishSectionLabel==Developmental activities','FrenchSectionLabel==Activit\xe9s de d\xe9veloppement ','SpanishSectionLabel==Actividades de desarrollo');
g_navNode_4_5_0_13=g_navNode_4_5_0.addNode('2481','Working time',ssUrlPrefix + 'What_we_do/Statistics/topics/Workingtime/index.htm','EnglishSectionLabel==Working time','FrenchSectionLabel==Dur\xe9e du travail','SpanishSectionLabel==Horas de trabajo');
g_navNode_4_5_0_13_0=g_navNode_4_5_0_13.addNode('2482','Current guidelines',ssUrlPrefix + 'What_we_do/Statistics/topics/Workingtime/guidelines/index.htm','EnglishSectionLabel==Current guidelines','FrenchSectionLabel==Directives en vigueur','SpanishSectionLabel==Directivos de actualidad');
g_navNode_4_5_0_13_2=g_navNode_4_5_0_13.addNode('2506','Importance and applications',ssUrlPrefix + 'What_we_do/Statistics/topics/Workingtime/applications/index.htm','EnglishSectionLabel==Importance and applications','FrenchSectionLabel==Importance et applications','SpanishSectionLabel==Importancia y aplicaciones');
g_navNode_4_5_0_13_3=g_navNode_4_5_0_13.addNode('2507','A little bit of history',ssUrlPrefix + 'What_we_do/Statistics/topics/Workingtime/history/index.htm','EnglishSectionLabel==A little bit of history','FrenchSectionLabel==Histoire','SpanishSectionLabel==Historia');
g_navNode_4_5_0_13_4=g_navNode_4_5_0_13.addNode('2508','National statistics and ILO compilation activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Workingtime/national/index.htm','EnglishSectionLabel==National statistics and ILO compilation activities','FrenchSectionLabel==Statistiques nationales','SpanishSectionLabel==Estad\xedsticas nacionales');
g_navNode_4_5_0_13_5=g_navNode_4_5_0_13.addNode('2509','Developmental activities',ssUrlPrefix + 'What_we_do/Statistics/topics/Workingtime/development/index.htm','EnglishSectionLabel==Developmental activities','FrenchSectionLabel==Activit\xe9s de d\xe9veloppement ','SpanishSectionLabel==Actividades de desarrollo');
g_navNode_4_5_0_13_6=g_navNode_4_5_0_13.addNode('2510','References',ssUrlPrefix + 'What_we_do/Statistics/topics/Workingtime/references/index.htm','EnglishSectionLabel==References','FrenchSectionLabel==R\xe9f\xe9rences','SpanishSectionLabel==Referencias');
g_navNode_4_5_1=g_navNode_4_5.addNode('2450','Standards and guidelines',ssUrlPrefix + 'What_we_do/Statistics/standards/index.htm','EnglishSectionLabel==Standards and guidelines','FrenchSectionLabel==Normes et directives','HideInNav==FALSE','SpanishSectionLabel==Normas y directivos','secondaryUrlVariableField==region1');
g_navNode_4_5_1_0=g_navNode_4_5_1.addNode('2454','Resolutions adopted by International Conferences of Labour Statisticians',ssUrlPrefix + 'What_we_do/Statistics/standards/resolutions/index.htm','DefaultGroupType==-1','EnglishBreadCrumbLabel==Resolutions','EnglishSectionLabel==Resolutions adopted by International Conferences of Labour Statisticians ','FrenchBreadCrumbLabel==Resolutions','FrenchSectionLabel==Resolutions adopt\xe9es par les Conf\xe9rences Internationales des Statisticiens du Travail','HideInNav==FALSE','Query_1==dDocType \x3csubstring\x3e \x60NormativeInstrument\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/INTEGRATION/STAT\x60  \x3cAND\x3e xWebsiteSection \x3csubstring\x3e \x605\x3a2454\x60','SpanishBreadCrumbLabel==Resoluci\xf3nes','SpanishSectionLabel==Resoluciones adoptadas por la Conferencia Internacional de Estad\xedsticos del Trabajo ','secondaryUrlVariableField==region1');
g_navNode_4_5_1_1=g_navNode_4_5_1.addNode('2455','Current international guidelines on labour statistics',ssUrlPrefix + 'What_we_do/Statistics/standards/guidelines/index.htm','DefaultGroupType==-1','EnglishSectionLabel==Guidelines adopted by International Conferences of Labour Statisticians ','FrenchSectionLabel==Directives adopt\xe9es par les Conf\xe9rences Internationales des Statisticiens du Travail','HideInNav==FALSE','Query_1==dDocType \x3csubstring\x3e \x60NormativeInstrument\x60  \x3cAND\x3e  xOwner \x3csubstring\x3e \x60DGREPORTS/INTEGRATION/STAT\x60  \x3cAND\x3e xWebsiteSection \x3csubstring\x3e \x605\x3a2455\x60','SpanishSectionLabel==Directrices adoptadas por la Conferencia Internacional de Estad\xedsticos del Trabajo ','secondaryUrlVariableField==region1');
g_navNode_4_5_2=g_navNode_4_5.addNode('2451','Classifications for labour statistics',ssUrlPrefix + 'What_we_do/Statistics/classifications/index.htm','EnglishSectionLabel==Classifications','FrenchSectionLabel==Classifications','SpanishSectionLabel==Clasificaci\xf3nes');
g_navNode_4_5_3=g_navNode_4_5.addNode('2452','Meetings and events',ssUrlPrefix + 'What_we_do/Statistics/events/index.htm','EnglishSectionLabel==Meetings and events','FrenchSectionLabel==R\xe9unions et ev\xe9nements','HideInNav==FALSE','SpanishSectionLabel==Reuniones y eventos','secondaryUrlVariableField==region1');
g_navNode_4_5_3_0=g_navNode_4_5_3.addNode('2456','International Conference of Labour Statisticians',ssUrlPrefix + 'What_we_do/Statistics/events/icls/index.htm','EnglishSectionLabel==International Conference of Labour Statisticians','FrenchSectionLabel==Conf\xe9rence Internationale des Statisticiens du Travail','HideInNav==FALSE','ListNodeId_1==2456','Query_1==dDocType \x3csubstring\x3e \x60Event\x60 \x3cAND\x3e xWebsiteSection \x3csubstring\x3e \x605\x3a2456\x60','SpanishSectionLabel==Conferencia Internacional de Estad\xedsticos del Trabajo ','secondaryUrlVariableField==region1');
g_navNode_4_5_3_1=g_navNode_4_5_3.addNode('2457','Meetings of Experts on Labour Statistics',ssUrlPrefix + 'What_we_do/Statistics/events/MeetingsOfExperts/index.htm','EnglishSectionLabel==Meeting of Experts on Labour Statistics','FrenchSectionLabel==R\xe9union d\u2019Experts sur les Statistiques du Travail','SpanishSectionLabel==Reuni\xf3n de Expertos en Estad\xedsticas del Trabajo ','secondaryUrlVariableField==region1');
g_navNode_4_6=g_navNode_4.addNode('59','Training',ssUrlPrefix + 'What_we_do/Training/index.htm','EnglishSectionLabel==Training','FrenchSectionLabel==Formation','SpanishSectionLabel==Formaci\xf3n ','maxAge==3600','secondaryUrlVariableField==region1');
g_navNode_5=g_navNode_Root.addNode('21','Supplemental Navigation',ssUrlPrefix + 'Supplemental_Navigation/index.htm','EnglishSectionLabel== ','FrenchSectionLabel== ','HideInNav==TRUE','SpanishSectionLabel== ');
g_navNode_5_0=g_navNode_5.addNode('77','Disclaimer',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/index.htm','EnglishSectionLabel==Disclaimer','FrenchSectionLabel==D\xe9ni de responsabilit\xe9','HideInNav==TRUE','Redirect==FALSE','SpanishSectionLabel==Descargo de responsabilidad ');
g_navNode_5_0_0=g_navNode_5_0.addNode('104','Reproduction of Extracts for Printed form/CD-ROM/Internet',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/ReproductionofExtractsforPrintedformCD-ROMInternet/index.htm');
g_navNode_5_0_1=g_navNode_5_0.addNode('79','Copyright and Permissions',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/DisclaimerCopyrightandPermissions/index.htm','EnglishSectionLabel==Copyright and permissions','FrenchSectionLabel==Droit d\\x27auteur et autorisations','SpanishSectionLabel==Derechos de autor y autorizaciones','secondaryUrlVariableField==region1');
g_navNode_5_0_2=g_navNode_5_0.addNode('78','Disclaimer',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/disclaimer/index.htm','EnglishSectionLabel==Disclaimer','FrenchSectionLabel==D\xe9ni de responsabilit\xe9 ','HideInNav==FALSE','SpanishSectionLabel==Descargo de responsabilidad','secondaryUrlVariableField==region1');
g_navNode_5_0_3=g_navNode_5_0.addNode('101','Request for permission to reproduce ILO Copyright Material',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/Request/index.htm','HideInNav==FALSE');
g_navNode_5_0_4=g_navNode_5_0.addNode('103','Photocopying',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/Photocopying/index.htm','HideInNav==TRUE');
g_navNode_5_0_5=g_navNode_5_0.addNode('105','Translations for Printed form/Internet/CD-ROM',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/TranslationsforPrintedformInternetCD-ROM/index.htm');
g_navNode_5_0_6=g_navNode_5_0.addNode('106','Reprints for Printed form/Internet/CD-ROM',ssUrlPrefix + 'Supplemental_Navigation/disclaimer/ReprintsforPrintedformInternetCD-ROM/index.htm');
g_navNode_5_1=g_navNode_5.addNode('23','Contact us',ssUrlPrefix + 'Supplemental_Navigation/Contact_us/index.htm','EnglishSectionLabel==Contact us','FrenchSectionLabel==Contactez-nous','SpanishSectionLabel==Cont\xe1ctenos','secondaryUrlVariableField==region1');
g_navNode_5_2=g_navNode_5.addNode('24','Site Search',ssUrlPrefix + 'Supplemental_Navigation/Site_Search/index.htm','EnglishSectionLabel==Advanced search','FrenchSectionLabel==Recherche avanc\xe9e','HideInNav==TRUE','SpanishSectionLabel==B\xfasqueda Avanzada','secondaryUrlVariableField==region1');
g_navNode_5_2_0=g_navNode_5_2.addNode('507','Contextual Search Results',ssUrlPrefix + 'Supplemental_Navigation/Site_Search/ContextualSearchResults/index.htm','HideInNav==TRUE','secondaryUrlVariableField==region1');
g_navNode_5_3=g_navNode_5.addNode('25','Site index',ssUrlPrefix + 'Supplemental_Navigation/Site_index/index.htm','EnglishSectionLabel==Site index','FrenchSectionLabel==Index du site','HideInNav==TRUE','SpanishSectionLabel==Indice del sitio','secondaryUrlVariableField==region1');
g_navNode_5_4=g_navNode_5.addNode('26','Site map',ssUrlPrefix + 'Supplemental_Navigation/Site_map/index.htm','EnglishSectionLabel==Site map','FrenchSectionLabel==Plan du site','HideInNav==FALSE','SpanishSectionLabel==Mapa del sitio','secondaryUrlVariableField==region1');
g_navNode_6=g_navNode_Root.addNode('67','Error Handler',ssUrlPrefix + 'Error_Handler/index.htm','HideInNav==TRUE');
