var fDesc=new Array(); fDesc[0] = "BUSY is an integrated business accounting software for small and medium businesses. With over 60,000 installations (over 3 Lac Users) in India and abroad, BUSY is one of the leading accounting software in INDIA.

The salient features of BUSY are:



Financial Accounting (Multi-Currency)
Multi-location Inventory Management
Production / Bill of Material
Sales / Purchase Order Processing
Fully User-configurable Invoicing
User-configurable Documents / Letters
Sales Tax Reports / Registers
VAT Returns / Registers (State-wise)
Mfg. / Trading Excise Registers
Service Tax / TDS / FBT
Direct E-Mail / SMS Facility
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 = ''; } }