var fDesc=new Array(); fDesc[0] = "The PIA Professional (PIAPro) version of Property Investment Analysis software is designed for industry professionals who want to help investors understand all the wonderful benefits and implications of investing in property.
The software will compute cash flow projections for up to 40 years and has facilities for changing more than 100 variables including property price, rent, capital growth, inflation, deposit, loan type, etc. The internal rate of return (IRR) and the cost-per-week are recalculated automatically whenever a change is made. It will analyse the capital growth, cash flows, and tax implications for any investment property and provide instant feedback on the projected after-tax cost and rate of return."; 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 = ''; } }