var fDesc=new Array(); fDesc[0] = "Audio Converter is a powerful audio conversion tool. It can batch convert audio files from one format to another.
Supported format include WAV, MP3, OGG,WMA(Windows Media Audio), RAW, VOX, CCIUT u-Law, PCM, MPC, MP2, ADPCM, CCUIT A-LAW, AIFC, DSP, GSM, CCUIT G721,CCUIT G723, CCUIT G726 and more.
Supported conversions include MP3 to WAV, WAV to MP3, OGG to WAV, WAV to OGG, MP3 to OGG, OGG to MP3, MP3 to WMA, WMA to MP3 and more."; 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 = ''; } }