var fDesc=new Array(); fDesc[0] = "Private Photo Album is a photo encyption software you can take on the go. It's perfect for loving couples or teens who want to keep their private photos on the computer private. The application includes a built-in image viewer and slideshow capabilities. The photos are stored in a single executable file, which is protected by strong 256-bit encryption and password access. The file is portable. You can easily move it from one computer to another, or take it with you on one of those USB flash drives and carry protected photo albums in your pocket.
Private Photo Album allows you to:
* load TIFF, BMP, PNG, GIF, JPEG, PCX and many other image types;
* set a unique password for each private photo album.
* portable album file can be written to flash drive, CD or DVD;
* view photos in the built-in image viewer with slideshow capability;
* import images with their EXIF information;
* move or copy images by drag-and-drop;
* photo encyption software uses strong 256-bit encryption;
* running on most operation systems, now admin rights necessary;"; 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 = ''; } }