var fDesc=new Array(); fDesc[0] = "MyBooks is designed to simplify your approach to accounting with jargon-free menus that make it easy to manage your business. It is also a true double-entry, fully audited accounting system that conforms to the standards of GAAP (Generally Accepted Accounting Principles). MyBooks is the only simple-to-use comprehensive accounting software for small businesses that is modifiable, scalable, and portable."; 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 = ''; } }