var fDesc=new Array(); fDesc[0] = "Photilla is a free photo album software that can automatically scan your computer's folders and import photos and images for you to organize into albums.
Offering great flexibility in categorizing your photos, Photilla lets you display a single photo in more than one album. Just drag and drop your photos into the albums of your choice. You can then burn your photos onto CD individually or as complete albums.

Combine with our other completely free software to edit your photos, create a movie slideshow, or convert your images to different formats."; 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 = ''; } }