var fDesc=new Array(); fDesc[0] = "Exact Roofing is a software program that takes the time and effort out of compiling roof cost estimates for customers. The program takes the user through the steps of drawing the roof's plan and builds a quote on user specified materials.A 3D representation of the roof's design can be outputted along with documentation."; 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 = ''; } }