var fDesc=new Array(); fDesc[0] = "Everyone has private information and files on computer or laptop which should get extra security. Renee File Protector provides total privacy and protection to your sensitive files, folder or even disk with advanced AES encryption algorithm. You can protect your file/folder/disk from modification or destruction by using the Hide/Deny Read/Deny Write/Encrypt functions. Besides, monitoring your folders is also available. No need to be worried about unauthorized access of your files or regularly share your PC! Renee File Protector is an ideal software when you are concerned with the security of your privacy and important data."; 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 = ''; } }