var fDesc=new Array(); fDesc[0] = "PhotoSort is a program that uses visual data to find duplicate photos and similar pictures, like the ones where subjects have moved some, or the camera angle or focus is different. It compares black and white versus color images, photos of different sizes or digitally modified photos. It also features auto duplicate selection filters and realtime tolerance tweaking."; 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 = ''; } }