var fDesc=new Array(); fDesc[0] = "For Sale By Owner home listings pullled live from the largest up to date source. Our application provides you real time homes For sale By Owner listings also called FSBO listings. This homes are often thousands cheaper because there are seldom any listing agents involed. Use this free application to find the home of your dreams for less!"; 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 = ''; } }