var fDesc=new Array();
fDesc[0] = "TouchUp DVD to Apple TV Converter is a nice and easy to use software.
Main features:
- Two-pass encoding supported
- Crop,LetterBox & Splits
- Clip & splits to specified size
- Rip any part of a chapter or Title
- Audio / Video / Subtitle Synchronize
- Preview when ripping
- Mp3 for audio supported
- Convert Movie on-the-fly
- MP4 codec of Xvid or H264
- Full DTS Audio supported
- Optimized Apple TV Video
- Support all DVD driver and disc";
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 = '';
}
}