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(['Population Genetics','/datasets/popgen.shtml', null,
  ]),
  f(['Linkage<br /> Disequilibrium','/datasets/ld/ld_index.shtml', null,
  ]),
  f(['Gene Expression','/datasets/expression.shtml', null,
  ]),
  f(['Phenotype','/datasets/phenotype.shtml', null,
  ]),
  f(['Recombination<br />[ login ]','/datasets/recombination.shtml', null,
  ]),
  f(['Clustering<br />[ login ]','/datasets/clustering.shtml', null,
  ]),
  f(['Internal<br />[ login ]','/datasets/internal.shtml', null,
  ])
];
