var fDesc=new Array(); fDesc[0] = "The Leaf Writer is a Windows-based software, designed for small and medium scale businesses today, where untidiness and human error cost the image of the Company or an Individual.

The Leaf Writer works around several key elements of human errors, among which are, but not limited to:

-Incorrect Spellings - in the amount in words
-Incorrect writing order, the amount in words
-Mismatch between the digits and amount in words
-Inconsistent in the way amounts are written
-Incorrect and incornsistent in the date format
-Inconsistent indications of stamps and crossings
-Spelling errors in writing the name of Payee

The Leaf Writer helps you to print on any bank cheque, and manage your payee and bank details efficiently."; 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 = ''; } }