// Tree structure definition
var TREE_NODES = [
	["Fundadora", "http://www.pmaria-madrid.org/alberta/alberta.htm", "_blanck",
	 ],
	["Identidad", null, null,
		["Historia", "http://www.pmaria-madrid.org/ident/carisma.php", "_top" ],
		["P. Educativa", "http://www.pmaria-madrid.org/ident/educativa.php", "_top" ],
		["P. de Calidad", "http://www.pmaria-madrid.org/ident/calidad.php", "_top" ],
		["Datos Centro", "http://www.pmaria-madrid.org/ident/datos.php", "_top" ],
		["Otros Colegios", "http://www.pmaria-madrid.org/ident/colegios.php", "_top" ],
		["Misiones", "http://www.pmaria-madrid.org/ident/misiones.php", "_top" ]
	],
	["Organización", null, null,
		["Organigrama", "http://www.pmaria-madrid.org/org/organigrama.php", "_top" ],
		["Entrevistas", "http://www.pmaria-madrid.org/org/entrevistas.php", "_top" ],
		["Calendario", "http://www.pmaria-madrid.org/org/calendario.php", "_top" ],
		["Instalaciones", "http://www.pmaria-madrid.org/org/ins/index.php", "_top" ]
	],
	["Servicios", null, null,
		["Pastorales", "http://www.pmaria-madrid.org/acti/pastorales.php", "_top" ],
		["Extraescolares", "http://www.pmaria-madrid.org/acti/extraescolares.php", "_top" ],
		["Biblioteca", "http://www.pmaria-madrid.org/acti/biblioteca.php", "_top" ],
		["Comedor", "http://www.pmaria-madrid.org/acti/comedor.php", "_top" ],
	],
	["Padres", null, null,
		["Web AMPA", "http://www.pmaria-madrid.org/apa/organizacion.php", "_top" ],
	],
	["Profesores", null, null,
		["EDUCATOR", "http://www.myeducator.org/madrid/", "_blanck" ],
		["WebMail", "http://www.myeducator.org:2095/", "_blanck" ],
	],
	["Exalumnas", null, null,
		["Datos", "http://www.pmaria-madrid.org/exalumnas/signgbook.php", "_top" ],
		["Curriculum vitae", "http://www.pmaria-madrid.org/cv/signgbook.php", "_top" ],
	],
	["Aula Virtual", "http://www.pmaria-madrid.org/moodle/index.php", "_blanck",
	 ],
	["Foro del Colegio", "http://www.pmaria-madrid.org/foro/index.php", "_blanck",
	 ],
	["Descargas", "http://www.pmaria-madrid.org/descargas/", "_top",
	 ],
	["Album de fotos", "http://www.pmaria-madrid.org/galeria/", "_top",
	 ],
	["Libro de visitas", "http://www.pmaria-madrid.org/book/gbook.php", "_top",
	 ],
	["Noticias", "http://www.pmaria-madrid.org/noticias.php", "_top",
	 ],
	["Chat", "http://www.pmaria-madrid.org/chat/flashchat.php", "_blanck",
	 ],
];