var fDesc=new Array(); fDesc[0] = "DacEasy Accounting software provides a single entry point for all DacEasy programs and includes a number of features designed to increase productivity. You can quickly view information on the Internet, view helpful tips, access activities and follow guides to complete workflow processes.
Use the Setup Workflow Guide to quickly complete each setup step. This comprehensive guide ensures that you won't skip any steps."; 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 = ''; } }