var fDesc=new Array(); fDesc[0] = "Epubor PDF DRM Decrypter is a powerful software to remove drm protections from adobe digital editions with no quality losing. It allows you to remove the PDF files drm header, without causing any change on the files. You may read the PDF on iPad, iPhone, iTouch, Sony Reader, Android, Nook 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 = ''; } }