var fDesc=new Array(); fDesc[1] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options."; fDesc[2] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[3] = "encrypts and hides data in places where not even your wife, boss, or a hacker would look for sensitive information."; fDesc[4] = "can also say it a PDF document creator as it gives you the power to convert any document into a PDF document. You can create PDF Document form any type of document whether it is a simple text file, MS word File, MS Excel file, a Web page or even an Image."; fDesc[5] = "thoroughly encrypt your entire page so that no one can getting in unless he know the correct password."; fDesc[6] = "JavaScript capable browser (most), and it doesn't require additional software or plugin. There's no limit in page size. The protected page will be (maximum) 10% bigger than original."; fDesc[7] = "encrypt HTML pages and place them on your web site, CD, DVD, or hard drive. You can password protect HTML and text files"; fDesc[8] = "code. Image protection-protect images."; fDesc[9] = "protection, built-in web browser with bulk media downloads, virtual albums, slideshows, and more."; fDesc[10] = "page source code, including HTML source code, JavaScript, VBScript, text, links and graphics."; fDesc[12] = ", page printing, offline use, drag-and-drop, links display, etc."; fDesc[13] = "filters) with a deluxe content organizer (save, annotate, and share full or partial web pages including links, graphics, and images)."; fDesc[15] = "Invisible Secrets encrypts and hides data in places where not even your wife, boss, or a hacker would look for sensitive information."; 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 = '...'; } }