var fDesc=new Array(); fDesc[0] = "Folder Guard lets you control access to files, folders, and other Windows resources. You can use it to lock selected folders using a password. You can also hide your private folders so that it becomes invisible to all users and software applications. You can also protect sensitive system files from modification or destruction, disable access to the removable drives, restrict access to Control Panel, etc."; 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 = ''; } }