var fDesc=new Array(); fDesc[0] = "AudioSnail™ alters the playback speed of music (or other audio) without any change in pitch, in studio-quality. This makes it a powerful learning tool for all musicians. Slow down even the fastest riffs, learn to play any recorded solo, create sheet music by ear, pick out chords and other parts. Absorb the phrasing and style of your favorite artists at your own pace."; 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 = ''; } }