var fDesc=new Array(); fDesc[0] = "AV MIDI Converter is a free, easy-to-use, and user friendly program to convert MIDI to MP3, AAC/MP4, OGG, FLAC, WAV with audio CD quality so that the user can always share the files with anyone, burn them to an audio CD or play them on portable media players such as Apple iPod. With this program you can convert as many MIDI files as you want at the same time. You can also choose the sound font, set the audio configurations and preview the output files before permanently saving them."; 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 = ''; } }