var fDesc=new Array(); fDesc[0] = "Transaction is a data analysis and reporting tool for your online sales. You can easily create new products, add customers, transactions, and expenses. You can also import your existing transactions and start creating reports and charts. It uses a SQL engine with user-defined smart lists so that your reports and charts can be tailored to include all your products, user-defined product categories, or the ones meeting a specified criteria."; 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 = ''; } }