var fDesc=new Array();
fDesc[0] = "GeSWall is an 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.
Anti-virus, anti-spyware and personal firewall are particularly good to find and remove known viruses, trojuns and spy-ware. However they fail in front of unknown mal-ware, targeted intrusions and zero-day attacks. GeSWall prevents unknown or missed threats while anti-virus would detect and remove particular mal-ware traces when it is aware of them.";
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 = '';
}
}