var fDesc=new Array(); fDesc[0] = "Mibooks is a tiny Windows desktop application that helps you use your accounting package like Tally with Mifos. User audience: users and accountants at any micro-finance organization that uses Mifos for MIS. Currently supports Tally, and Mifos. A grate program with a grate interface."; 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 = ''; } }