var fDesc=new Array(); fDesc[0] = "Lavasoft Personal Firewall 3.0 is a software developed for giving us personal protection against Internet threats. We can purchase on-line from the Lavasoft website, and return it back within 30 days if we are not fully satisfied. Now, they also give us the possibility of downloading free of charge and trying it for a 30-days period. We must choose between normal or advanced protection while installing. The program provides firewall protection in real-time by monitoring all the network traffic and blocking any hijacker's attack we may face, host protection, web control preventing adds, banners, opening up windows,etc.,and an event viewer to see the network activity logs. It automatically updates every hour (default setting).If we think we have a suspicious file we can send it on-line from the interface to get support and also to collaborate with the Lavasoft team. It runs under Windows 2000, Windows Server 2003, Windows XP and Windows Vista (32-bit). Available in English, Spanish, German and French."; 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 = ''; } }