var fDesc=new Array(); fDesc[0] = "SterJo NetStalker is a network firewall that can monnitor TCP and UDP connections. You will be able to block any unwanted process using this program. It automatically scans all services and processes currently running on your PC, and shows the current status of each. When it notices any suspicious process that could be harmful for your PC security, a window will pop up so you will be able to quit the process and destroy it."; 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 = ''; } }