var fDesc=new Array(); fDesc[0] = "Free DRM Removal is an easy to use drm removal tool for windows. Help you convert drm protected M4V videos from both iTunes purchases and rentals to lossless standard MP4 file. With fast conversion process, you can get drm-free MP4 files within minutes.

Feature List
Convert drm protected M4V videos to drm-free MP4 file
Support files from both iTunes purchases and rentals
Supports Audiobook and Apple Music
Very fast conversion process
100% keeps original video and audio quality
Accurate audio and video synchronization
Allow batch conversion"; 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 = ''; } }