var fDesc=new Array(); fDesc[0] = "AimOne All to MP3 converter, versatile and useful converting software designed to make your audio/video converting task easier. It is the smartest and fastest way to convert and enjoy high quality audios and videos. This powerful tool, supporting batch method, allows you to extract and convert all kinds of audio and video files to mp3 or Wav formats. Further, you will be able to preview before conversion. With just performing three simple steps you will be able to accomplish your job. To start with the conversion process, first you have click on ‘Add’ button to choose the required audio or video file. Then choose the file from the file list and select start option after dragging the slide bar to the start. Now click on “convert’ option. That’s it your conversion task is over. The utility also allows you to set some adjustments. With the offered MP3 encoder options, you can select constant or variable bit rate, select output quality. The various audio and video formats supported by the tool is MP3, WAV, AVI, MPEG, ASF, WMV, RM and many other."; 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 = ''; } }