var fDesc=new Array();
fDesc[0] = "The software provides the free solution to remove DRM on eBooks purchased from Amazon, B&N, Sony, Kobo, Google Play, and all the online eBook stores which adopts Adobe Adept DRM.
Supported devices:
- Apple iPad (using iBooks)
- iPhone and iPod Touch (using Lexcycle Stanza , Glider or iBooks on iOS 4.0 )
- Sony Reader
- Android devices (using WordPlayer, FBReader, Aldiko)
- Barnes & Noble nook
- Hanlin eReader
- BeBook
- Kobo
- Bookeen Cybook Gen3, Cybook Opus
- iRex Digital Reader 800, 1000
- PocketBook Reader
- Ctaindia's eGriver Ebook Reader";
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 = '';
}
}