var fDesc=new Array(); fDesc[0] = "Free AVI to MOV Converter is the easiest way to convert AVI files to QuickTime MOV videos. In addition, using the professional AVI to MOV converter you can create MOV videos from photos (JPG, PNG, GIF and BMP), split a large file to get several segments, customize output file size with the Bitrate Calculator, and convert only the selected segment and adjust the output parameters.
With the AVI to MOV converter, you can create MOV videos from photos (JPG, PNG, GIF and BMP), split a large file to get several segments, customize output file size with the Bitrate Calculator, and convert only the selected segment and adjust the output parameters to get the perfect MOV file with the exact size and quality you want"; 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 = ''; } }