var fDesc=new Array(); fDesc[0] = "BUSY offers a range of accounting softwares to cater to the needs of different business segments. The primary editions offered by BUSY are Standard & Enterprise.
Multi-company Multi-currency Accounting Software with Multi-location Inventory, Order Processing, Configurable Invoicing / Documents / Letters, Sales Tax / VAT Reports (State-wise), Service Tax, TDS, FBT, Direct E-Mail / SMS, MIS Reports..."; 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 = ''; } }