var fDesc=new Array(); fDesc[0] = "With EZ Home Inspection Software, nearly every aspect of the report is customizable. You can add or remove sections, subsections, individual items, text, and photos to create completely customized reports. The software is so versatile it can be used for residential home inspection, commercial, mold, pest, radon, or virtually any other type of inspection. Photos can be added from your computer or straight from your digital camera. You can also easily add lines, circles, rectangles, text, and arrows with the image editing feature."; 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 = ''; } }