var fDesc=new Array(); fDesc[0] = "NoteBurner M4V Converter for Windows is a professional DRM M4V Converter for Windows OS to remove DRM protection of purchased and rented iTunes M4V movies, music videos and TV shows, and convert to common video formats, namely no DRM, which can be played back by different non-Apple portable devices, such as MP4 players and Nook Tablet etc.
* Remove DRM from iTunes M4V purchases and rentals.
* Convert M4V videos to MP4, AVI, MOV, FLV, MPG etc."; 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 = ''; } }