var fDesc=new Array(); fDesc[0] = "BrokerMetrics is the leading analytical tool for brokers, agents and MLSs.You can easily monitor and track your firm's performance, your offices' success, and your agents' progress and profitability. See critical data from multiple MLS Market, stay ahead of market trends and become recognized as the market professional. Learn more about your competitors than they know about themselves."; 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 = ''; } }