function chooseRowStyle(anchor) {
  if (window.location.href.toLowerCase().indexOf("#"+anchor) > 0) {
	document.write('<tr class=\"contact_highlight\">');
	}
  else {
	document.write('<tr class=\"contact_normal\">');
	}
}
