function f(node) {
   if (location.href.indexOf(node[1]) > -1) node[0] = '<b><u>' + node[0] + '</u></b>';
   return node;
}


var TREE_NODES5 = [
	f(["Contact Us",'http://' + location.host +  '/QuestionForm.cfm', null]),
	];