var fDesc=new Array(); fDesc[0] = "FLIR VideoReport makes reports including videos easy. You can create and edit your video clips taken with the FLIR GF series cameras. Build your movie with a few simple drag-and-drops. Delete bad shots and include only the best scenes.
FLIR VideoReport is a software package specifically designed to provide an easy way to edit non-radiometric *.mp4 and *.avi video clips, taken with FLIR GF series cameras."; 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 = ''; } }