var fDesc=new Array(); fDesc[0] = "Fast MIDI to MP3 KARAOKE is a software able to convert midifiles into MP3 Wave without need of a sound card using virtual soundfonts like SF2 and thanks to this particularity you will obtain an excellent quality audio-file independently of the sound card and in very short time and you don’t need to listen to the whole song , moreover, if the midifile contains KARAOKE lyrics, visible in the LYRICS window, they will be automatically inserted into the MP3 file, inclusive the synchronization, obtaining in this way a MP3 file, which you can use in a lot of portable MP3 players as well as numerous software and hardware equipments.
The conversion from Midi into MP3 happens in about 15 seconds, this depends on the kind of the used resources."; 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 = ''; } }