var fDesc=new Array(); fDesc[0] = "Xeon Personal Firewall is one of the most powerful firewalls available on the internet. You are able to control which applications can access the internet, and what security setting you would like on your computer. You can also choose to block all traffic when you are away from the computer, and you are able to view logs of security alerts and all incoming and outgoing traffic. Xeon Personal Firewall scans all your ports to detect possible hacker attempts on your system, and will identify the hacker and his/her location."; 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 = ''; } }