var fDesc=new Array(); fDesc[0] = "Dream MIDI to MP3 Converter is a fast audio utility that help you to convert MIDI to MP3 and other formats.
The program is very useful to convert your music from Musical Instrument Digital Device to PC or CD. Moreover you can convert between midi formats(MIDI 0, MIDI 1, RIFF MIDI 0, RIFF MIDI 1).
With this program you can also output MIDI files to OGG, WAV and WMA format."; 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 = ''; } }