var fDesc=new Array(); fDesc[0] = "ChequePrinting.Net is an enterprise cheque printing software that provides a multi-user environment to print and manage your cheques. ChequePrinting.Net provides a complete cheque printing which can print all the cheque elements; include Payee, Date, Amount, A/C Payee Only, Bearer, etc. You are no need to write any, just fill in the software and print the cheque. The cheque is ready to issue once sign. ChequePrinting.net support multiple checkbooks. All issued cheques are kept in records and listed in the chequebook."; 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 = ''; } }