var fDesc=new Array(); fDesc[0] = "A comprehensive accounting software Target, a complete accounting software that handles Financial Accounting, Billing including Excise , Inventory (batch wise / location wise ), Sales Tax Reports , Excise reports / Registers , Job work management, consignment sales , customized billing formats and other documents. Salient Features Multiple company creation Designing of Invoice Multi Level Security Powerful Data Analysis VAT Registers Consignment Sales Export of any report to Excel / Word Work on multiple forms at same time Customization of reports according to choice can integrate e-mail alerts This product is also available in SQL / Oracle as Back end"; 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 = ''; } }