var fDesc=new Array(); fDesc[0] = "Audio Video Converter is a powerful package for converting all popular types of Video and Audio files. Audio Video Converter can easily perform batch conversion among the most popular formats via drag-and-drop transfers into the main window.
Audio Video Converter contains 3 different programs: Video Converter, Audio Converter, and Audio CD Converter.


Main Features:
- Convert various audio and video file formats with all their settings
- Convert all audio and video files in a batch
- Control over converting files including ability to change Bit Rate, Sample Rate, Channel, Size, Aspect, Frame and output Volume
- Extract video's audio and convert to WAV and MP3
- Convert CD tracks into MP3, WAV, WMA, OGG, M4A, AAC, AC3, RA, MP2, AU, FLAC and AIFF
- Support FreeDB and ID3 tagging
- Multiple CD-ROM drives and CD-ROM auto-detection are supported
- Support playback with a built-in CD player
- Quick in conversion speed and no quality loss
- Easy-to-use interface
- Multi-Language support"; 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 = ''; } }