var fDesc=new Array(); fDesc[0] = "The Comparisonics® Audio Player is a fun and easy-to-use program that lets you play any audio file while viewing its colored waveform display. This program utilizes the Comparisonics sound-matching technology to search for sounds. Select any sound in the waveform display by dragging the mouse over it. You can then automatically locate sounds in the file, and sounds on the Web, that are similar to the selected sound. When searching for sounds on the Web, a Web browser window appears showing the best matches on the Web as determined by FindSounds.com."; 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 = ''; } }