var fDesc=new Array(); fDesc[0] = "Any Media to Audio Converter is an easy and flexible tool used to extract audio from AVI, MPEG, VOB, WMV/ASF, DAT, RM/RMVB, MOV format medium files to MP3, WAV, WMA format. It can batch extract audio from video files so you can listen to them with your mp3 player or extract audio from video files to CD quality WAV files for burning your own audio CD. You can setup output audio bitrate, frequency, and channels. It supports VBR of MP3 and OGG. It has a user-friendly and easy-to-use interface, converting in high precision and with no quality loss. It is a tool to help you join or merge AVI/DivX,MPEGI/II, VOB,DAT,WMV,ASF files in one large file in various format. An unlimited number of video files can be added to the list and their order can be easily rearranged, if needed, merging the video files to a large movie file in AVI/DivX, MPEG I/II, WMV/ASF format. You even can use it to convert a single file. You can change the framerate, size etc as you like. The program does not require any technical experience and is very easy to use."; 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 = ''; } }