// JavaScript Document

//ROW CHANGE COLOR

  function DoNav(theUrl)
  {
  document.location.href = theUrl;
  }
