var fDesc=new Array(); fDesc[0] = "Total Build – Ground Workers™ has been designed specifically for ground workers, the program enables you to price for the jobs that come your way with ease and the complete satisfaction of knowing that nothing has been forgotten about. With all the Total Build editions, you are able to purchase additional Estimating Modules and download them instantly into your program."; 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 = ''; } }