
function showTerms()
{
  var w=window.open("/drsites/html/DrSiteTerms.htm","Terms",
                   "toolbar=0,menubar=0,status=0,location=0,scrollbars=1,resizable=1,width=410,height=300")
  w.focus()
}

function RecordPageHit(site, page, testmodeon)
{
  if(testmodeon=='N')
  {
    var img=new Image()
    img.src = "/servlet/DrSite?msgProc=0&site="+site+"&page="+page
  }
}
 