var fDesc=new Array(); fDesc[0] = "Joboshare DVD to Zune Converter helps you to convert DVD files to Zune MP4, WMV video files with outstanding image and sound quality.
The program can also rip and convert DVD files to Zune MP3, WMA, M4A and AAC music files that can be played on Zune. The program also allows you to customize video and audio bitrate, adjust resolution, set frame rate, select DVD audio track and subtitle, select any DVD chapters and titles to convert, trim your DVD chapters and titles to only convert your favorite clips and so on."; 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 = ''; } }