var fDesc=new Array(); fDesc[0] = "Golden Key International Dubai Cheque Printing software is a utility with the help of which you can print on your existing cheque book in a clean, fancy and sophisticated manner.
Writing cheques by hand can lead to incorrect figure in words and the look of the cheque does not seem professional.
On the other hand this cheque printing utility not only does it give the look a professional touch as you have always wanted but it also eradicates to a large extent the possibility of making a mistake."; 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 = ''; } }