var fDesc=new Array(); fDesc[0] = "MOV Video Converter Pro converts MOV, QT, MP4 and M4A files to practically all video formats including AVI, WMV, MP4, MPEG1(VCD), MPEG2(SVCD), 3GP, iPod, iPhone, Zune and other formats. It also acts as a audio extractor enabling you to extract audio from MOV video files and convert to MP3, WMA, WAV, AAC, M4A and other audio formats.

Supported Output Formats:
Practically all video formats including AVI, WMV, MPEG, MOV, MP4, RM and 3GP. Support output to portable players formats including iPod, iphone, Zune and others."; 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 = ''; } }