var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to iPod Suite is easy-to-use DVD & Video to iPod Converter Suite, which could rip DVD and convert video files to iPod MP4 with high conversion speed.
This iPod Suite includes two excellent iPod converter: Nidesoft DVD to iPod Converter and Nidesoft iPod Video Converter. The DVD to iPod Ripper could convert DVD to iPod video & audio formats (as MP4, M4V, MP3, AAC, and M4A); The iPod Video Converter helps convert other video formats (including AVI, MP4, YouTube,MPEG, WMV, DivX,VOB, MOV,FLV, etc.) to iPod video and music."; 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 = ''; } }