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_NODES1 = [
	f(['Welcome BSA Coalition</font>', 'http://' + location.host +  '/index.cfm', null]),
	f(['About Us','http://' + location.host + '/AboutUs.cfm',null]),	
];