var fDesc=new Array(); fDesc[0] = "Organize thousands of photos and videos on your computer into albums and sub-albums. Create a searchable database containing captions, keywords, dates, GPS locations and other metadata fields for each photo and video. Easily import photos and videos into FotoAlbum from cameras, scanners, memory cards, photo CDs, iPods, and almost anything else that holds photos and videos. The configurable screen saver displays photos from selected albums.

Upload selected photos or entire albums to your Facebook photo library. FotoAlbum integrates with the GoogleMaps API and lets you geotag your photos. GPS coordinates are automatically saved in EXIF."; 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 = ''; } }