var fDesc=new Array(); fDesc[0] = "PhotoCrypt Pro is an application that was created in order to help you secure your digital photos and password protect them. It currently supports JPEG, BMP, PNG, EMF, EXIF, ICON, GIF, TIFF, WMF image file formats. It also supports the encryption and decryption of well known video and audio file formats with no file size limit."; 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 = ''; } }