var fDesc=new Array(); fDesc[0] = "TOTAL 2013 is an appraisal program that allows you to keep an eye on properties sales, rentals and listings. You can also capture snapshots of the past history events of every address that passes through it. You can define odd-shaped neighborhood or market areas and save them for future use."; 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 = ''; } }