var fDesc=new Array(); fDesc[0] = "Mobipocket DRM Removal is a tool for decrypting drm MobiPocket books. mobipocket is a popular e-book standard on cell phone and supported by most mobile devices (Symbian, Windows Mobile, Palm OS, webOS, Java ME, BlackBerry, Kindle).This tools quickly and easily remove DRM protection with 1-click. it produce a new Mobi file that user can read it in cell phone and pc without limitation."; 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 = ''; } }