var TREE_NODES = [
	['The Center', '../whatis/index.htm', '_top'],
	['Magisterium', '../teaching/index.htm', '_top'],
	['Theology', '../theology/index.htm', '_top'],
	['Liturgy', '../liturgy/index.htm', '_top'],
	['Spirituality', '../spiritual/index.htm', '_top'],
  ['Pastoral', '../pastoral/index.htm', '_top'],
	['Bibliography', '../bibliography/index.htm', '_top'],
	['News', './abstracts/main.html', 'center',{format:{expanded:true}},
		['Abstracts', './abstracts/main.html', 'center',
			['New', './abstracts/main.html', 'center'],
			['Archives','./abstracts/archive.html', 'center'],
		],
		['Events','./events/nextcongress.html', 'center',
			['Eucharistic Congresses', './events/nextcongress.html', 'center',
				['Next Congress', './events/nextcongress.html', 'center'],
				['History - Outline', './events/historyoutline.html', 'center']
			],
			['Other Events', './events/colloquia.html', 'center']
		]
	]	
];

