var fDesc=new Array(); fDesc[0] = "VisualZone is an intrusion analyser and report utility for ZoneAlarm, ZoneAlarm Plus and ZoneAlarm Pro. It displays a clear overview of all intrusion attempts and allows you to analyse the information in lots of different ways. VisualZone can perform a backtrace to try to find even more information about the intruder. You can even automate the process so that a backtrace is performed automatically when new attacks are detected. VisualZone can also submit intrusion attempts to DShield for further analysis."; 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 = ''; } }