var fDesc=new Array(); fDesc[0] = "Want to buy an Investment Property but not sure how to tell if a property will make you money?
For over six years now this Investment Property Calculator has helped remove the stress and uncertainty about buying an Investment Property for hundreds of people. Letting them know just how much money they could lose or make each week. You to could be making an informed decission.
All you need to do is answer a few simple questions and the software will instantly give you the financial returns for that property. If, after working out your immediate losses or returns for a property you are still interested, you may undertake a long-range forecast at the click of a button for the next ten years. Don't miss out on buying real estate just because you can't tell a good property from a bad one."; 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 = ''; } }