var fDesc=new Array(); fDesc[0] = "Similarity can be used to find and remove duplicate music and image files from your computer. It uses "acoustic fingerprint" technology that has the ability to compare the contents of audio files. The comparison can be done between similar or different audio file formats. Similarity also allows you to scan for bad quality audio files with low-bitrate music, badly remastered compositions, etc."; 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 = ''; } }