var fDesc=new Array(); fDesc[0] = "Flooring Manager is state-of-the art estimating software. But that's just where the story begins. Flooring Manager greatly simplifies the process of producing job quotes, and does so in a small fraction of the time that it has taken in the past. With Flooring Manager you can lay out a job for a prospective customer in minutes, then take that customer on a walking tour showing him/her what their new floor will look like."; 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 = ''; } }