var fDesc=new Array(); fDesc[0] = "Here is a free utility you can run whenever you want to do a quick diagnostic check of your Peachtree company data files. It's simple, safe, and quick.It's different from the built-in integrity check and reindex commands in Peachtree: Those Peachtree commands
need a Peachtree expert on hand to make sure that your data isn't harmed or altered in the process. But this Data Checker utility is safe to use because it doesn't make any changes to your data. It simply tests the physical data structure of your files and reports if there is a problem."; 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 = ''; } }