var fDesc=new Array();
fDesc[0] = "Odin iPhone DVD Ripper is a professional iphone rip tool that transcodes your favorite DVD movies to iPhone player directly.
You can easily convert both PAL/NTSC DVDs for optimized video playback on iPhone.
Integrated world-class MPEG4/H264 encoder make it possible to transcode whole DVD to iPhone with the time half of playback time of DVD.
The new in upgrade version: load dvd title more correctly and rip dvd title more stably.
Convert DVD to iPhone Video
Convert DVD videos and movies into iPhone format (MPEG-4, MP4) so you can watch DVD movies on your iPhone or iPod touch anywhere you are.
Excellent output quality without any audio video sync problem
the newest audio-video sync technology enables you to have a high quality output video without any audio video out of sync problems.";
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 = '';
}
}