var fDesc=new Array(); fDesc[0] = "Instant Lock is designed to help you in locking folders that contain private information, protecting it against viruses and unwanted access. It is a very fast and easy-to-use security application. Cutting Edge instant Lock technology is incredibly fast, it can lock 100 GBs of data in quite little time and it does not modify or harm protected files. Locked files can not be renamed, deleted or seen by other programs or users. They stay completely invisible and secure. Moreover, the program keeps protection under Windows Safe Mode, booting another operating system or from a Bootable System Disk. Extra features include Cookie Eraser, History and traces Cleaner, URL Wiper and recover disk space options. The latest version contains a Multi-user / Multi password interface allowing each user to set a personal password independently from others. Only with a master password it is possible to uninstall Instant Lock. This Lite version has some limitations like folder size and location, it continuosly encourages you to proceed with registration. The full version has no limit of folder size, amounts or folder location, but you can not lock some system folders like windows or recycle bin.
The interface is very simple to understand, and you can set different view options like Windows menu integration or stay on top."; 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 = ''; } }