var fDesc=new Array(); fDesc[0] = "There are quite a few tricks that may help you guess which folders contain photos you need. Tired of guessing? Try PicaSafe Express Photo Album.

PicaSafe Express Photo Album comprises functions of 2 individual programs - it stores photos and displays them to you. And it is completely FREE. It's not a 2-in-1 bargain, it's simply ZERO payment at all. Just download it, install and have fun using it.

All photos are stored in a single stand-alone executable file. This means you won't lose your photos and you will easily find them on your computer for further displaying or sharing. Do you want to tell your friends how you spent your vacation? Well, just start a slide-show from PicaSafe Express Photo Album and notice the way your photos make unforgettable impression on your friends.

PicaSafe Express Photo Album doesn't change your photos in any way - no changes are made to the quality, resolution, or file extension. At any time you can copy, move to a hard drive, e-mail or print out your favorite photos.

PicaSafe Express Photo Album is a collection of photo albums grouped in a single file. Now, finding a photo you need became the simplest task ever. To do this, just take the following steps: start your copy of PicaSafe Express Photo Album, open a desired album, and get your photo."; 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 = ''; } }