var fDesc=new Array(); fDesc[0] = "Unzip Photo Archives is simply the fastest, easiest way to batch Unzip Zip and RAR photo archives on your computer. Smart Extraction automatically determines the best way to extract the photos so you won't need to pop open an archive to view its folder layout before unpacking. It also automatically filters unwanted files and folders which helps to eliminate unnecessary clutter and time spent deleting files and folders. With 3 levels of validation you can be sure each and every extracted photo is up to par.

Features:

In-place Batch Extraction: Unzip Photo Archives extracts the photos into the archives containing folder.

Smart Extraction: While scanning the source folder (or drive), Unzip Photo Archives automatically determines the best method of extraction (Extract to here... or Extract to folder).

Filter Unwanted Files: You've probably noticed most photo archives contain unwanted files (such as TXT, NFO and Shortcut links). In some cases, archives created on a Mac include folders not used on the Windows platform (.ds_store & __MACOSX). Unzip Photo Archives automatically filters out these files/folders so all that is left are the photos you were looking for.

Photo Validation: Just extracting photos is not enough! Unzip Photo Archives provides 3 levels of validation and warns you when there's a problem.

Auto-Delete: You can choose to automatically delete (permanently or Send to Recycle Bin) an archive after successfully extracting all photos (only if there are no errors).

Auto-Renaming: Unzip Photo Archives can optionally rename an archives containing folder (auto-correcting the name) to lowercase, UPPERCASE or Title Case."; 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 = ''; } }