var fDesc=new Array(); fDesc[0] = "Song Surgeon Trainer is a entry level desktop audio slow downer. The program allows musician access to the power of slowing down and looping audio as a learning tool. It changes key and tempo, allows the creation of one looping area for repetitive playing, and has a 9 band EQ. All of these features can be applied real time."; 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 = ''; } }