var TREE1_NODES = [
	
['<BR><strong>Research<BR>New Technology<BR>Collegiality</strong><br><br>', 'index.cfm', null,

	['<strong>Introduction</strong>', 'introduction.cfm', null,],

	['<strong>Research</strong>', 'r_index.cfm', null,
		['- Case 1', 'r_case1.cfm', null],
		['- Discussion', 'r_discuss.cfm', null],
		['- Analysis of Principles', 'r_principles.cfm', null]
	],
	
	
	['<strong>New Technology</strong>', 't_index.cfm', null,
		['- Case 1', 't_case1.cfm', null],
		['- Case 2', 't_case2.cfm', null],
		['- Discussion', 't_discuss.cfm', null],
	],
	
	['<strong>Collegiality</strong>', 'c_index.cfm', null,
		['- Case 1', 'c_case1.cfm', null],
		['- Discussion', 'c_discuss.cfm', null],
	],
	
	['<strong>Test/CME Submission</strong><br>', 'test.cfm', null,],
	['<strong>Statements</strong><br>', 'statements.cfm', null,],
	['<strong>Additional Resources</strong><br>', 'resources.cfm', null,],
	
	]
];
