var fDesc=new Array(); fDesc[0] = "Photos2Folders is designed to help you organize you digital camera photos into an organized set of folders. This program was created to help you take all your disorganized folders and merge them into a single photo repository. The set of folders can be easily accessed, allowing you to quickly find the photo you are looking for in any application.

In addition, it identifies the duplicates and helps you ensure you don’t end up with 10 copies of the same picture in your organized photos."; 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 = ''; } }