var fDesc=new Array(); fDesc[0] = "Hide files and folders with this 5 Star folder hiding program!

Hide My Files features a basic tree view interface that allows you to hide and unhide folders. You can hide and unhide as many folders that you need to with this folder security software. Simply click on a folder that contains the files you want to hide and click a button. It is that easy."; 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 = ''; } }