var fDesc=new Array(); fDesc[0] = "Kool Firewall is firewall security software designed to monitor the traffic into and out of your system. Within the scanning window, you may see traffic through various ports such as 110 (pop3), 80 (web) and a few others. Kool Firewall has built-in algorithms to detect malacious or unauthorized access to your computer. When such hazard happens, it reports the alert in a 'Possible Attacks' window and also allows you to save it to a log file."; 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 = ''; } }