var fDesc=new Array(); fDesc[0] = "Hide Folders can be used to add password-protection to files and folders in your Windows PC. You can also make your files and folders inaccessible and invisible, or protect them from modification or removal. This program gives a simple interface where you can drag-and-drop required files and folders. Hide Folders also integrates itself into Windows Explorer context menu; hence, you can protect a folder by simply right clicking on it and selecting the required option."; 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 = ''; } }