var fDesc=new Array();
fDesc[0] = "DoGoodSoft Easy Folder Guard is a professional folder encryption and protection package. It can quickly and simply protect folders with high confidentiality.
You can choose from the three methods when protecting a folder. Folder password-protection is a powerful feature. After a folder is protected with this method, it is a must for you to enter the correct password before each access, and the password is valid in any environment. And, a password-protected folder will automatically restore the protected-status after use. Besides, it is delete-proof, copy-proof and remove-proof. If a folder is protected with Folder Hide feature, it will not be found under any circumstance except in Ease Folder Guard. Moreover, a hidden folder will restore to the hidden state automatically after use. Folder disguise can disguise a folder as the target object accordance with your own will and you cannot see the original contents of a disguised folder. After a disguised folder is used, it can restore to disguise status itself.
Besides, Easy Folder Guard offers some other features for an Omni-directional protection of your data on the computer. Disk protection can hide or lock a specific disk (such as floppy disk, hard disk and CD-ROM disk) as you wish. After that, it will disappear from your computer. Unable or read-only use of USB devices like USB sticks will prevent your data from leakage.";
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 = '';
}
}