var fDesc=new Array(); fDesc[0] = "This Software for Medical Store covers every aspect of a retail business with a strong Accounting environment. Integrated with the latest VAT purchase and sale modules along with Stock Management, Expiry Processing. Integrated Inventory and Accounting with Trial balance, Profit & Loss, Balance Sheet, Day Book, etc., Payment & Receipt Module, Debit note and Credit note modules, Reports on Sales, Purchase, Stock and Stock Expiry. Other Modules include Biz Search, Easy opening Stock Entry Interface, Easy Backup and Restore features, User security, User Activity monitor, Multiple Companies management, Multiple user, Multiple window processing, etc."; 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 = ''; } }