var fDesc=new Array(); fDesc[0] = "This program can remove Adobe Adept ePUB and PDF DRM. It removes DRM protections from adobe digital editions(ADE) without losing quality. If the books you want to decrypt are saved in ADE content folder, the program will ask if you want to load all the books into that folder, and all the loaded books will be processed automatically."; 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 = ''; } }