var fDesc=new Array(); fDesc[0] = "ACI, the industry's most powerful appraisal software combines order tracking, digital photo imaging, comps database management, integrated sketching, mapping, built-in EDI connections, and much more! Simple enough for a new user, yet powerful enough for the largest appraisal companies and financial institutions in North America. ACI brings a 30-year solid foundation in providing appraisers with the most productive software tools in the valuation industry."; 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 = ''; } }