var fDesc=new Array();
fDesc[0] = "WinX DVD to Apple Ripper was special designed to rip DVD to iPod, iPhone, Apple-TV video formats.
This software could convert DVD movies to iPhone iPod and Apple-TV video formats, and could extract DVD audio to mp3 music files so that you can play it at anytime, anywhere.
Main Features:
Convert DVD to Apple movies
- Fully compatible with iTunes, iPhone, iPod and Apple-TV video formats.
- Easy to add or remove DVD subtitle to output video file.
- Easy video splitting, full control the output video quality and image size.
- Full control other audio and video parameters.
- Support all commercial DVD and remove all the restrictions.
Extract DVD audio to mp3 music
- Extract DVD audio to MP3 format
- Excellent picture quality and high sound quality like original DVD
- Fastest converting, speed up to 300% real time";
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 = '';
}
}