/////////////////////////////////////////////////////////////////////////////
// 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('157','Home',ssUrlPrefix + 'index.htm',null,'BreadcrumbPrefixNode==global\x3a278','NavigationRootLevel==1','SectionLabel_en==International Programme on the Elimination of Child Labour \x28IPEC\x29','SectionLabel_es==Programa Internacional para la Erradicaci\xf3n del Trabajo Infantil \x28IPEC\x29','SectionLabel_fr==Programme international pour l\\x27abolition du travail des enfants \x28IPEC\x29','SiteLabel_en==IPEC','SiteLabel_es==IPEC','SiteLabel_fr==IPEC','SiteLanguages==en,es,fr','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0=g_navNode_Root.addNode('158','The Programme',ssUrlPrefix + 'programme/index.htm','SectionLabel_en==The Programme','SectionLabel_es==El Programa IPEC','SectionLabel_fr==Le Programme de l\\x27IPEC','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_0=g_navNode_0.addNode('172','IPEC worldwide',ssUrlPrefix + 'programme/IPECinthefield/index.htm','SectionLabel_en==IPEC worldwide','SectionLabel_es==IPEC en el mundo','SectionLabel_fr==IPEC dans le monde','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_1=g_navNode_0.addNode('173','Donors',ssUrlPrefix + 'programme/Donorcountries/index.htm','SectionLabel_en==Donors','SectionLabel_es==Donantes','SectionLabel_fr==Donateurs','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_2=g_navNode_0.addNode('174','Design and evaluation',ssUrlPrefix + 'programme/Designandevaluation/index.htm','SectionLabel_en==Design and evaluation','SectionLabel_es==Dise\xf1o y evaluaci\xf3n','SectionLabel_fr==Conception et \xe9valuation','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_2_0=g_navNode_0_2.addNode('295','The design process',ssUrlPrefix + 'programme/Designandevaluation/Thedesignprocess/index.htm','SectionLabel_en==The design process','SectionLabel_es==Dise\xf1o','SectionLabel_fr==Conception','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_2_1=g_navNode_0_2.addNode('296','The evaluation process',ssUrlPrefix + 'programme/Designandevaluation/Theevaluationprocess/index.htm','SectionLabel_en==The evaluation process','SectionLabel_es==Evaluaci\xf3n','SectionLabel_fr==Evaluation','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_2_2=g_navNode_0_2.addNode('578','Good practices and lessons learned',ssUrlPrefix + 'programme/Designandevaluation/Goodpractices/index.htm','SectionLabel_en==Good practices and lessons learned','SectionLabel_es==Buenas pr\xe1cticas y lecciones aprendidas','SectionLabel_fr==Bonnes pratiques et le\xe7ons apprises','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_2_3=g_navNode_0_2.addNode('577','Impact Assessment',ssUrlPrefix + 'programme/Designandevaluation/ImpactAssessment/index.htm','SectionLabel_en==Impact Assessment','SectionLabel_es==Evaluaci\xf3n de impacto','SectionLabel_fr==Evaluation de l\\x27impact','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_0_2_4=g_navNode_0_2.addNode('576','Strategic Programme Impact Framework \x28SPIF\x29',ssUrlPrefix + 'programme/Designandevaluation/StrategicProgrammeImpactFrameworkSPIF/index.htm','SectionLabel_en==Strategic Programme Impact Framework \x28SPIF\x29','SectionLabel_es==Marco estrat\xe9gico de impacto del programa \x28SPIF\x29','SectionLabel_fr==Cadre strat\xe9gique d\u2019impact du programme \x28SPIF\x29','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_1=g_navNode_Root.addNode('452','About child labour',ssUrlPrefix + 'facts/index.htm','SectionLabel_en==About child labour','SectionLabel_es==\xbfQu\xe9 se entiende por trabajo infantil?','SectionLabel_fr==A propos du travail des enfants?','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_1_0=g_navNode_1.addNode('455','ILO Conventions on child labour',ssUrlPrefix + 'facts/ILOconventionsonchildlabour/index.htm','SectionLabel_en==ILO Conventions on child labour','SectionLabel_es==Convenios de la OIT sobre trabajo infantil','SectionLabel_fr==Conventions de l\\x27OIT sur le travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_1_1=g_navNode_1.addNode('453','Worst forms of child labour',ssUrlPrefix + 'facts/WorstFormsofChildLabour/index.htm','SectionLabel_en==Worst forms of child labour','SectionLabel_es==Peores formas de trabajo infantil','SectionLabel_fr==Pires formes de travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_1_1_0=g_navNode_1_1.addNode('454','Hazardous child labour',ssUrlPrefix + 'facts/WorstFormsofChildLabour/Hazardouschildlabour/index.htm','SectionLabel_en==Hazardous child labour','SectionLabel_es==Trabajo peligroso','SectionLabel_fr==Travail dangereux','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_1_2=g_navNode_1.addNode('2096','Related issues\x3a AIDS, gender...',ssUrlPrefix + 'facts/related/index.htm','SectionLabel_en==Related issues\x3a AIDS, gender...','SectionLabel_es==Temas relacionados\x3a SIDA, g\xe9nero...','SectionLabel_fr==Th\xe8mes associ\xe9s\x3a SIDA, genre...','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_1_2_0=g_navNode_1_2.addNode('189','AIDS',ssUrlPrefix + 'facts/related/HIVAIDS/index.htm','SectionLabel_en==AIDS','SectionLabel_es==SIDA','SectionLabel_fr==SIDA','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_1_2_1=g_navNode_1_2.addNode('319','Gender',ssUrlPrefix + 'facts/related/Gendermainstreaming/index.htm','SectionLabel_en==Gender','SectionLabel_es==G\xe9nero','SectionLabel_fr==Int\xe9gration du genre','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2=g_navNode_Root.addNode('175','Child labour by sector',ssUrlPrefix + 'areas/index.htm','SectionLabel_en==Thematic areas of work','SectionLabel_es==Areas de trabajo','SectionLabel_fr==Domaines de travail','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_0=g_navNode_2.addNode('468','Agriculture',ssUrlPrefix + 'areas/Agriculture/index.htm','SectionLabel_en==Child labour in agriculture','SectionLabel_es==Trabajo infantil en la agricultura','SectionLabel_fr==Travail des enfants dans l\\x27agriculture','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_1=g_navNode_2.addNode('186','Children and armed conflict',ssUrlPrefix + 'areas/Armedconflict/index.htm','SectionLabel_en==Child labour and armed conflict','SectionLabel_es==Trabajo infantil y conflictos armados','SectionLabel_fr==Travail des enfants et conflits arm\xe9s','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_2=g_navNode_2.addNode('2867','Commercial sexual exploitation of children',ssUrlPrefix + 'areas/CSEC/index.htm','SectionLabel_en==Commercial sexual exploitation of children','SectionLabel_es==Explotaci\xf3n sexual comercial infantil ','SectionLabel_fr==Explotation sexuelle commerciale des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3=g_navNode_2.addNode('185','Domestic labour',ssUrlPrefix + 'areas/Childdomesticlabour/index.htm','SectionLabel_en==Domestic labour','SectionLabel_es==Trabajo dom\xe9stico','SectionLabel_fr==Travail domestique','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3_0=g_navNode_2_3.addNode('2211','Key documents',ssUrlPrefix + 'areas/Childdomesticlabour/Keydocuments/index.htm','SectionLabel_en==Key documents','SectionLabel_es==Principales documentos ','SectionLabel_fr==Documents principaux','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3_1=g_navNode_2_3.addNode('2212','Rapid assessments, national and regional reports',ssUrlPrefix + 'areas/Childdomesticlabour/Rapidassessmentsnationlaandregionalreports/index.htm','SectionLabel_en==Rapid assessments, national and regional reports','SectionLabel_es==Evaluaciones r\xe1idas, informes regionales y nacionales','SectionLabel_fr==Evaluations rapides, rapports r\xe9gionaux et nationaux','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3_2=g_navNode_2_3.addNode('2217','International and national legislation',ssUrlPrefix + 'areas/Childdomesticlabour/iInternationalnationallegislation/index.htm','SectionLabel_en==International and national legislation','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3_3=g_navNode_2_3.addNode('2218','Good practices and lessons learned',ssUrlPrefix + 'areas/Childdomesticlabour/Goodpracticesandlessonslearned/index.htm','SectionLabel_en==Good practices and lessons learned','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3_4=g_navNode_2_3.addNode('2219','Awareness-raising materials',ssUrlPrefix + 'areas/Childdomesticlabour/Awareness-raisingmaterials/index.htm','SectionLabel_en==Awareness-raising materials','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_3_5=g_navNode_2_3.addNode('2865','Training materials',ssUrlPrefix + 'areas/Childdomesticlabour/Trainingmaterials/index.htm','SectionLabel_en==Training materials','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_4=g_navNode_2.addNode('4464','Migration and child labour',ssUrlPrefix + 'areas/Migration_and_CL/index.htm','SectionLabel_en==Migration and child labour','SectionLabel_es==Migraci\xf3n y trabajo infantil','SectionLabel_fr==Migration et travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_5=g_navNode_2.addNode('190','Mining and quarrying',ssUrlPrefix + 'areas/Miningandquarrying/index.htm','SectionLabel_en==Mining and quarrying','SectionLabel_es==Minas y canteras','SectionLabel_fr==Mines et carri\xe8res','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_5_0=g_navNode_2_5.addNode('2133','Learn more about child labour in mining',ssUrlPrefix + 'areas/Miningandquarrying/MoreaboutCLinmining/index.htm','SectionLabel_en==Learn more about child labour in mining','SectionLabel_es==Acerca del trabajo infantil en las minas','SectionLabel_fr==A propos du travail des enfants dans les mines','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_5_0_0=g_navNode_2_5_0.addNode('2134','In their own words...',ssUrlPrefix + 'areas/Miningandquarrying/MoreaboutCLinmining/Intheirownwords.../index.htm','SectionLabel_en==In their own words...','SectionLabel_es==Con sus propias palabras...','SectionLabel_fr==Avec leurs propres mots...','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_6=g_navNode_2.addNode('2','Safe work for youth',ssUrlPrefix + 'areas/Safeworkforyouth/index.htm','SectionLabel_en==Safe work for youth','SectionLabel_es==Seguridad en el trabajo para los j\xf3venes','SectionLabel_fr==S\xe9curit\xe9 au travail des jeunes','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_2_7=g_navNode_2.addNode('187','Trafficking in children',ssUrlPrefix + 'areas/Traffickingofchildren/index.htm','SectionLabel_en==Trafficking in children','SectionLabel_es==Trata infantil','SectionLabel_fr==Traite des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3=g_navNode_Root.addNode('318','Child labour statistics',ssUrlPrefix + 'ChildlabourstatisticsSIMPOC/index.htm','SectionLabel_en==Child labour statistics','SectionLabel_es==Estad\xedsticas sobre trabajo infantil','SectionLabel_fr==Statistiques sur le travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_0=g_navNode_3.addNode('535','Model questionnaires',ssUrlPrefix + 'ChildlabourstatisticsSIMPOC/model-questionnaires/index.htm','SectionLabel_en==Model questionnaires','SectionLabel_es==Cuestionarios modelo','SectionLabel_fr==Questionnaires type','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_1=g_navNode_3.addNode('537','Manuals',ssUrlPrefix + 'ChildlabourstatisticsSIMPOC/Manuals/index.htm','SectionLabel_en==Manuals','SectionLabel_es==Manuales','SectionLabel_fr==Manuels','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_2=g_navNode_3.addNode('536','Documents and publications',ssUrlPrefix + 'ChildlabourstatisticsSIMPOC/Documentsandpublications/index.htm','SectionLabel_en==Documents and publications','SectionLabel_es==Documentos y publicaciones','SectionLabel_fr==Documents et publications','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_3=g_navNode_3.addNode('539','ICLS and child labour',ssUrlPrefix + 'ChildlabourstatisticsSIMPOC/ICLSandchildlabour/index.htm','SectionLabel_en==ICLS and Child Labour','SectionLabel_es==La CIET y el trabajo infantil','SectionLabel_fr==La CIST et le travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_4=g_navNode_3.addNode('538','Workshops',ssUrlPrefix + 'ChildlabourstatisticsSIMPOC/Workshops/index.htm','SectionLabel_en==Workshops','SectionLabel_es==Talleres','SectionLabel_fr==Ateliers','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_3_5=g_navNode_3.addNode('534','Surveys',ssUrlPrefix + 'ChildlabourstatisticsSIMPOC/Questionnairessurveysandreports/index.htm','SectionLabel_en==Surveys','SectionLabel_es==Encuestas','SectionLabel_fr==Enqu\xeates','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4=g_navNode_Root.addNode('176','Action against child labour',ssUrlPrefix + 'Action/index.htm','SectionLabel_en==Action against child labour','SectionLabel_es==Acci\xf3n contra el trabajo infantil','SectionLabel_fr==Action contre le travail des enfants ','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_0=g_navNode_4.addNode('317','Child labour monitoring',ssUrlPrefix + 'Action/Childlabourmonitoring/index.htm','SectionLabel_en==Child labour monitoring \x28CLM\x29','SectionLabel_es==Vigilancia y seguimiento del trabajo infantil \x28VSTI\x29','SectionLabel_fr==Observation et suivi du travail des enfants \x28OSTE\x29','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_0_0=g_navNode_4_0.addNode('573','Why is CLM useful?',ssUrlPrefix + 'Action/Childlabourmonitoring/WhyisCLMuseful/index.htm','SectionLabel_en==Why is CLM useful?','SectionLabel_es==\xbfPor qu\xe9 resulta \xfatil el m\xe9todo de VSTI?','SectionLabel_fr==Pourquoi la m\xe9thode d\\x27OSTE est-elle utile?','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_0_1=g_navNode_4_0.addNode('574','Evolution of CLM',ssUrlPrefix + 'Action/Childlabourmonitoring/EvolutionofCLM/index.htm','SectionLabel_en==Evolution of CLM','SectionLabel_es==Evoluci\xf3n del m\xe9todo de VSTI','SectionLabel_fr==\xc9volution de la m\xe9thode d\u2019OSTE ','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_0_2=g_navNode_4_0.addNode('575','Guidance materials',ssUrlPrefix + 'Action/Childlabourmonitoring/Guidancematerials/index.htm','SectionLabel_en==Guidance materials','SectionLabel_es==Material de orientaci\xf3n','SectionLabel_fr==Guides et mat\xe9riels d\\x27orientation','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_0_3=g_navNode_4_0.addNode('3104','Training materials',ssUrlPrefix + 'Action/Childlabourmonitoring/Trainingmaterials/index.htm','SectionLabel_en==Training materials','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_1=g_navNode_4.addNode('4337','Corporate Social Responsibility \x28CSR\x29',ssUrlPrefix + 'Action/CSR/index.htm','SectionLabel_en==Corporate Social Responsibility \x28CSR\x29','SectionLabel_es==Responsabilidad Social Empresarial \x28RSE\x29','SectionLabel_fr==Responsabilit\xe9 sociale des entreprises \x28RSE\x29','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2=g_navNode_4.addNode('178','Child labour and education',ssUrlPrefix + 'Action/Education/index.htm','SectionLabel_en==Child labour and education','SectionLabel_es==Trabajo infantil y educaci\xf3n','SectionLabel_fr==Travail des enfants et \xe9ducation ','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_0=g_navNode_4_2.addNode('555','Education in the work of IPEC',ssUrlPrefix + 'Action/Education/EducationintheworkofIPEC/index.htm','SectionLabel_en==Education in the work of IPEC','SectionLabel_es==Educaci\xf3n e IPEC','SectionLabel_fr==Education et IPEC','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_1=g_navNode_4_2.addNode('556','Child labour and Education for All',ssUrlPrefix + 'Action/Education/ChildlabourandEducationforAll/index.htm','SectionLabel_en==Child labour and Education for All','SectionLabel_es==Trabajo infantil y Educaci\xf3n para todos','SectionLabel_fr==Travail des enfants et Education pour tous','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_2=g_navNode_4_2.addNode('557','Global Task Force on Child Labour and Education',ssUrlPrefix + 'Action/Education/GlobalTaskForceonchildlaboburandeducation/index.htm','SectionLabel_en==Group Task Force on Child Labour and Education','SectionLabel_es==Grupo de trabajo mundial sobre trabajo infantil y educaci\xf3n para todos','SectionLabel_fr==Groupe de travail mondial sur le travail des enfants et l\\x27\xe9ducation pour tous','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_3=g_navNode_4_2.addNode('558','Non-formal education and training',ssUrlPrefix + 'Action/Education/Non-formaleducationandtraining/index.htm','SectionLabel_en==Non-formal education and training','SectionLabel_es==Educaci\xf3n no formal y formaci\xf3n','SectionLabel_fr==Education non formelle et formation','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_4=g_navNode_4_2.addNode('559','Formal education and the prevention of child labour',ssUrlPrefix + 'Action/Education/Formaleducationandthepreventionofchildlabour/index.htm','SectionLabel_en==Formal education and the prevention of child labour','SectionLabel_es==Formaci\xf3n y prevenci\xf3n contra el trabajo infantil','SectionLabel_fr==Formation et pr\xe9vention contre le travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_5=g_navNode_4_2.addNode('560','Education and social mobilization',ssUrlPrefix + 'Action/Education/Educationandsocialmobilization/index.htm','SectionLabel_en==Education and social moblization','SectionLabel_es==Educaci\xf3n y mobilizaci\xf3n social','SectionLabel_fr==Education et mobilisation sociale','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_6=g_navNode_4_2.addNode('561','Teachers, educators and their organizations',ssUrlPrefix + 'Action/Education/Teacherseducatorsandtheirorganizations/index.htm','SectionLabel_en==Teachers, educators and their organizations','SectionLabel_es==Maestros, educadores y sus organizaciones','SectionLabel_fr==Enseignants, \xe9ducateurs et leurs organisations','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_2_7=g_navNode_4_2.addNode('562','Other ILO departments',ssUrlPrefix + 'Action/Education/OtherILOdepartments/index.htm','SectionLabel_en==Other ILO departments','SectionLabel_es==Otros departamentos de la OIT','SectionLabel_fr==Autres d\xe9partements du BIT','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_3=g_navNode_4.addNode('320','Labour inspection ',ssUrlPrefix + 'Action/Labourinspection/index.htm','SectionLabel_en==Labour inspection ','SectionLabel_es==Inspecci\xf3n de trabajo','SectionLabel_fr==Inspection du travail','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4=g_navNode_4.addNode('323','Time-bound programmes \x28TBPs\x29',ssUrlPrefix + 'Action/Time-BoundProgrammes/index.htm','SectionLabel_en==Time-bound programmes \x28TBP\x29','SectionLabel_es==Programas de duraci\xf3n determinada \x28PDD\x29','SectionLabel_fr==Programmes assortis de d\xe9lais \x28PAD\x29','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_0=g_navNode_4_4.addNode('321','Legal instruments ',ssUrlPrefix + 'Action/Time-BoundProgrammes/Legal/index.htm','SectionLabel_en==Legal instruments','SectionLabel_es==Instrumentos jur\xeddicos','SectionLabel_fr==Instruments juridiques ','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_0_0=g_navNode_4_4_0.addNode('541','ILO Conventions and Recommendations on child labour',ssUrlPrefix + 'Action/Time-BoundProgrammes/Legal/Conventions/index.htm','SectionLabel_en==ILO Conventions and Recommendations on child labour','SectionLabel_es==Convenciones y Recomendaci\xf3nes de la OIT sobre el trabajo infantil','SectionLabel_fr==Conventions et recommandations de l\\x27OIT sur le travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_0_1=g_navNode_4_4_0.addNode('582','General reading and guides',ssUrlPrefix + 'Action/Time-BoundProgrammes/Legal/Generalreadingandguides/index.htm','SectionLabel_en==General reading and guides','SectionLabel_es==Lecturas y gu\xedas','SectionLabel_fr==Lectures et guides','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_0_2=g_navNode_4_4_0.addNode('583','Other international treaties',ssUrlPrefix + 'Action/Time-BoundProgrammes/Legal/Otherinternationaltreaties/index.htm','SectionLabel_en==Other international treaties','SectionLabel_es==Otros tratados internacionales','SectionLabel_fr==Autres trait\xe9s internationaux','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_1=g_navNode_4_4.addNode('543','Characteristics',ssUrlPrefix + 'Action/Time-BoundProgrammes/Characteristics/index.htm','SectionLabel_en==Characteristics','SectionLabel_es==Caracter\xedsticas','SectionLabel_fr==Caract\xe9ristiques','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_2=g_navNode_4_4.addNode('544','Components',ssUrlPrefix + 'Action/Time-BoundProgrammes/Components/index.htm','SectionLabel_en==Components','SectionLabel_es==Componentes','SectionLabel_fr==El\xe9ments constitutifs','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_3=g_navNode_4_4.addNode('545','Implementation',ssUrlPrefix + 'Action/Time-BoundProgrammes/Implementation/index.htm','SectionLabel_en==Implementation','SectionLabel_es==Ejecuci\xf3n','SectionLabel_fr==Mise en oeuvre','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_4_4_4=g_navNode_4_4.addNode('546','TBP Manual for Action Planning \x28MAP\x29',ssUrlPrefix + 'Action/Time-BoundProgrammes/TBPManualforActionPlanningMAP/index.htm','SectionLabel_en==TBP Manual for Action Planning \x28MAP\x29','SectionLabel_es==Manual de planificaci\xf3n de la acci\xf3n de los PDD','SectionLabel_fr==Manuel de planification de l\\x27action des PAD','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5=g_navNode_Root.addNode('5377','Projects',ssUrlPrefix + 'projects/index.htm','SectionLabel_en==Projects','SectionLabel_es==Proyectos','SectionLabel_fr==Projets','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5_0=g_navNode_5.addNode('5426','TACKLE',ssUrlPrefix + 'projects/tackle/index.htm','SectionLabelShort_en==Tackling child labour through education \x28TACKLE\x29','SectionLabelShort_es==Combatir el trabajo infantil mediante la educaci\xf3n \x28TACKLE\x29','SectionLabelShort_fr==Combattre le travail des enfants par l\\x27\xe9ducation \x28TACKLE\x29','SectionLabel_en==Tackling child labour through education in African, Caribbean and the Pacific \x28ACP\x29 States \x28TACKLE\x29','SectionLabel_es==Combatir el trabajo infantil mediante la educaci\xf3n en los Estados de \xc1frica, del Caribe y del Pac\xedfico \x28ACP\x29 \x28TACKLE\x29','SectionLabel_fr==Combattre le travail des enfants par l\\x27\xe9ducation dans les pays d\\x27Afrique, des Cara\xefbes et du Pacifique \x28ACP\x29 \x28TACKLE\x29','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_5_1=g_navNode_5.addNode('5427','BIMU',ssUrlPrefix + 'projects/education/index.htm','SectionLabelShort_en==Combating child labour through education','SectionLabelShort_es==Luchar contra el trabajo infantil mediante la educaci\xf3n ','SectionLabelShort_fr==Combattre le travail des enfants par l\\x27\xe9ducation','SectionLabel_en==Combating child labour through education in Bolivia, Indonesia, Mali and Uganda','SectionLabel_es==Luchar contra el trabajo infantil mediante la educaci\xf3n en Bolivia, Indonesia, Mali y Uganda','SectionLabel_fr==Combattre le travail des enfants par l\\x27\xe9ducation en Bolivie, en Indon\xe9sie, au Mali et en Ouganda','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6=g_navNode_Root.addNode('163','Partners',ssUrlPrefix + 'Partners/index.htm','SectionLabel_en==Partners','SectionLabel_es==Socios','SectionLabel_fr==Partenaires','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_0=g_navNode_6.addNode('209','Governments',ssUrlPrefix + 'Partners/Governments/index.htm','SectionLabel_en==Governments','SectionLabel_es==Gobiernos','SectionLabel_fr==Gouvernements','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_1=g_navNode_6.addNode('210','Employers',ssUrlPrefix + 'Partners/Employers/index.htm','SectionLabel_en==Employers','SectionLabel_es==Empleadores','SectionLabel_fr==Employeurs','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_2=g_navNode_6.addNode('211','Workers',ssUrlPrefix + 'Partners/Workers/index.htm','SectionLabel_en==Workers','SectionLabel_es==Trabajadores','SectionLabel_fr==Travailleurs','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_3=g_navNode_6.addNode('212','NGOs',ssUrlPrefix + 'Partners/NGOs/index.htm','SectionLabel_en==NGOs','SectionLabel_es==ONG','SectionLabel_fr==ONG','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_4=g_navNode_6.addNode('213','Teachers',ssUrlPrefix + 'Partners/Teachers/index.htm','SectionLabel_en==Teachers','SectionLabel_es==Maestros','SectionLabel_fr==Enseignants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_4_0=g_navNode_6_4.addNode('564','How IPEC works with teachers',ssUrlPrefix + 'Partners/Teachers/HowIPECworkswithteachers/index.htm','SectionLabel_en==How IPEC works with teachers','SectionLabel_es==El IPEC y los maestros','SectionLabel_fr==L\\x27IPEC et les enseignants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_4_1=g_navNode_6_4.addNode('565','Improvement of working and employment conditions for teachers',ssUrlPrefix + 'Partners/Teachers/Improvementofworkingandemploymentconditionsforteachers/index.htm','SectionLabel_en==Improvement of working and employment conditions for teachers','SectionLabel_es==Mejora de las condiciones de trabajo y de empleo','SectionLabel_fr==Am\xe9lioration des conditions de travail et d\\x27emploi','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_4_2=g_navNode_6_4.addNode('566','IPEC teachers\' information kit',ssUrlPrefix + 'Partners/Teachers/IPECteachersinformationkit/index.htm','SectionLabel_en==IPEC teachers\\x27 information kit','SectionLabel_es==Kit de informaci\xf3n del IPEC para los maestros','SectionLabel_fr==Kit d\\x27information de l\\x27IPEC pour les enseignants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_4_3=g_navNode_6_4.addNode('567','Teachers, educators and their organizations as agents of social change',ssUrlPrefix + 'Partners/Teachers/Teacherseducatorsandtheirorganizationsasagentsofsocialchange/index.htm','SectionLabel_en==Teachers, educators and their organizations as agents of social change','SectionLabel_es==Maestros, educadores y sus organizaciones','SectionLabel_fr==Les enseignants, les \xe9ducateurs et leurs organisations','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_6_4_4=g_navNode_6_4.addNode('568','What teachers\' organizations can do in the fight to eliminate child labour',ssUrlPrefix + 'Partners/Teachers/Whatteachersorganizationscandointhefighttoeliminatechildlabour/index.htm','SectionLabel_en==What teachers\\x27 organizations can do in the fight to eliminate child labour','SectionLabel_es==Como las organizaciones de educadores pueden luchar contra el trabajo infantil','SectionLabel_fr==Comment les organisations d\\x27enseignants peuvent-elles lutter contre le travail des enfants?','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_7=g_navNode_Root.addNode('161','Regions and countries',ssUrlPrefix + 'Regionsandcountries/index.htm','SectionLabel_en==Regions and countries','SectionLabel_es==Regiones y pa\xedses','SectionLabel_fr==R\xe9gions et pays','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_7_0=g_navNode_7.addNode('194','Africa',ssUrlPrefix + 'Regionsandcountries/Africa/index.htm','SectionLabel_en==Africa','SectionLabel_es==Africa','SectionLabel_fr==Afrique','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_7_1=g_navNode_7.addNode('195','Arab States',ssUrlPrefix + 'Regionsandcountries/Arabstates/index.htm','SectionLabel_en==Arab States','SectionLabel_es==Estados Arabes','SectionLabel_fr==\xc9tats arabes','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_7_2=g_navNode_7.addNode('196','Asia and the Pacific',ssUrlPrefix + 'Regionsandcountries/Asia/index.htm','SectionLabel_en==Asia and the Pacific','SectionLabel_es==Asia y el Pac\xedfico','SectionLabel_fr==Asie et le Pacifique','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_7_3=g_navNode_7.addNode('197','Europe and Central Asia',ssUrlPrefix + 'Regionsandcountries/EuropeandCentralAsia/index.htm','SectionLabel_en==Europe and Central Asia','SectionLabel_es==Europa y Asia central','SectionLabel_fr==Europe et Asie centrale','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_7_4=g_navNode_7.addNode('198','Latin America and Caribbean',ssUrlPrefix + 'Regionsandcountries/LatinAmericaandCaribbean/index.htm','SectionLabel_en==Latin America and Caribbean','SectionLabel_es==Am\xe9rica Latina y el Caribe','SectionLabel_fr==Am\xe9rique latine et Cara\xefbes','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8=g_navNode_Root.addNode('473','Campaign and advocacy',ssUrlPrefix + 'Campaignandadvocacy/index.htm','SectionLabel_en==Campaign and advocacy','SectionLabel_es==Campa\xf1a y sensibilizaci\xf3n','SectionLabel_fr==Campagnes et sensibilisation','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_0=g_navNode_8.addNode('3647','The Hague Global Child Labour Conference',ssUrlPrefix + 'Campaignandadvocacy/GlobalChildLabourConference/index.htm','SectionLabel_en==The Hague Global Child Labour Conference - 10-11 May 2010','SectionLabel_es==Conferencia mundial sobre trabajo infantil - La Haya, 10-11 de mayo de 2010','SectionLabel_fr==Conf\xe9rence mondiale sur le travail des enfants - La Haye, 10-11 mai 2010','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1=g_navNode_8.addNode('512','World Day Against Child Labour - 12 June',ssUrlPrefix + 'Campaignandadvocacy/wdacl/index.htm','SectionLabel_en==World Day Against Child Labour - 12 June','SectionLabel_es==D\xeda mundial contra el trabajo infantil - 12 de junio','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants - 12 juin','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_0=g_navNode_8_1.addNode('5100','World Day - 12 June 2012',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2012/index.htm','SectionLabelShort_en==2012\x3a Human rights and social justice... let\\x27s end child labour','SectionLabelShort_es==2012\x3a Derechos humanos y justicia social... erradiquemos el trabajo infantil','SectionLabelShort_fr==2012\x3a Droits de l\\x27homme et justice sociale... \xe9liminons le travail des enfants','SectionLabel_en==World Day Against Child Labour 2012\x3a Human rights and social justice... let\\x27s end child labour','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2012\x3a Derechos humanos y justicia social... erradiquemos el trabajo infantil','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2012\x3a Droits de l\\x27homme et justice sociale... \xe9liminons le travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_1=g_navNode_8_1.addNode('5099','World Day -12 June 2011',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2011/index.htm','SectionLabelShort_en==2011\x3a  Warning\x21 Children in hazardous work','SectionLabelShort_es==2011\x3a \xa1Atenci\xf3n\x21 Ni\xf1os en trabajos peligrosos ','SectionLabelShort_fr==2011\x3a Attention\x21 Enfants dans les travaux dangereux ','SectionLabel_en==World Day Against Child Labour 2011\x3a  Warning\x21 Children in hazardous work','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2011\x3a \xa1Atenci\xf3n\x21 Ni\xf1os en trabajos peligrosos ','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2011\x3a Attention\x21 Enfants dans les travaux dangereux ','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_2=g_navNode_8_1.addNode('3646','World Day - 12 June 2010\x3a Go for the goal... end child labour',ssUrlPrefix + 'Campaignandadvocacy/wdacl/WorldDay2010/index.htm','SectionLabelShort_en==2010\x3a Go for the goal... end child labour','SectionLabelShort_es==2010\x3a Metamos un gol... erradiquemos el trabajo infantil','SectionLabelShort_fr==2010\x3a Droit au but... \xe9liminons le travail des enfants','SectionLabel_en==World Day Against Child Labour 2010\x3a Go for the goal...','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2010\x3a Metamos un gol... ','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2010\x3a Droit au but...','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_2_0=g_navNode_8_1_2.addNode('4106','World Day 2010 - News and events',ssUrlPrefix + 'Campaignandadvocacy/wdacl/WorldDay2010/WDACL2010-News/index.htm','SectionLabel_en==World Day 2010 - News and events','SectionLabel_es==D\xeda mundial 2010 - Noticias y eventos','SectionLabel_fr==Journ\xe9e mondiale 2010 - Nouvelles et \xe9v\xe9nements','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_3=g_navNode_8_1.addNode('3052','World Day Against Child Labour 2009\x3a Girls and child labour',ssUrlPrefix + 'Campaignandadvocacy/wdacl/WorldDay2009/index.htm','SectionLabelShort_en==2009\x3a Give girls a chance\x3a End child labour','SectionLabelShort_es==2009\x3a Demos una oportunidad a las ni\xf1as\x3a Erradiquemos el trabajo infantil','SectionLabelShort_fr==2009\x3a Donnons une chance aux filles\x3a \xe9liminons le travail des enfants','SectionLabel_en==World Day Against Child Labour 2009\x3a Give girls a chance','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2009\x3a Demos una oportunidad a las ni\xf1as','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2009\x3a Donnons une chance aux filles','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_3_0=g_navNode_8_1_3.addNode('3217','World Day 2009 - News and events',ssUrlPrefix + 'Campaignandadvocacy/wdacl/WorldDay2009/WDACL2009_Events/index.htm','SectionLabel_en==World Day 2009 - News and events','SectionLabel_es==D\xeda mundial 2009 - Noticias y eventos','SectionLabel_fr==Journ\xe9e mondiale 2009 - Nouvelles et \xe9v\xe9nements','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_4=g_navNode_8_1.addNode('2597','World Day Against Child Labour 2008\x3a Education... the right response to child labour',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2008/index.htm','SectionLabelShort_en==2008\x3a Education\x3a The right response to child labour','SectionLabelShort_es==2008\x3a La educaci\xf3n\x3a La respuesta acertada al trabajo infantil','SectionLabelShort_fr==2008\x3a L\\x27\xe9ducation\x3a La bonne r\xe9ponse au travail des enfants','SectionLabel_en==World Day Against Child Labour 2008\x3a Education\x3a The right response to child labour','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2008 - La educaci\xf3n\x3a La respuesta acertada al trabajo infantil','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2008 - L\\x27\xe9ducation\x3a La bonne r\xe9ponse au travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_5=g_navNode_8_1.addNode('2084','Child Labour and agriculture \x282007\x29',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2007/index.htm','SectionLabelShort_en==2007\x3a Child labour and agriculture','SectionLabelShort_es==2007\x3a El trabajo infantil y la agricultura','SectionLabelShort_fr==2007\x3a Le travail des enfants et l\\x27agriculture','SectionLabel_en==World Day Against Child Labour 2007\x3a Child labour and agriculture','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2007\x3a El trabajo infantil y la agricultura','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2007\x3a Le travail des enfants et l\\x27agriculture','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_6=g_navNode_8_1.addNode('547','The End of Child Labour\x3a Together we can do it\x21 \x28WDACL 2006\x29',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2006/index.htm','SectionLabelShort_en==2006\x3a The end of child labour\x3a Together we can do it\x21','SectionLabelShort_es==2006\x3a La eliminaci\xf3n del trabajo infantil\x3a Juntos podemos hacerlo\x21','SectionLabelShort_fr==2006\x3a La fin du travail des enfants\x3a Ensemble nous pouvons le faire\x21','SectionLabel_en==World Day Against Child Labour 2006\x3a The End of Child Labour\x3a Together we can do it\x21','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2006\x3a La eliminaci\xf3n del trabajo infantil\x3a Juntos podemos hacerlo\x21','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2006\x3a La  fin du travail des enfants\x3a Ensemble nous pouvons le faire\x21','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_7=g_navNode_8_1.addNode('548','A Load too Heavy\x3a Child labour in mining and quarrying \x28WDACL 2005\x29',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2005/index.htm','SectionLabelShort_en==2005\x3a A load too heavy\x3a Child labour in mining and quarrying','SectionLabelShort_es==2005\x3a Una carga demasiado pesada\x3a El trabajo de los ni\xf1os en las minas y canteras ','SectionLabelShort_fr==2005\x3a Une charge trop lourde\x3a le travail des enfants dans les mines et carri\xe8res','SectionLabel_en==World Day Against Child Labour 2005\x3a A Load too Heavy\x3a Child labour in mining and quarrying','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2005\x3a Una carga demasiado pesada\x3a El trabajo de los ni\xf1os en las minas y canteras ','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2005\x3a Une charge trop lourde\x3a le travail des enfants dans les mines et les carri\xe8res','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_8=g_navNode_8_1.addNode('549','Behind Closed Doors\x3a Child domestic labour \x28WDACL 2004\x29',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2004/index.htm','SectionLabelShort_en==2004\x3a Behind closed doors\x3a Child domestic labour','SectionLabelShort_es==2004\x3a Tras las puertas cerradas\x3a el trabajo infantil dom\xe9stico','SectionLabelShort_fr==2004\x3a Derri\xe8re les portes closes\x3a le travail dolestique des enfants','SectionLabel_en==World Day Against Child Labour 2004\x3a Behind Closed Doors\x3a Child domestic labour','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2004\x3a Tras las puertas cerradas\x3a el trabajo infantil dom\xe9stico','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2004\x3a Derri\xe8re les portes closes\x3a le travail domestique des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_9=g_navNode_8_1.addNode('550','Trafficking in Children \x28WDACL 2003\x29',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2003/index.htm','SectionLabelShort_en==2003\x3a Trafficking in Children','SectionLabelShort_es==2003\x3a La trata infantil','SectionLabelShort_fr==2003\x3a La traite des enfants','SectionLabel_en==World Day Against Child Labour 2003\x3a Trafficking in children','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2003\x3a La trata infantil','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2003\x3a La traite des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_1_10=g_navNode_8_1.addNode('551','A Future Without Child Labour \x282002\x29',ssUrlPrefix + 'Campaignandadvocacy/wdacl/2002/index.htm','SectionLabelShort_en==2002\x3a A Future Without Child Labour','SectionLabelShort_es==2002\x3a Un futuro sin trabajo infantil','SectionLabelShort_fr==2002\x3a Un avenir sans travail des enfants','SectionLabel_en==World Day Against Child Labour 2002\x3a A future without child labour','SectionLabel_es==D\xeda mundial contra el trabajo infantil 2002\x3a Un futuro sin trabajo infantil','SectionLabel_fr==Journ\xe9e mondiale contre le travail des enfants 2002\x3a  Un avenir sans travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_2=g_navNode_8.addNode('474','Scream',ssUrlPrefix + 'Campaignandadvocacy/Scream/index.htm','SectionLabel_en==SCREAM\x3a Supporting Children\\x27s Rights through Education, the Arts and the Media','SectionLabel_es==SCREAM - i Alto al trabajo infantil\x21','SectionLabel_fr==SCREAM - Halte au travail des enfants \x21','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_2_0=g_navNode_8_2.addNode('584','What is SCREAM?',ssUrlPrefix + 'Campaignandadvocacy/Scream/WhatisSCREAM/index.htm','SectionLabel_en==What is SCREAM?','SectionLabel_es==Acerca de SCREAM','SectionLabel_fr==Au sujet de SCREAM','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_2_1=g_navNode_8_2.addNode('585','Partnerships',ssUrlPrefix + 'Campaignandadvocacy/Scream/Partnerships/index.htm','SectionLabel_en==Partnerships','SectionLabel_es==Asociaciones','SectionLabel_fr==Partenariats','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_2_2=g_navNode_8_2.addNode('586','SCREAM resources',ssUrlPrefix + 'Campaignandadvocacy/Scream/SCREAMresources/index.htm','SectionLabel_en==SCREAM\x3a Education pack and resources','SectionLabel_es==SCREAM\x3a Paquete did\xe1ctico y otros recursos','SectionLabel_fr==SCREAM\x3a coffret p\xe9dagogique et autres ressources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_2_3=g_navNode_8_2.addNode('587','SCREAM around the world',ssUrlPrefix + 'Campaignandadvocacy/Scream/Events/index.htm','SectionLabel_en==SCREAM around the world','SectionLabel_fr==SCREAM \xe0 travers le monde','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_3=g_navNode_8.addNode('2910','12to12 Partnership Initiative',ssUrlPrefix + 'Campaignandadvocacy/12to12_Partnership/index.htm','SectionLabel_en==12 to 12 partnership initiative','SectionLabel_es==Alianza de colaboraci\xf3n \"12 a 12\"','SectionLabel_fr==Partenariat de collaboration \"du 12 au 12\"','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_3_0=g_navNode_8_3.addNode('2923','About 12 to 12',ssUrlPrefix + 'Campaignandadvocacy/12to12_Partnership/About12to12/index.htm','SectionLabel_en==About 12 to 12','SectionLabel_es==Acerca de la Alianza de colaboraci\xf3n \"12 a 12\"','SectionLabel_fr==Au sujet du Partenariat de collaboration \"du 12 au 12\"','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_3_1=g_navNode_8_3.addNode('2911','12 to 12 Partners in action',ssUrlPrefix + 'Campaignandadvocacy/12to12_Partnership/12to12_Partners_action/index.htm','SectionLabel_en==12 to 12 partners in action','SectionLabel_es==Los socios de la Alianza \"12 a 12\" en acci\xf3n','SectionLabel_fr==Les partenaires \"du 12 au 12\" en action','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_4=g_navNode_8.addNode('3148','Youth in action against child labour',ssUrlPrefix + 'Campaignandadvocacy/Youthinaction/index.htm','SectionLabel_en==Youth in action against child labour','SectionLabel_es==J\xf3venes en acci\xf3n contra el trabajo infantil','SectionLabel_fr==Les jeunes en action contre le travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_4_0=g_navNode_8_4.addNode('3211','Youth-orientated version of Convention No. 182',ssUrlPrefix + 'Campaignandadvocacy/Youthinaction/C182-Youth-orientated/index.htm','SectionLabel_en==Youth-orientated version of Convention No. 182','SectionLabel_es==Versi\xf3n del Convenio n\xfam. 182 destinada a los j\xf3venes','SectionLabel_fr==Version de la convention n\xba 182 destin\xe9e aux jeunes','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_4_0_0=g_navNode_8_4_0.addNode('3213','Convention No. 182',ssUrlPrefix + 'Campaignandadvocacy/Youthinaction/C182-Youth-orientated/C182Youth_Convention/index.htm','SectionLabel_en==Convention No. 182','SectionLabel_es==Convenci\xf3n n\xfam. 182','SectionLabel_fr==Convention n\xba 182','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_4_0_1=g_navNode_8_4_0.addNode('3214','Background information on child labour and ILO',ssUrlPrefix + 'Campaignandadvocacy/Youthinaction/C182-Youth-orientated/C182Youth_Background/index.htm','SectionLabel_en==Background information on child labour and ILO','SectionLabel_es==Informaci\xf3n de base sobre el trabajo infantil y la OIT','SectionLabel_fr==Informations de base sur le travail des enfants et l\\x27OIT','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_4_0_2=g_navNode_8_4_0.addNode('3215','The worst forms of child labour',ssUrlPrefix + 'Campaignandadvocacy/Youthinaction/C182-Youth-orientated/worstforms/index.htm','SectionLabel_en==The worst forms of child labour','SectionLabel_es==Las peores formas de trabajo infantil','SectionLabel_fr==Les pires formes de travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_4_0_3=g_navNode_8_4_0.addNode('3216','Taking action and useful resources',ssUrlPrefix + 'Campaignandadvocacy/Youthinaction/C182-Youth-orientated/Resources/index.htm','SectionLabel_en==Taking action and useful resources','SectionLabel_es==Pasar a la acci\xf3n y recursos \xfatiles','SectionLabel_fr==Passer \xe0 l\\x27action et ressources utiles','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_4_1=g_navNode_8_4.addNode('3320','Uniting to end child labour\x3a Keep the pinwheel moving\x21',ssUrlPrefix + 'Campaignandadvocacy/Youthinaction/Pinwheel/index.htm','SectionLabel_en==Uniting to end child labour\x3a Keep the pinwheel moving\x21','SectionLabel_es==Un\xe1monos para eliminar el trabajo infantil\x3a \xa1Que el molinete gire por siempre\x21','SectionLabel_fr==Unissons-nous pour mettre fin au travail des enfants\x3a que le moulinet tourne \xe0 jamais\x21','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_8_5=g_navNode_8.addNode('511','Red Card to Child Labour',ssUrlPrefix + 'Campaignandadvocacy/RedCardtoChildLabour/index.htm','SectionLabel_en==Red Card to Child Labour','SectionLabel_es==Tarjeta roja al trabajo infantil','SectionLabel_fr==Carton rouge au travail des enfants','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_9=g_navNode_Root.addNode('160','Events',ssUrlPrefix + 'Events/index.htm','SectionLabel_en==Events ','SectionLabel_es==Eventos','SectionLabel_fr==Ev\xe9nements','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_9_0=g_navNode_9.addNode('4331','Events',ssUrlPrefix + 'Events/Events/index.htm','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_10=g_navNode_Root.addNode('162','Publications and resources',ssUrlPrefix + 'Informationresources/index.htm','SectionLabel_en==Publications and resources','SectionLabel_es==Publicaciones y otros recursos','SectionLabel_fr==Publications et autres ressources','secondaryUrlVariableField==pl_replaceable_content');
g_navNode_10_0=g_navNode_10.addNode('469','Links',ssUrlPrefix + 'Informationresources/links/index.htm','SectionLabel_en==Links','SectionLabel_es==Enlaces','SectionLabel_fr==Liens','secondaryUrlVariableField==pl_replaceable_content');

