var fDesc=new Array(); fDesc[0] = "Hide Those Folders is the best way for you to hide folders and hide files and keep sensitive and important data hidden from view.
Hide Those Folders will hide your sensitive folders and hide files so that they can't be seen or accessed. Files stay hidden even if you turn on "View Hidden Files". Even links in your recent documents menu won't be able to find your hidden files or hidden folders."; 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 = ''; } }