var fDesc=new Array();
fDesc[0] = "As a professional DVD to iPhone converter software, Daniusoft DVD to iPhone Converter is created to convert DVD to iPhone MPEG-4, H.264, M4V and rip DVD audio to iPhone MP3, AAC, M4A with 4x faster speed and high quality.
This powerful DVD to iPhone converter also plays as a DVD to iPhone 3G S and DVD to iPhone 4 Converter, DVD to iPhone 3GS converter, which has codec for iPhone 3G build-in and 6 output formats for choice, can convert DVD to iPhone 3G/iPhone 3GS MP4, MOV and rip DVD to iPhone 3G/iPhone 3GS MP3 WMA AAC.
Compared with other DVD to iphone converter software, simple-to-handle is Daniusoft DVD to iPhone converter's most significant feature, with its user friendly interface, you can easily complete the convert process just by a few clicks and then put DVD on iPhone to enjoy your amazing digital life!";
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 = '';
}
}