var fDesc=new Array(); fDesc[1] = "converted into an electronic file). eBooks are a safe way to share, transport or even sell data that is copyrighted or is in need of a DRM (Digital Rights Management) encryption code. Mobipocket is a good program for anyone wishing to save personal writings in a safe environment."; fDesc[2] = "time and with less effort. It is compatible with many other applications such as flash, java or video files, among others. Can protect the content of the ebook and can add trial limitations. It can be a very powerful tool if the user dedicates it enough time to learn it."; fDesc[3] = "feature-rich eBooks and reinforce them with every means of eBook security available in professional eBook creation system."; fDesc[4] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright."; fDesc[5] = "photo, video, flash, music, text, remote data, Web page, and PDF. You can sell the published ebooks. Digital data in the ebooks are encrypted by a strong encryption system. You can choose the optioanl DRM service that provides strong content protection. You can lock ebook by password. You can set free-read pages. You can show the information of your homepage on the book-cover. You can show the information of your sales page of the ebook on the page. Customers who downloaded ebook can read it only with double-clicking it, any other software is not required. You can set ebooks to download free bookshelf software automatically. You can set ebooks to be incorporated into the above bookshelf software."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }