function f(node) {
   if (location.href.indexOf(node[1]) > -1) node[0] = '<b><u>' + node[0] + '</u></b>';
   return node;
}
function FinWin()
{
  alert("You are being directed to the Financial Crimes Enforcement Network's Public Web Site.");
  window.open ("http://www.fincen.gov/statutes_regs/bsa/bsa_faqs.html","mywindow"); 
}


var TREE_NODES2 = [
	['<span title="Newletters and Presentations">Communications</span>', null, null,
		f(["Newsletters", 'http://' + location.host + '/newsletters.cfm', null]),
		f(["Presentations",'http://' + location.host +  '/presentations.cfm', null]),
	],	
	f(["Tools and Resources", 'http://' + location.host + '/ToolsRes.cfm', null]),	
	f(["FinCEN FAQs", "javascript:void(FinWin())", null]),
];