var fDesc=new Array(); fDesc[0] = "Property Investment Calculator is a program that can help you with your pre-purchase due diligence or forecasting the performance of an existing property, by providing easy-to-read 10 year reports that identify cashflow, capital growth, equity and selling profit. You can easily create multiple analysis scenarios for each property, add photos, estimate depreciation, calculate stamp duty and analyse property quickly."; 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 = ''; } }