var fDesc=new Array(); fDesc[0] = "Audio Comparer ™ is a Windows application for MP3, MP2, MP1, WMA, AIF, WAV, WavPack, FLAC, APE, AAC, and OGG audio files comparison. The program's main goal is to find duplicate audio files and sort them in whatever way you want. However Audio Comparer is not your usual program, in fact we believe it's the best MP3 comparison tool available."; 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 = ''; } }