var fDesc=new Array(); fDesc[0] = "DRmare M4V Converter for Windows can remove DRM from iTunes M4V files without touching the original tracks and keeping the M4V file format. It can also convert the iTunes videos to lossless MP4. After converting, the converted non-DRM MP4 or M4V videos will be playable by multiple video players and devices."; 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 = ''; } }