var fDesc=new Array(); fDesc[0] = "It offers you new ways to control and redo sampled lines and phrases! It offers you a whole new array of features to control and redo sampled material. make your selected phrase sound the way you want it to! Enter a new world of music technology! Parameters such as single note pitches, formants, note lengths, scales, tempo, start and endings can now be edited easily and directly to suit your arrangement."; 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 = ''; } }