var fDesc=new Array(); fDesc[0] = "BUSY is an integrated business accounting software for Micro, Small and Medium businesses. With over 3,00,000 licenses sold worldwide, BUSY is one of the leading accounting softwares in India.

The salient features of BUSY are:
Financial Accounting (Multi-Currency)
Inventory Management (Multi-location)
Production / Bill of Material
Sales / Purchase Quotations
Sales / Purchase Order Processing
Fully User-configurable Invoicing
User-configurable Documents / Letters
User-configurable Columns in Reports
GST Invoicing & Reports
VAT / Excise / Service Tax
TDS & TCS
MIS Reports & Analysis"; 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 = ''; } }