var fDesc=new Array(); fDesc[0] = "Media Wizard is powerful, all-in-one multimedia software featuring an audio converter, video converter, audio editor, video editor, audio recorder, audio CD burning, video CD burning (VCD / SVCD), and data DVD/CD burning, copy audio CDs, video construction and decompiling, batch video processing, MusicID Audio Recognition, lyrics search, playback of all popular media formats, audio and video playlist, and much more!

Both audio and video formats can be converted. Supported conversions include CD to WAV, MP3, WMA, and OGG; WAV to MP3, WMA, and OGG; MP3 to WAV, WMA, and OGG; WMA to WAV, MP3, and OGG; OGG to WAV, MP3, and WMA; WAV, MP3, WMA, and OGG to CD burning; WAV/MP3 Compression, and two-way video conversions among MPEG-1, MPEG-2, AVI, WMV, Multi-Page TIFF, and FLIC. Other conversion combinations are also supported."; 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 = ''; } }