function f(node) {
   if (location.href.indexOf(node[1]) > -1) node[0] = '<b><u>' + node[0] + '</u></b>';
   return node;
}


var TREE_NODES4 = [
	f(["Training Event Registration",'http://' + location.host +  '/RegForm.cfm', null]),
	f(["Training Event Feedback",'http://' + location.host +  '/FeedBackForm.cfm', null]),
	['<span title="BSA Coalition Conference">BSA Coalition Conference</span>', null, null,
	 f(["Conference Presentations - 2010",'http://' + location.host +  '/ConfPres10.cfm', null]),
		f(["Conference Presentations - 2009",'http://' + location.host +  '/ConfPres09.cfm', null]),
		
	],
];