var fDesc=new Array(); fDesc[0] = "By utilizing Accounting Server, you can instantly access all the features within QuickBooks® or many other bookkeeping software packages from anywhere you have internet access. This is accomplished by using a centralized data server that both you and your office can access simultaneously over the internet. If you have ever wondered if there was a more efficient way to get information from your QuickBooks® program, you need Accounting Server."; 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 = ''; } }