var fDesc=new Array(); fDesc[0] = "PATGuard Lite PAT software provides records and documentation to support PAT testing and enables the user to quickly and effectively download PAT test results, even with just limited training.
This low cost PAT software package uses Windows-based management of information so it's easy to learn and you can hook your tester to your PC to download directly into PATGuard."; 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 = ''; } }