var fDesc=new Array(); fDesc[1] = "any custom boxes that you want. You can create any type of box from pizza boxes to bottle boxes or even medicine boxes. It is very easy to use, and offers fully customizable cover design."; 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[6] = "feature-rich eBooks and reinforce them with every means of eBook security available in professional eBook creation system."; fDesc[7] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright."; fDesc[8] = "Standard Version of 1901, The Biblia Hebraica Stutgartensa Old Testament, and the Greek Majority Text New Testament. Words of Christ are in red text."; fDesc[9] = "Background music can be supported too."; fDesc[11] = "type of word processor. Even people without any experience will be able to quickly and easily get ebooks out fast."; fDesc[13] = "that you want."; fDesc[15] = "resources is quickly compiled into a single file, a highly-compressed self-contained executable ready for distribution."; 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 = '...'; } }