var fDesc=new Array(); fDesc[0] = "Automatically Catalog Your Digital Photos. Just Let Photo Collector Scan Your Disks for Photo Files. Organize photos by Subject, Event, Location, etc...

With Photo Collector, it's quick and easy, just let the software do the work for you: Select a folder... and let the software find and catalog all photos.

Photo Collector will automatically scan the selected folder for images and will add them to the database automatically. Picture properties will be read automatically: Format, Width, Height, Filesize, etc... including EXIF data, if available: Date/Time, Camera, Exposure, etc..."; 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 = ''; } }