var fDesc=new Array(); fDesc[0] = "JMP-Editor allows you to load or send a dump from the JMP-1, control your JMP-1 in Real Time, sort the patches the way you want them. Also the program enables to change all the JMP-1 settings (leave aside MIDI-Channel, and the Outputlevel-Knob) and more."; 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 = ''; } }