var fDesc=new Array(); fDesc[0] = "MIDI Converter Studio is designed for the conversion of MIDI (MID, MIDI) and KARAOKE (KAR) files into MP3, WAV, WMA, and OGG Vorbis music formats. This program can also capture and save your sound card's output into various formats. You can customize the quality of output files, as well as ID3 tags of MP3 files."; 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 = ''; } }