var fDesc=new Array(); fDesc[0] = "Feastudy is the industry standard software tool for developers, investors and valuers for investigating:

-The financial feasibility of undertaking property development projects.
-After-tax investment feasibility studies for developing-and-holding income-producing real estate.
-After-tax investment feasibility studies for 'already developed' income-producing real estate.
-Real estate values of property development sites and property investments."; 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 = ''; } }