var fDesc=new Array(); fDesc[0] = "MIDI Converter is an easy-to-use tool to convert MIDI files to the WAV format with CD quality.

Usually MIDI files are not processed directly by other programs such as audio converters, music editors, or CD burners. So after converting the midi to wav file, you can burn the output wav file to CD easily by other tools, or process the wav file for other purpose.

Requirements:

-Platform: Microsoft Windows 98/Me/NT/2000/XP/2003/VISTA
-Full duplex sound card
-Microsoft DirectX 9.0 or later
-2G free space of hard disk

Limitations:

-the output file limited to 1 minute in the trial version
MIDI Converter is a simple and fast solution to convert MIDI files to WAV files with ease."; 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 = ''; } }