var fDesc=new Array(); fDesc[0] = "Canadian Asset Amortization Tool (C.A.A.T.) provides a historical record of capital assets and calculates amortization (depreciation) on those assets for financial statement purposes. C.A.A.T. also provides documentation on acquisitions, disposals and capital gains for use in the preparation of income tax returns. C.A.A.T. produces hardcopy reports suitable for use in your working paper file, for filing with corporate and personal tax returns and for supplying a client with information on their capital assets. Although it was developed primarily for use by the accounting professional, this software can be used by anyone who wants to record and produce this information."; 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 = ''; } }