var fDesc=new Array(); fDesc[0] = "The IRISYS 4000 Series Report Writer creates an infrared report in PDF format. The report can include a company logo, an automatically generated contents page, general information about the thermographic survey, thermal images and visual images, specific
information about each thermal image and finally an automatically generated report summary. The contents page is useful if many inspections are included in the report, and the summary can be used to plan a maintenance schedule as repair priorities can be
displayed."; 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 = ''; } }