var fDesc=new Array(); fDesc[0] = "PaceMaker plug-in for Winamp is a very functional and useful tempo/pitch DSP plugin. You can alter the tempo and pitch independent of one another...so, you can have the song's BPM be one thing, and you can have the song's pitch be something completely different. The 'speed' lever also gives some interesting results. There is a preferences menu where you can set slider precision as well as hotkey increments"; 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 = ''; } }