var fDesc=new Array(); fDesc[0] = "Best Disk Lock is a powerful utility which can completely hide hard disk partitions and CD-ROM drives on your PC, disable USB devices or set USB devices as read-only. You cannot find a hidden hard disk partition in any environment, which can ensure the security and confidentiality of your data on this partition. There are three levels to lock a disk: elementary lock, intermediate lock and advaned lock. The advanced-lock can completely hide hard disk partitions on your PC. In addition, Best Disk Lock can also lock a file and folder. To enhance and perfect this software, we have added several enhancements: set the security of your system and optimize computer system. Besides, it allows you to use tools that come with the system without extra command."; 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 = ''; } }