var fDesc=new Array(); fDesc[0] = "1Step Media Converter – convert any of your audio and video files to various format in just 1 click. Enjoy your music and movies while our software handles all the technical worries for you.
Convert any of your music files to MP3, M4A (AAC), WMA or WAV formats quickly and easily. Also, with the Ultimate edition you will be able to convert movie files to MP4, WMV, AVI or 3gp.
Features:
- use 1Step Media Converter easily without any technical knowledge
- 1Step Media Converter user interface is powerful and intuitive
- convert any music or videos
- up to 50x conversion speed in batch mode
- successfully convert music and movie files of all major resellers
- many settings available for output formats, compression, etc.
- ID3 tags for artist, album, title names are saved in the converted files
- convert large music libraries with batch mode or drag&drop functions"; 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 = ''; } }