var fDesc=new Array(); fDesc[0] = "StenGuard is a specific sniffer system working in client-server architecture. Snifer resides on server side and grabs packets travelling across local network. It allows you to monitor network traffic basing on dictionaries. Dictionary can have many words. If packet containing specified word arrives on a network it's logged. You can log on remotely (using StenGuard client) to machine with Stenguard server and check all log entries. This way you are not limited to one monitoring machine. Additionaly you can check many network host's properties and analyze machines states (Services, Logged on users, Sessions etc) System has many advantages including parent control at home, employee control at work, monitoring internet cafe's network etc."; 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 = ''; } }