var fDesc=new Array();
fDesc[1] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price.";
fDesc[2] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen.";
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] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[5] = "further, as it also captures complete Web pages or some chosen parts of them without the browser frame, adding itself as an intelligent toolbar.";
fDesc[6] = "faster and more accurately, this application will capture and save: windows, objects, full screen, rectangle-selected regions, fix size regions, scrolling windows/web pages and anything captured from your screen instantly.";
fDesc[7] = ", any window or a selected region of your screen. You can start the screen recording at any time using a hotkey, and stop or pause the recording that way too. Create presentations, video tutorials and demo videos for software products.";
fDesc[8] = "web page visible in a window, but the entire web page including the page bottom. Using the traditional Print Screen method you get only what you see on your screen in the screenshot.";
fDesc[9] = "screen in rectangle, ellipse, window, control, menu and custom shapes. Any Screen Capture can take snapshots of DVD screens and games screen of full size also. You can take screenshots of auto scrolling windows of long pages like web pages or other documents.";
fDesc[10] = "picture of a web page might be really difficult task, especially if it is really large. This application simplifies this process and allows taking screenshots of web pages by a single mouse click.";
fDesc[11] = "formats (JPG, PNG, GIF), text formats (XML, RTF, TXT, MHT),and various script formats (PHP, JSP, ASP, PERL, PYTHON, etc.).";
fDesc[13] = "couple of things: capture your entire screen or capture any combination of active or inactive windows. CaptureSaver does that but also adds support for smart screen-captures from third-party applications.";
fDesc[14] = "pages as 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 = '...';
}
}