var fDesc=new Array();
fDesc[0] = "Sentinel works by analyzing exploits in both your Registry and your system folders; integrating with ANY Anti-Virus program to quarantine these threats. Sentinel's Integrity Checker will notify your anti-virus/trojan application(s) if any file has been modified or added in any way whatsoever (using either a heavily optimized CRC32, SHA-1, MD5 or MD4 algorithm--for those of you who don't speak geek: Sentinel is fast, and very secure). Sentinel's RegWatch will watch over your startup registry entries, as well as other commonly exploited tactics viruses use to load--if any file seems suspicious, it is audited.
Three new algorithms added since initial release (SHA-1, MD4 and MD5 on top of the CRC32 algorithm).";
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 = '';
}
}