var fDesc=new Array();
fDesc[0] = "Aiwaysoft DVD to MP4 Converter is the best DVD to MP4 software that helps you rip DVD easily. With this DVD converter, you can easily convert DVD to AVI, MP4, WMV, MOV, MPEG, 3GP, WMA, MP3, AAC, M4A with amazing speed and excellent quality. With this best DVD Ripper, You can now watch videos and movies on any multimedia device like PSP, PS3, iPad, iPod, iPhone, Apple TV, Archos, iRiver PMP and Creative Zen.
In addition, to get better playing effect, you can choose subtitle, audio track and aspect for target multimedia players. Choosing movie segment and splitting large file are available in this DVD to MP4 converter software.
System Requirements
OS:
-Windows 98/ME/NT4/2000/2003/XP/Windows Vista/Windows 7";
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 = '';
}
}