var fDesc=new Array();
fDesc[0] = "Ultra DVD to iPod Converter is powerful and easy-to-use DVD ripping software which helps you convert your favorite DVD to iPod, iPhone, iPad directly.
Ultra DVD to iPod Converter can export high-quality movies, and the speed of conversion is very fast. All encoders and decoders are built-in, any supported conversion can be done once you downloading the software.It is a powerful DVD to iPod converter software with fast conversion speed. And the output iPod movie/video supports iPod screen, you can enjoy your favorite DVD on your iPod as a portable DVD Player.";
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 = '';
}
}