var fDesc=new Array(); fDesc[0] = "Use MIDI to MP3 converter to easily convert midi to mp3. MIDI to MP3 Converter includes several MIDI tools in one - the MIDI to MP3 recording feature lets you easily convert MIDI files to the most popular audio format. The program also features the built-in sequencer engine that allows you to playback MIDI directly in the program and record to Audio with the highest quality. And batch conversion mode saves you the time and hassle of individually converting the files to the desired file type. Along with the ability to batch convert you can, of course, carry out single conversions. Supported MIDI formats which you can convert to MP3: mid 0, mid 1, riff mid 0, riff mid 1."; 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 = ''; } }