var fDesc=new Array(); fDesc[0] = "TVPX 1031 Depreciation Solution is an extremely efficient way to calculate federal and book depreciation. All depreciation and amortization methods required for federal tax reporting are included in an easy to use calculator format. By filling in a few fields, the user can quickly produce a depreciation schedule for a fixed asset."; 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 = ''; } }