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] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright."; fDesc[5] = "pro. CoolPDF works as a printer driver on all operating systems, making PDF files of anything that can normally be printed, convert to PDF."; fDesc[6] = "internet, an article from a newspaper, a financial report or entire book, Gemini saves you time and effort."; fDesc[7] = "sections based on articles from Game Innovator: Deciding which tool is right for you, Making a JavaScript game, and Making a Flash game."; fDesc[8] = "No special decryption client needed. Adobe Reader 6 or 7 is enough. Seal PDF Documents secure!"; fDesc[9] = "by playing video games. Included is an optional component, 'Search In One Step'."; fDesc[10] = "Pack Shot and Windows Movie Maker (an easy to use Video Editing program that's included as a standard part of Windows XP and above)."; fDesc[11] = "types and techniques known first by their materials and second by their manufacturers. Fully illustrated."; 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 = '...'; } }