var fDesc=new Array(); fDesc[0] = "As a rule in the process of work there appear a lot of versions and editions of the same files. The Ssf utility will find them, even if they are in the most distant and rarely visited parts of your hard disk. The degree of similarity can be different - from simple equality of names up to full concurrence of file contents."; 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 = ''; } }