var fDesc=new Array(); fDesc[0] = "MP3 Converter Simple converts audio formats such as MP3, WAV, OGG from one format to another.

It supports converting MP3 to and from WAV, OGG. It supports converting WAV to and from MP3, OGG.

It supports resampling MP3 to MP3, WAV to WAV, OGG to OGG.

All conversions include: MP3 to WAV, WAV to MP3, MP3 to OGG, OGG to MP3, WAV to OGG, OGG to WAV, MP3 to MP3, WAV to WAV, OGG to OGG."; 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 = ''; } }