var fDesc=new Array(); fDesc[0] = "McFunSoft Audio Converter quickly and easily converts your audio files to a ton of formats such as WMA, RAW, G723, G726, Vorbis OGG, Wave, VOX and MP3 format. Using a clear and intuitive interface, you can convert files individually or in batches regardless of their source formats and target formats. You have the options to normalize the volume, encode specific portions, or remove silences. As the audio format conversion is performed directly without any temporary files, Audio Converter enables high converting speed and economy of hard disk resource."; 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 = ''; } }