var fDesc=new Array(); fDesc[0] = "You will find the operation of Cashbook for Sage Accpac ERP simple and practical. More the way you think.
Features like multiple years of history, online cheque and receipt printing, direct bank reconciliation, optional fields, full Tax Services integration,drill down from other Sage Accpac ERP modules, unlimited report writing, customization by user and seamless integration to other Sage Accpac ERP modules, increases the power of Cashbook making it a product that you will never outgrow."; 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 = ''; } }