var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "lets you read and download eBooks from eBook stores very easily on your computer. For reading these ebooks on other than compute, you have to connect any device to your computer and just click on your chosen ebook."; fDesc[4] = "between 50 wpm and 1500 wpm. Reading speed is set using four ranges (very slow, slow, medium, and fast) and a slider is provided to adjust the speed within each range. Speed settings are saved between sessions. Any plain text file may be used but eBook text files can be downloaded free from the internet. The user should copy just the eBook text, paste into a TextEdit file and save as plain text with Unicode UTF-8 encoding. This file is then used as a source file. Select this source by clicking on the \"Choose New Source\" button and navigating to the file. The line number of the line being displayed is shown together with the total number of lines in the source text file. You can pause and continue at any time. If you do not finish reading a text file, eBook Library will remember the last line read and provide this information when you relaunch to continue reading. In that case, you..."; fDesc[5] = "distribute. You can make better presentation for your software this tool can help the developers to make more professionals projects. You can choose between 17 shapes that the program have: program boxes, CD, E-books covers, magazines and brochures."; fDesc[6] = "version features useful and advanced characteristics that enhance the experience of using Acrobat. With Acrobat Reader you can create, view, edit and print your PDF files, more easily and efficiently."; fDesc[7] = "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[8] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system."; fDesc[9] = "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[10] = "Software’s eBook to Images can now convert your text files into images that will fit your handheld device’s specifications. It opens most well-known text documents (like DOC and PDF) and transforms them into small image files that you can read in your iPhone, Zen or PSP."; fDesc[11] = "file into a file which formatting fits the screen of the PSP well. As they say on the web page, the Sony PSP is one elaborate piece of technology."; fDesc[12] = "HTML documents will allow you to create e-books containing text, images, hyperlinks, bookmarks, audio, video, and so on. The result is a self-executable file that wraps up and protects the content - a compact format that is both easy to distribute and easy to open."; fDesc[13] = "feature-rich eBooks and reinforce them with every means of eBook security available in professional eBook creation system."; fDesc[14] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright."; fDesc[15] = "(ODF). Then, it will wrap it up into an OEBFF container (EPUB) that you can later upload to any device supporting this e-book standard. You can create your own EPUB publications from any Word, Powerpoint, or RTF file, and even add an interactive glossary to them."; 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 = '...'; } }