var fDesc=new Array(); fDesc[0] = "Audiobooks sold on iTunes are protected by DRM policy and can only be played on Apple's devices. In order to play the DRM-ed iTunes M4A and M4B audiobooks on any device, TunesKit DRM Audiobook Converter will be needed to completely get rid of the DRM protection from the locked iTunes audiobooks legally.

TunesKit Audiobook Converter also works with the DRM-locked AA and AAX audiobooks purchased from Amazon Audible store."; 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 = ''; } }