var fDesc=new Array(); fDesc[0] = "Complete maintenance of the Post Office RD accounts is done using this software. It prepares each day a number of RD Slips with specific RD total say Rs. 10,000.00 in order to receive the full commission in a format Specified by the Post office. It calculates Default amounts automatically while entering the regular RD amounts and saves lot of time of RD collectors. The Dues Lists/Demand Slips and other periodic reports are generated"; 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 = ''; } }