var fDesc=new Array(); fDesc[0] = "Depreciation 4562 is an extremely efficient way to calculate Federal Tax Depreciation. Form 4562 is computed with a minimum amount of input. This is an idea tool for a tax professional, CPA, or anyone needing to complete tax depreciation. Asset data information is retained in a database for use in preparing future tax returns. An unlimited number of Companies/Clients can be maintained. Depreciation 4562 was created for the tax preparer that needs to do federal tax reporting, but doesn't need the expense and complexity that most depreciation application have.

All depreciation and amortization methods required for federal tax reporting is included in an easy to use format. Extensive On Line Help details methods and tax requirements.

Depreciation 4562 handles the following tasks"; 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 = ''; } }