var fDesc=new Array(); fDesc[0] = "The Testo IRSoft thermography analysis software allows you to evaluate your infrared images. The program is used for the analysis, processing and archiving of the images recorded by the testo 880 thermal imager. It also has integrated reporting for the clear presentation of the data. The settings can be performed on the connected thermal imager via the instrument control."; 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 = ''; } }