var Tree = new dTree('Tree');
// nodeId , parentNodeId , nodeName , nodeUrl

Tree.add(0,-1,'');

Tree.add(1,0,'PRESENTACIÓN','presentacion.html');

// Capítulo 0
Tree.add(2,0,'CONDICIONANTES BÁSICOS','00_1.html');
Tree.add(3,2,'Población','00_1.html');
Tree.add(4,2,'Población y territorio','00_2.html');
Tree.add(5,2,'Recomendaciones','00_3.html');

// Capítulo 1
Tree.add(6,0,'LA ECONOMÍA DE CASTILLA-LA MANCHA','01_1.html');
Tree.add(7,6,'Marco de referencia','01_1.html');
Tree.add(8,6,'Producción','01_2.html');
Tree.add(9,6,'Estructura productiva','01_3.html');
Tree.add(10,6,'Indicadores de evolución de la demanda interna','01_4.html');
Tree.add(11,6,'Precios y salarios','01_5.html');
Tree.add(12,6,'Sector exterior','01_6.html');
Tree.add(13,6,'El Sector Público en Castilla-La Mancha','01_7.html');
Tree.add(14,6,'Tejido empresarial','01_8.html');
Tree.add(15,6,'Recomendaciones','01_9.html');

// Capítulo 2
Tree.add(16,0,'MERCADO DE TRABAJO, RELACIONES LABORALES Y POLÍTICAS DE EMPLEO','02_1.html');
Tree.add(17,16,'Mercado de trabajo','02_1.html');
Tree.add(18,16,'Relaciones laborales','02_2.html');
Tree.add(19,16,'Salud laboral y siniestralidad laboral ','02_3.html');
Tree.add(20,16,'Políticas activas de empleo','02_4.html');
Tree.add(21,16,'Recomendaciones','02_5.html');

// Capítulo 3
Tree.add(22,0,'CALIDAD DE VIDA Y PROTECCIÓN SOCIAL','03_1.html');
Tree.add(23,22,'El sistema educativo regional','03_1.html');
Tree.add(24,22,'El sistema sanitario regional','03_2.html');
Tree.add(25,22,'Vivienda y urbanismo','03_3.html');
Tree.add(26,22,'Medio ambiente','03_4.html');
Tree.add(27,22,'Consumo','03_5.html');
Tree.add(28,22,'Servicios sociales y política social','03_6.html');
Tree.add(29,22,'Recomendaciones','03_7.html');

// Capítulo 4
Tree.add(30,0,'SOCIEDAD DEL CONOCIMIENTO, INFRAESTRUCTURAS, ENERGÍA Y AGUA','04_1.html');
Tree.add(31,30,'Investigación, desarrollo e innovación (I+D+i)','04_1.html');
Tree.add(32,30,'Sociedad de la información','04_2.html');
Tree.add(33,30,'Infraestructuras para el transporte','04_3.html');
Tree.add(34,30,'Energía','04_4.html');
Tree.add(35,30,'Agua','04_5.html');
Tree.add(36,30,'Recomendaciones','04_6.html');

// Capítulo 5
Tree.add(37,0,'LA AGRICULTURA EN CASTILLA-LA MANCHA','05_1.html');
Tree.add(38,37,'Introducción','05_1.html');
Tree.add(39,37,'Análisis del sector agrario','05_2.html');
Tree.add(40,37,'El mercado de trabajo en el sector agrario','05_3.html');
Tree.add(41,37,'Estructura de las explotaciones agrarias','05_4.html');
Tree.add(42,37,'La PAC y su influencia en Castilla-La Mancha','05_5.html');
Tree.add(43,37,'La calidad y diferenciación de los productos agrarios y la investigación el desarrollo tecnológico','05_6.html');
Tree.add(44,37,'Recomendaciones','05_7.html');

// Indicadores
Tree.add(45,0,'INDICADORES BÁSICOS DE LA ECONOMÍA Y LA SOCIEDAD DE CASTILLA-LA MANCHA','06_1.html');

