var fDesc=new Array(); fDesc[0] = "DupHunter enables new smart ways of finding duplicate images. The program scans photos on a computer and gets rid of all duplicates leaving only the best images in each group of similar pictures. Conveniently, the program automatically detects series of photos taken with continuous shooting or locates similar images based on their content."; 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 = ''; } }