function f(node) {
   var n = node[1].replace('.shtml','');
   if (location.href.indexOf(n) > -1) node[0] = '<font color=#964b36><big>' + node[0] + '</big></font>';
   return node;
}
var TREE_NODES = [
  f(['Broman','/research/broman.shtml', null,
  ]),
  f(['Chesler','/research/chesler.shtml', null,
  ]),
  f(['Churchill','/research/churchill.shtml', null,
  ]),
  f(['Graber','/research/graber.shtml', null,
  ]),
  f(['Korstanje &amp; <br />B&#46;Paigen','/research/korstanje.shtml', null,
  ]),
  f(['McMIllan &amp; <br />Wang','/research/mcmillan.shtml', null,
  ]),
  f(['K&#46;Paigen','/research/paigen.shtml', null,
  ]),
  f(['Pardo-Manuel <br />de Villena','/research/villena.shtml', null,
  ]),
  f(['Petkov','/research/petkov.shtml', null,
  ]),
	f(['Publications', '/research/publications.shtml', null,
		f(['Publications - by year', '/research/publications.shtml', null]),
		f(['Publications - by author', '/research/publicationsauthor.shtml', null]),
	])
];
