var fDesc=new Array(); fDesc[0] = "Analinx Duplicatch is a powerful, rich on features, and extremely easy to use software tool for finding and removing duplicates (copies) of files in general and pictures in particular stored on hard discs, CDs, DVDs, etc. Pictures could be compared on the basis of their visual similarity by the unique fuzzy picture comparison engine!"; 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 = ''; } }