var fDesc=new Array(); fDesc[0] = "ARGUS Enterprise is the new, leading-edge platform that merges three industry standard valuation and asset management solutions - ARGUS Valuation - DCF, ARGUS Asset Management (formerly DYNA) and ARGUS Valuation - Capitalisation (formerly Circle) - with major enhancements onto one integrated platform. ARGUS Software has taken its experience combined with extensive customer feedback and added substantial functionality to deliver the ground breaking technological solution the commercial real estate market has been waiting for."; 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 = ''; } }