var fDesc=new Array(); fDesc[0] = "Malware Remover Backdoor Guard is a useful and user-friendly application that protects your computer against hackers, spyware and adware communications, and stops viruses and worms before they attack your computer. It features a straightforward and intuitive user interface that provides a List containing the blocked entries and the ones you allow, so it won't ask again unless you remove them from the list. The program includes a firewall, an Internet lock, zones and an application control. The firewall only allows the traffic you initiate and understand. The Internet lock blocks any Internet traffic while you are not connected to Internet. The application control allows you to manage which application can and cannot have access to the Internet. Malware Remover Backdoor Guard is the perfect tool to monitor all the activities that occur on your computer and alerts you of any attempt to access your computer, while at the same time protecting malicious code intrusions, thus keeping your data safe. It supports Windows 95/98/Me/NT/2000/XP/2003 Server."; 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 = ''; } }