var fDesc=new Array(); fDesc[0] = "R-Firewall is a complete, all-new PC protection suite against any attack, Trojans, spyware, intrusions, and other threats. It also enables you to filter undesirable or dangerous content from web pages that may harm your computer while surfing the net or receiving emails. It detects and blocks the access to unappropriated web pages, specifying URLs and keywords, and also unwanted information on the Internet such as cookies, commercial, banners, pop-ups, among others. It also enables you to create multiple configurations for different network environments (home, office, etc.) and it automatically configures most most Internet applications, so you don't have to manually set ports or protocols. The program features two different user interfaces (a simple and an advanced view) to satisfy everyone's needs. The simple view was specially designed for beginners and is really easy to use and intuitive. For being free, it is very good and comprehensive application. It supports Windows 2000/XP/2003."; 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 = ''; } }