var fDesc=new Array(); fDesc[0] = "Health Reporter works with your copy of Microsoft Word to give you complete control over the design and content of your health appraisal reports and exercise program worksheets. Health Reporter is used by those who need to produce appraisal reports quickly, but still have the reports look like they came from their organization, specifically for their clients.

With Health Reporter group reports, you can either summarize the results for a group of assessments or present all individual test results for the members of a group in one, compact report."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }