var TREE_NODES = [
	['Tenemos 4', '4toAnio.html', 'mainFrame'],
	['Nuestro 3er Año', '3erAnio.html', 'mainFrame'],
	['Cuando teniamos 2', '2doAnio.html', 'mainFrame'],
	['Nuestro 1er añito', '1Anio.html', 'mainFrame'],
		['Nosotros', null, null,
			['Los papás', 'quienesSomos.html', 'mainFrame'],
			['Embarazo', 'embarazo.html', 'mainFrame'],
			['Nacimiento', 'nacimiento.html', 'mainFrame'],
			['En la UCIN', 'ucin.html', 'mainFrame'],
			['Agradecimientos', 'cartaAgradecimiento.html', 'mainFrame'],
			['Familia completa', 'familiaCompleta.html', 'mainFrame'],
			['En el Norte', 'notasPeriodico.html', 'mainFrame'],
		],	
	['Video Album', 'videos.html', 'mainFrame'],
	['Fotos', 'fotos.html', 'mainFrame'],
	['Un poco de humor', null, null,
		['Imagenes', 'humor.html', 'mainFrame'],
		['Comentarios', 'comentarios.html', 'mainFrame'],
	],
	['Ligas de interes', 'ligas.html', 'mainFrame'],
	['Documentos', 'documentacion.html', 'mainFrame'],
	['Escribenos', 'contacto.html', 'mainFrame']
];


