var fDesc=new Array(); fDesc[1] = "those communities of graphics designers who want to create professional looking 3D virtual boxes for various purposes. For Example: you can create three-dimensional virtual box for your e-books if you belongs to a publishing company."; fDesc[2] = "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[3] = "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[4] = "Open eBook packages. This fast application can create a neat and navigable e-book from any Microsoft Word document or a series of documents. You can easily add a Table of Contents using the title and the links included in the original files."; fDesc[5] = "theory with the eMusicBooks, create and edit music scores for different instruments with the new score editor, and open recent scores. The eMusicBooks contains: General exercises, Music reading - Level 1, Music reading - Level 2, and Theory and harmony."; fDesc[6] = "of files, including HTML, WAV, TXT, JPG, CSS, GIF, MID, DHTML, JavaScript, FLASH and many more. You will be able to convert all the mentioned formats into a specific format that can be launched in an e-book like interface. The application's interface is very intuitive and friendly."; fDesc[7] = "and encrypted e-books, manuals or presentations."; fDesc[8] = ", and search for any particular title at any time with ease. The number of available functions depends of the installed edition, but basically in any edition you can manage, lend, and borrow books, or read and print eBooks."; fDesc[9] = "feature-rich eBooks and reinforce them with every means of eBook security available in professional eBook creation system."; fDesc[10] = "recommend that you take a glance at Fresh Flash Catalog. It is a versatile application with a lot of features that will let you create impressive catalogs, e-books, e-magazines, and electronic publications for you to publish on your website or distribute as standalone executable files."; fDesc[11] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright."; fDesc[13] = "runtime module. Consequently you need to download and install this runtime module on your system in order to view the publication."; fDesc[14] = "type of word processor. Even people without any experience will be able to quickly and easily get ebooks out fast."; fDesc[15] = "under 5 min. You can add serial number, password, trial, registration and anti copy capabilities."; 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 = '...'; } }