var fDesc=new Array(); fDesc[0] = "Tipard Apple TV Converter Suite is a software pack that contains a video converter and DVD ripper. It is able to convert DVD and almost all popular video formats to Apple TV MP4 and H.264 video formats for you to enjoy on your HDTV. It includes the DVD to Apple TV converter and Apple TV Video Converter.

This Apple TV Converter Suite also allows you to customize you video with its video editor. Plus, 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 = ''; } }