var fDesc=new Array(); fDesc[0] = "Remo Duplicate Photo Remover for Windows allows you to regain several GBs of space by finding all duplicate images in your drive. Just press the Start Scan button, locate the drive you want to scan and it will automatically find all the annoying duplicates that might be clogging the storage space. The good part is that the algorithm allows you to remove the exact duplicates, which is a no-brainer, but the software also allows you to see similar and make the decision on which ones you need from a set of similar images and which you may want to let go."; 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 = ''; } }