var fDesc=new Array(); fDesc[0] = "Avex DVD to Apple TV Converter is a one-click solution to convert DVDs to Apple TV movie. Watch movies on the go! Build your movie list for Apple TV now! It features superb video & audio quality and the fastest conversion techniques availabe on the market (Up to 3x faster). And it is very easy to use. Features: (1) Convert DVD to Apple TV MP4 video format in one simple click. (2) Support H.264(High quality) and MPEG4 video in MP4 format used in Apple TV (3) Built-in X!-Speed? transcode technology. Up to 3x faster than conventional converter. (4) Adjustable video size for playback on Apple TV. (5) Optimized settings for superb video playback on Video Apple TV."; 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 = ''; } }