var fDesc=new Array(); fDesc[0] = "PhotoCrypt is a lightweight and easy to use application that was created in order to help you secure your digital photos and password protect them. Currently support JPEG, PNG, BMP image file formats which are less than 12MB. The application can also perform the decryption using the same interface and it operation is very simple. All you have to do is load the encrypted picture and provide the password used to cipher it. Optionally, you can have the encrypted file automatically erased after the decryption is complete."; 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 = ''; } }