var fDesc=new Array();
fDesc[0] = "GeSWall is intrusion prevention system that is non-intrusive and easy to use. With GeSWall, you can safely surf the web, use e-mail, chat, exchange files etc, regardless of the security threats posed by the Internet. GeSWall is a required supplementary to your anti-virus, anti-spyware and personal firewall as it blocks unknown threats missed by those solutions.
GeSWall Professional Edition provides over 80 pre-configured safe applications with automatic update, customized safe applications, safe application wizard and malware termination options. Additionally we provide a support required for adding your specific applications.
Features:
- Prevents backdoors, rootkits, key loggers
- Prevents confidential file disclosure
- Prevents malicious software infection
- Attacks Notifications
- Malware termination options
- Automatic update for Safe Applications
- Custom Safe Applications
- Safe Applications Wizard
- Pre-configured safe applications:
- Web Browsers
- E-mail clients
- Chat Messengers
- IRC Clients
- File Sharing Clients
- Office Applications
- Multimedia
- Download Managers";
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 = '';
}
}