var fDesc=new Array(); fDesc[0] = "Chrysanth Cheque Writer is a free cheque writing software tool with printing options. Chrysanth Check Writer now supports banks in Malaysia, Singapore, India, Hong Kong, Sri Lanka, Pakistan, Maldives, United Arab Emirates (UAE), Oman, Cambodia, Kuwait, Qatar, The Philippines, Cyprus, Indonesia, Bahrain, Saudi Arabia and Lebanon (more countries coming soon)."; 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 = ''; } }