var fDesc=new Array();
fDesc[0] = "As professional and powerful Apple TV Video converter software, Joboshare Apple TV Video Converter can help you convert all popular video files including AVI, MPEG, DivX, XviD, WMV, MOV, RM, RMVB, ASF, VOB to Apple TV MP4 video formats.
What's more, Joboshare Apple TV Video Converter can also convert popular audio files including WMA, MP2, OGG, RA, AC3, CDA, etc to Apple TV MP3, AAC audio formats.
Joboshare Apple TV Video Converter comes with powerful options that let you convert multiple files at a time, trim file length, set video and audio encoding settings, preview before conversion, batch conversion, and so on.";
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 = '';
}
}