var fDesc=new Array(); fDesc[0] = "Joboshare DVD to WMV Converter can convert DVD's to WMV video and rip DVD's to WMA audio with good quality.

This program allows you to convert DVD's for the following WMV players: Google Phone, BlackBerry Storm, BlackBerry Bold, Palm Pre, Microsoft Zune, Microsoft Zune 2, PSP, PS3, Xbox 360, Dell Player and HP iPAQ.

Also the program lets you to customize video and audio bitrate, set frame rate, adjust resolution, select DVD audio track, select DVD subtitle, select any DVD chapters and titles to convert, trim your DVD chapters and titles, and more."; 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 = ''; } }