var fDesc=new Array(); fDesc[0] = "This free program will perform some key diagnostic tests on your Sage 50 accounting system. It includes a speed test that is ideal for checking how well your Network is performing with your Sage data files. It displays the Program Path, Settings Path and Reports Path,has option to View the results of the last Check Data run,option to Delete the Sage Watermark.xml file and much more"; 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 = ''; } }