var fDesc=new Array(); fDesc[0] = "CS SNL is a comprehensive Savings and Loans System designed to automate the activities of small to medium size micro finance institutions. It is designed as a savings and loans management system including individual and group savings and loans, user defined savings and loans products, weekly, fortnightly, monthly, bi-monthly, 48, 50, 52 week loan schedules etc. It has a standard look and feel, making it easier to setup, learn and use within hours. Also as a mini ERP, it includes payroll, cashbook, general ledger modules 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 = ''; } }