var fDesc=new Array(); fDesc[0] = "Tipard QuickTime Video Converter allows you to convert video to QuickTime MOV and MP4 formats. It supports numerous input video formats, such as MPG, FLV, VOB, MOD, MP4, H.264, MOV, DivX, etc., and High Definition video files. This tool can also convert audio files and extract audio from video sources.

Besides, with newly adopted NVIDIA CUDA technology and multi-core CPUs supporting technology, the converting speed is 6X faster."; 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 = ''; } }