var fDesc=new Array(); fDesc[0] = "The Property Investment Analysis (PIA) program is a tool for investors. It will analyse the capital growth, cash flows, and tax implications for any investment property.
This program will also provide instant feedback on the projected after-tax cost and rate of return.
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.
There are two versions of the program:PIA Personal Professional and PIA Professional.
The differences relate to their intended use: one is designed for personal use while the other is designed for professional use."; 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 = ''; } }