var fDesc=new Array();
fDesc[1] = "click.";
fDesc[2] = "Computer.";
fDesc[3] = "track (wav) to the project, select the style for displaying the slides, slide frequency, display in random or sequential orders, and that’s it! Lay back and enjoy it!";
fDesc[4] = ", pcx,tif,gif or jpg files";
fDesc[6] = "pre-configured size for similar items (like icons), also annotate your captures with text, arrows and callouts, so you can emphasize certain areas of your image. Also, the captured image can be resized without compromising its quality.";
fDesc[7] = "family which includes ScreenHunter 5.0 Free, Plus and Pro.";
fDesc[8] = "captures by editing the captured images and also adding descriptions using text balloons, arrows and other objects.";
fDesc[9] = "extremely easy to use and has many configurable settings. With this application, you will be able to take screenshots of any window, video, website and any window's active area. Besides, the program lets you take screenshots of any region of your screen.";
fDesc[10] = "format is AVI format with tons of customizable quality.";
fDesc[11] = "program. The email images are tiny gif files so that mail transfers are fast and the images can be viewed on virtually any system(i.e. 95, NT, 98, Win3.1, Unix, Mac...). Greatfor gathering images from the Internet for documents, presentations and web site design. Also views/convertsBMP, JPG, GIF, PNG and PCX formats.";
fDesc[12] = "professional-looking screenshots. Explain complex ideas in a way anyone can grasp in seconds";
fDesc[13] = "just been updated and should bring back those memories, just hit the Print Screen key and hey presto. Will also print specific area if required.";
fDesc[14] = "on your screen and printer fonts, compare them, sort them, print them,view ASCII codes for a specific font, customize the appearance of the program, and more.";
fDesc[15] = "\"Print Screen\" key, a timer, one or more hotkeys, or select from a popup menu.";
fDesc[16] = "advanced info includes CPU, drives, apps, display, memory and more.";
fDesc[17] = "surfaces of DVD players and video games, copy it to the printer, the clipboard, and file, allow you editing the image and undoing/redoing 10 steps.";
fDesc[18] = "Popup Menu 'View / Print / Scan...' in the Windows Explorer. Provides simple functions that make image file management easier. You can quickly open, move, rename / convert, print images. You can quickly capture images from the screen. You can load images from scanners or digital cameras.";
fDesc[19] = "automatically, filling out web forms with Internet Explorer shortcuts, and monitoring network traffic.";
fDesc[20] = "your life. Using powerful features such as browse and print filters you can quickly see what tasks you want to work on.";
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 = '...';
}
}