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(['In the News','/events/news.shtml', null,
  ]),
  f(['Biweekly Meeting','/events/biweekly2009.shtml', null,
	 f(['2010','/events/biweekly2010.shtml', null]),
	 f(['2009','/events/biweekly2009.shtml', null]),
     f(['2008','/events/biweekly2008.shtml', null]),
     f(['2007','/events/biweekly2007.shtml', null]),
     f(['2006','/events/biweekly2006.shtml', null]),
  ]),
  f(['Journal Club','/events/journalclub2009.shtml', null,
	 f(['2010','/events/journalclub2010.shtml', null]),
	 f(['2009','/events/journalclub2009.shtml', null]),
     f(['2008','/events/journalclub2008.shtml', null]),
     f(['2007','/events/journalclub2007.shtml', null]),
  ]),
  f(['Seminars','/events/seminars.shtml', null,
  ]),
  f(['Special Events','/events/special.shtml', null,
     f(['Mouse Evo <br>Genetics Meeting','/events/housemouse.shtml', null])
  ]),
  f(['Presentations','/events/presentations.shtml', null,
  ])
];
