var fDesc=new Array(); fDesc[0] = "This software will help you to print cheques in your own customized format. You can also get a bank statement with your inward and outward transaction.
The Cheque Printing Software will show you the way out.
The software has very easy GUI which helps the user to learn it easily. It covers major part of your Bank.
The Cheque Printing software is specially created for the fast growing companies i.e. (User don't have to enter any data twice this helps the user to work faster with less stress)."; 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 = ''; } }