var fDesc=new Array(); fDesc[0] = "Use PCMesh Hide Files and Folders to make your sensitive files and folders invisible.
Even Windows won't know about the existence of your hidden files and folders.

- Searching your hidden files and folders will return no results.
- Zero processing time in comparison to encrypting files which might takes hours.
- Hide any number of files and folders of any size with a single click.
- Size of directories containing hidden files and folders will not include the size of hidden files and folders.
- 30-day unconditional money-back guarantee.

PCMesh Hide Files and Folders supports Windows 2000/XP/2003."; 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 = ''; } }