var fDesc=new Array(); fDesc[0] = "If you're looking for an easy-to-use and comprehensive program to help analyze your real estate investments, then relax -- you have found it.
Star Analyzer is the most intuitive real estate investment analysis program on the market. With help available at every step, complex investment calculations are made easy, whether you are a beginning investor or a seasoned professional.
Star Analyzer gives you confidence in your investment decisions by making it easy to compute Cap Rate, GRM, Cash on Cash, Before and After Tax Cash Flow, Internal Rate of Return, Net Present Value, and other important investment indicators over the lifetime of your 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 = ''; } }