var fDesc=new Array(); fDesc[0] = "With VIP Files Protector you will stop worrying that your rivals, hackers, cyber criminals or other outsiders can obtain access to any of the documents, files and programs stored in your computer. VIP Files Protector has a powerful encryption system which enables you to encrypt files using several robust encryption algorithms. Besides, you can simply hide files, folders or drives that need to be protected and they won't show in Explorer though they won't be moved or deleted. Finally, with VIP Files Protector and its function to shred files you can be absolutely sure that deleted files will not be restored by other people. Prevent your personal information and confidential documents from being read and utilized by others by using VIP Files Protector!"; 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 = ''; } }