var fDesc=new Array(); fDesc[0] = "Fox Audio Converter is a useful audio conversion application. It allows you to convert audio files from one format to another, as well as convert to the same format with different audio-encoding parameters (such as resembling and bit rate). With predefined output qualities, you can quickly set and manage the parameters for conversion. Also, you easily can convert multiple audio files at one time with batch conversion. With a clear and intuitive interface, you can catch on to the system quickly. It supports a wide range of audio formats such as MP3/MP2, WMA, WAV, OGG, MPC, VOX, RAW, G723, G726. These features meet all your needs for audio converting, try it now!"; 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 = ''; } }