var fDesc=new Array(); fDesc[0] = "Real Estate Investor Calculator Pro is your personal real estate assistant and mortgage calculator which provides a simple way to calculate ROI (Return On Investment), the cash flow and mortgage parameters for your Rental Property.

This application is designed for Real Estate Investors, Residential, Commercial as well as Mortgage Brokers.

Based on the property price, closing costs, mortgage details, rental cost and more you will know ROI (in %) and exact cash flow (in $) you are going to receive by investing in particular rental property."; 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 = ''; } }