var fDesc=new Array(); fDesc[0] = "AimOne Audio Converter is an audio conversion software that can be used to extract or convert audio from video/audio files of any format to a range of popular audio formats, such as AAC, AC3, AIFF, APE, AU, FLAC, M4A, MKA, M4R, MP2, MP3, OGG, WAV, WMA, RA, and etc.
With this program you can convert movie files to popular audio files, you can also extract music from a video file and convert a part from one big movie file to an audio file."; 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 = ''; } }