var fDesc=new Array(); 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] = "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[4] = "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[5] = "feature-rich eBooks and reinforce them with every means of eBook security available in professional eBook creation system."; fDesc[6] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright."; fDesc[8] = "Background music can be supported too."; fDesc[10] = ", *.doc, *.pdf, *.fb2, *.fb2.zip) such way, that you receive suite graphic files like suite of scanned pages of book or magazine. It is often necessary when you want to read favorite book on MobilePC, which does not have ability to show text files, but only graphical i.e. Zune. This tool has many opportunities for settings output files: type of graphical file, size of file (\"resolution\"), pagination, margins, font, color of text, line spacing etc. Also you have ability to save favorite settings and load saved earlier. Features: Ability to set output format of files, names of files Ability to set output size of file Ability to set color, font and another styles of font Ability to set page number, position of pagination, margings etc Save and load configuration settings supports fb2 and PDF format as input file"; fDesc[12] = "under 5 min. You can add serial number, password, trial, registration and anti copy capabilities."; fDesc[15] = "solid executable file (.exe) with an integrated HTML browser."; 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 = '...'; } }