var fDesc=new Array();
fDesc[0] = "Nidesoft DVD to iPod converter is an easy-to-use and simple iPod Video DVD Ripper software. It can converter almost all kinds of DVD to iPod Video/Movie MPEG-4,MP4 format with very good quality and super fast converting speed (>200%).
Compared with other DVD to ipod converter, Nidesoft DVD to iPod converter supports single-step conversion and flexible title and chapter choices.
1.Super fast converting speed;
Batch conversion; Full support Intel Pentinum4 Hyper-Threading Processor and Pentinum D Processor (820,830 and 840), so fast converting speed.
2.Convert DVD to MP4 format in one step;
3.Easy and simple to use software for beginners;
4.Sound normalization. Normalizes sound levels of DVD;
5.Output file size is adjustable;
6.Allow you to select target subtitle or chapter;
7.Codecs are all built-in;
8.High quality but low price!
9.Free Update!!! Very good Email Service;.";
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 = '';
}
}