var fDesc=new Array();
fDesc[0] = "Aneesoft Free Apple TV Video Converter can make your TV colorful via Apple TV, because Apple TV can put your favorite videos and YouTube videos on your HDTV, playing your movie through your home theater system. It can convert all popular video sources to Apple TV MP4, then you can enjoy it on TV.
Aneesoft Free AppleTV Video Converter can easily convert all popular video to AppleTV supported video MP4 format for enjoying anywhere.
Aneesoft Free AppleTV Video Converter enables you convert almost all kinds of video files such as AVI, MPG(MPEG), WMV, MP4, MOV, VOB, ASF, RM, RMVB, 3GP, 3G2 to iPhone MP4 video formats.
Before converting the video, you can preview your video/movie by the built-in player and take a snapshot for the desired movie images.
For your convenience, batch conversionfunction is offered by Aneesoft Free AppleTV Video Converter. You only need to select the files that you want to convert, then set up the formats and specify parameters for the target files, push Convert button and start the conversion.
There is no limitation for highest speed, conversion speed will be improved with better performance of your PC, multithreading conversion supported.";
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 = '';
}
}