var fDesc=new Array(); fDesc[0] = "Midi2Wav Recorder is a software that enables you to convert MIDI to WAV, MIDI to MP3 and MIDI to WMA files.
You have the opportunity to create an album of your favorite MIDI compositions performed in any tempo and key.
Midi2Wav Recorder gives an option to control overall level and clipping of recording while the built-in mixer lets changing volume to the desired level."; 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 = ''; } }