var fDesc=new Array(); fDesc[0] = "MetroScan Online provides a database of residential, commercial, industrial and vacant property. This online solution is updated through the collection and management of raw real estate related data and imagery from more than 3600 government and proprietary data sources. You can compare housing marketing and neighborhoods."; 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 = ''; } }