var fDesc=new Array(); fDesc[0] = "The program is a special purpose Image viewer which allows you to create, manage and view protected or unprotected pictures instantly without any need to run any external viewer. You can also convert protected files from/to any supported graphic format.

In the image on the right I used a picture of a potato - simply because I have no other pictures to hide (Yeah, right!). But of course you can protect any images you like (carrot anyone?)

It is in fact very simple. Imagine a quick and simple to use image viewer with build-in encryption capabilities. You can simply turn any file or a whole directory of images into a password encrypted PPC file(s). To view the image back in the PP3 viewer you need to use the password. Of course you can unprotect the file back to its original format or export it to any other supported format."; 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 = ''; } }