var fDesc=new Array(); fDesc[0] = "E_COUNT is a powerful inventory management and billing application. It provides accounting support for wholesale and retail shops, supermarkets, hyper markets, textiles, medical shops, hospitals, medical LAB, Jewellery. You can manage receipts, payments, bank transfers, journal vouchers, profit and loss account."; 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 = ''; } }