var fDesc=new Array(); fDesc[0] = "The Dump Tool is an easy to use Windows utility for moving MIDI System Exclusive (SysEx) data between MIDI compatible audio gear and personal computers running Windows software.
Data is transferred from external MIDI gear to the Dump Tool, by pressing the "Receive" button. The following dialog appears while the program is waiting for incoming MIDI SysEx data
The received data can then be stored on the computer by pressing the "Write" button in the "File" section of the dialog.

In addition, the current data in the program's buffer can be viewed by pressing the "View Data" button."; 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 = ''; } }