var fDesc=new Array(); fDesc[0] = "RayMedi TRAC is a business accounting management software with comprehensive capabilities for small and medium businesses. RayMedi TRAC is complete financial including Accounts payable, Accounts receivable, General Ledger, Multi currency, Profit & Loss, Balance Sheet, Cash & Funds Flow, Trend Analysis reporting, Auto Bank Reconciliation, PDCs, all statutory compliance like VAT, TDS & statutory forms, Cost centers, Budgeting etc. It is ideally suited for small and medium business. RayMedi TRAC is fast, flexible, accurate, intuitive to learn and easy to use, simple but sophisticated."; 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 = ''; } }