var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "feature-rich eBooks and reinforce them with every means of eBook security available in professional eBook creation system."; fDesc[4] = "Ipod, Ipod Mini and Ipod Nano."; fDesc[5] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright."; fDesc[7] = "Background music can be supported too."; fDesc[8] = "This will allow you to carry and show any web site without needing to go online, as well as to distribute copies of it quickly and safely: the HTML code can be encrypted, and you can even add a password for further protection."; fDesc[9] = "ebook. Convert text to CHM html help file or ebook. Convert text to Win help file or ebook."; 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 = '...'; } }