var fDesc=new Array(); fDesc[0] = "Kremlin builds a wall around your computer, protecting your sensitive files from snooping intruders. Windows and Mac OS were not designed to be secure; they literally strew your sensitive data all over the computer.

The Kremlin Sentry automates the process of securing your computer by scheduling itself to secure portions of your hard disk and all used memory when you log off your computer or your computer becomes idle.

And Kremlin is easy to use, too. You can securely remove files from your computer by dragging them to the Kremlin Secure Delete (Recycle Bin). And when you log off, Kremlin clears sensitive areas of your hard disk and wipes all records of your activities.

Kremlin can also automatically encrypt files and directories when you log off your computer and decrypt them when you log back on, providing a transparent way to protect your files from any nosy intruders."; 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 = ''; } }