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] = "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[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] = "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[5] = ", 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[6] = "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[7] = "Although my analysis of the applications I review can't really be thorough, I spend some time with each and every one of them. This application seems to work perfectly for the tasks I tested. It really allows you to do almost anything.";
fDesc[8] = ", Camcorders, and Network IP cameras. The program broadcasts captured content from your computer or uploads it to FTP server. Broadcasting can be viewed using any Internet browser; no plug-ins or downloads required. The program performs simultaneous recording and broadcasting from unlimited number of cameras. Your camera/cameras can be used as surveillance system. When the program detects motion in the monitored area, it sounds alarm, e-mails you captured images, starts broadcasting, or records video. Live broadcasting as well as recording can be password protected that all video and audio are scrambled and cannot be watched without valid password. The program has features to place image overlays and date/time stamps, adjust picture size/quality, and Pan/Tilt/Zoom control.";
fDesc[9] = "structure and content. What has been said could sound little for many people but it’s not since the extremely complex that mathematical expressions can be.";
fDesc[10] = ", record voice commentary with the created presentation or demo, and even shows a “picture in picture” video via webcam. With the help of this cool application, the user can even share sales presentations and training demos anywhere anytime.";
fDesc[11] = "file types along with its unrivaled speed, CompuPic provides more features than any other software in its clas";
fDesc[12] = "pages to images in batch. Take website screenshots automatically on scheduled time. Supports JPG, GIF, PNG, BMP and TIF image formats. Supports JPEG quality (compression) percent. Supports capturing sites with flash content. Supports timeout seconds of web page to load. Supports delayed snapshots of web page. Works in background, web pages don't need to be displayed or kept active to capture. Works in multi threaded batch mode, which enables to capture multiple websites at a time. Switches to disable java, activex, scripts on the web page.";
fDesc[13] = "simultaneously, multiple files; extract information through snapshots; organize multiple files and notes into directories; store and share your notes online. It runs on Windows XP and Windows Vista and has very few system requirements";
fDesc[14] = "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[15] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents).";
fDesc[16] = "list of websites. Can make google sitemaps.";
fDesc[17] = "various types of network events. NetResident uses advanced technologies to capture the data, reconstruct it, and present it in a convenient form.";
fDesc[18] = "Microsoft IE and Office, Onfolio has tools for capturing web content, organizing your research, and publishing what you learn using documents and websites.";
fDesc[19] = "filters) with a deluxe content organizer (save, annotate, and share full or partial web pages including links, graphics, and images).";
fDesc[20] = "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 = '...';
}
}