var TREE1_NODES = [
	
['<strong><BR>Commercial Relationships<BR>Compensation<BR>Advertising</strong><br><br>', 'index.cfm', null,

	['<strong>Introduction</strong>', 'introduction.cfm', null,],

	['<strong>Commercial Relationships</strong>', 'cr_index.cfm', null,
		['- Case 1', 'cr_case1.cfm', null],
		['- Case 2', 'cr_case2.cfm', null],
		['- Case 3', 'cr_case3.cfm', null],
		['- Discussion', 'cr_discuss.cfm', null],
	],
	
	
	['<strong>Compensation</strong>', 'c_index.cfm', null,
		['- Case 1', 'c_case1.cfm', null],
		['- Case 2', 'c_case2.cfm', null],
		['- Discussion', 'c_discuss.cfm', null],
	],
	
	['<strong>Advertising</strong>', 'ad_index.cfm', null,
		['- Case 1', 'ad_case1.cfm', null],
		['- Discussion', 'ad_discuss.cfm', null],
		['- Analysis of Principles', 'ad_principles.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,],
	
	]
];
