var fDesc=new Array(); fDesc[0] = "Photo Mechanic is a standalone image browser and workflow accelerator that lets you view your digital photos with convenience and speed. Photo Mechanic displays your "thumbnails" in a familiar "contact sheet" display window. Photo Mechanic helps you find the best photo amongst several similar shots in a preview display that lets you flip through a group of selected photos at high resolution.
Photo Mechanic's super fast browsing enables you to quickly compare multiple images and select the best ones from a sequence. Its powerful batch processing, full support for image variables, IPTC and Exif metadata, make it the perfect tool for any digital photographer."; 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 = ''; } }