var fDesc=new Array(); fDesc[0] = "DeepSight Extractor allows both Intrusion Detection and firewall systems to serve as DeepSight Sensors. By design, any firewall or intrusion detection system, regardless of operating system, can submit data via Extractor. The only conditions are that Extractor has a parser for the specific firewall or IDS in use, and that the machine running Extractor has access to the firewall or IDS log files."; 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 = ''; } }