var fDesc=new Array(); fDesc[0] = "MZ Cheque Print is a comprehensive software tool that makes you able to manage your bank account, payments, and transactions in the easiest way. It's multi currency, which means it can be used in any country for any bank. Useful features and quick business reports, such as bank reconciliation, quick detailed voucher printing and archiving, cool dashboard with quick views and access to the important data such as issued cheques and status list, needed budget for each account including today, tomorrow and next 7 days, cheques waiting for approval, upcoming cheques, interactive calendar, currency converter and advanced search, make you confident enough to manage your bank accounts and cheque books professionally."; 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 = ''; } }