var fDesc=new Array(); fDesc[0] = "OSIRT is a completely free application for Windows 7, 8, 8.1 and 10 that has been designed to aid law enforcement officials to perform open source research on the web. OSIRT provides built in tools for screenshots, video captures and complete webpage downloads including on the dark web. Preview screenshots and videos and document them as you go; they are automatically timestamped, hashed and logged in your case file. Once you've finished your case, select the artefacts you want in the report and export it as either PDF, HTML, XML or CSV."; 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 = ''; } }