var fDesc=new Array();
fDesc[0] = "3herosoft DVD to iPod Suite is the best iPod Converter program that can convert DVD and all popular video files to iPod video MP4 and iPod audio MP3, AAC and M4A supported by all iPod series and iPhone.
3herosoft DVD to iPod Suite is an all-in-one and comprehensive DVD rip to iPod, iPod music and iPod movie conversion solution. This Suite includes two perfect software: iPod Movie Converter and DVD to iPod Converter.
You can try for free 3herosoft DVD to iPod Suite and enjoy your video files on all different types of iPods and iPhones anytime and anywhere!";
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 = '';
}
}