var fDesc=new Array(); fDesc[0] = "Fast MIDI to MP3 KARAOKE is a software able to convert VERY QUICKLY 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."; 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 = ''; } }