var fDesc=new Array(); fDesc[0] = "This tool analyzes your property value and provides a price and suggestions. The software is free to download and it used among Ultimate Buying Machine Analyzer for the best results. You can download the software from members area and it requires dotNET to run properly."; 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 = ''; } }