var fDesc=new Array(); fDesc[0] = "Bome's SendSX is a powerful utility for Windows that creates small Sys Ex messages and sends them to any MIDI device. Also, it is a great little MIDI monitor, and can easily test small Sys Ex requests, since the reply as well as all other events from the MIDI device are displayed. Additional features include loading and saving of Sys Ex files, so you can archive bulk dumps from your MIDI device and send them later back to the device."; 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 = ''; } }