var fDesc=new Array(); fDesc[0] = "With Folder Shield you can conceal complete folders. By this simple means you can prevent anyone else gaining access to files and subfolders of the hidden folder.

Files held in the concealed folders cannot be manipulated or modified, nor can't they be deleted or even opened. This applies both to Windows Explorer and also to DOS dialog boxes, program dialogs, other file managers and especially to unknown viruses and Trojan horses.
Folder Shield vastly increases the security of your PC, while at the same time being so simple and very convenient to use."; 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 = ''; } }