var fDesc=new Array();
fDesc[0] = "Okoker DVD to iPod Converter is a professional tool for conversion DVD to iPod format. It can rip your DVD to iPod (MPEG-4, MP4) video file with highest conversion speed and best conversion quality. There are some professional parameters can be set, and you can get the best quality iPod Video. It has a very professional and beautiful interface. It is a good DVD to iPod Converter.
Rips your DVD to iPod (MPEG-4, MP4) video file with highest conversion speed and best conversion quality.
You can get the best quality iPod Video.
It has a very professional and beautiful interface.
It is a good DVD to iPod Converter.
Join with high precision
Support MP3 joining
A very beautiful individuation interface";
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 = '';
}
}