var fDesc=new Array(); fDesc[0] = "Hitech Business Accounting Software is a highly automated system for Invoicing, Inventory Control and Accounting with Detailed Business performance Analysis. This Program has been developed keeping in mind the common and essential requirements of Manufacturing, Importers, Distributors, Traders, Retailers, Service Providers and all other types of Businesses. Swastik is the only software that offers a truly Integrated Solutions for the Financial Accounting, Inventory Management, Accounts Payable, Accounts receivable, Vat Accounting and MIS Reporting for today’s dynamic Business and Technological environment with Simplicity, Flexibility, Security and Reliability."; 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 = ''; } }