var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "Adobe® Premiere® Pro software. Tell your story with maximum impact using Adobe® Premiere® Pro software, the start-to-finish solution for efficient video production."; fDesc[3] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc."; fDesc[4] = "that, it is available for MacOS systems, and if a note was created in a mobile device or using Windows it can be read as long as this application is presented."; fDesc[5] = "web and mobile devices. It can import and edit content from a wide variety of devices, and then edit them, directly, or copy files to the hard drive to take full advantage of the PC´s speed, work on them and then save the results in a convenient format."; fDesc[6] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[7] = "of years ago than they are now, mainly because of the increased penetration of high-speed Internet services. However, WebZIP still offers some ways to justify having one of these."; fDesc[8] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents)."; fDesc[9] = "program also supports taking snapshots from bitmap or JPEG files from different mobile devices. The application supports the most popular video files, including AVI, WMA, MPEG, FLV, SWF and so on."; fDesc[10] = "list of websites. Can make google sitemaps."; fDesc[11] = "various types of network events. NetResident uses advanced technologies to capture the data, reconstruct it, and present it in a convenient form."; fDesc[12] = "Microsoft IE and Office, Onfolio has tools for capturing web content, organizing your research, and publishing what you learn using documents and websites."; fDesc[14] = "filters) with a deluxe content organizer (save, annotate, and share full or partial web pages including links, graphics, and images)."; fDesc[15] = "a zip or archive of the web page content of a site being visited. Additionally, you can create an image, snapshot, or PDF of the current web page. Now you can generate your own personal history of sites you visited. Find something interesting and want to save it? Let’s say you’re traveling without a printer on a train, plane or automobile; you can email yourself whatever your browsing with personal notes on why. Or, if you may simply want to keep a record or keep track of what the “other” guy is doing. This is a great resource tool. Here's what this handy, little tool can do for you: · Capture web page content (zips html). · Zip or archive the web page content of site visited. · Create an image or snapshot of web page and create a PDF of page. · Batch processing of tray application of PDF that allows you to create multiple PDFs or archives from stored lists. · Email..."; 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 = '...'; } }