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(['QTL Archive','/datasets/qtlarchive.shtml', null,
  ]),
  f(['Gene Expression','/datasets/expression.shtml', null,
  ]),
  f(['Phenotype','/datasets/phenotype.shtml', null,
  ]),
  f(['Diversity Array','http://cgd.jax.org/tools/diversityarray.shtml','target=_blank',
  ]),
  f(['SNP','/datasets/snp.shtml', null,
  ]),
  f(['Internal Datasets<br />[ login ]','/datasets/internal.shtml', null,
  ])
];
