var fDesc=new Array();
fDesc[1] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area.";
fDesc[2] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects.";
fDesc[3] = "screen regions, freehand drawn shapes, game screens. Automates tasks like saving, FTP upload, image stamping, more.";
fDesc[5] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found.";
fDesc[6] = "option to try. With this simple yet versatile program you can take screenshots of any area on your desktop, as well as complete windows. The output images can be cropped, sent by email, or saved on your PC easily.";
fDesc[7] = "your present screen. It is easy to use and even provides you with complete automation for each process. No nag-screens, includes cursor capturing.";
fDesc[8] = "screen can then be sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area.";
fDesc[9] = "of the Print Scrn key or any other key you configure. Free full feature 30 day trial. Buy $19.95";
fDesc[10] = "parts of your screen. Use it to easily crop out sections of vector graphic files such as Fireworks without having to flatten the files or open in a new editor. Use it to easily capture parts of a web site, including text and images. It's also great for writing documentation that needs images of your application or web site.The files are saved straight to a folder of your choice in the format you specify or to the clipboard or printer. No more 'Print Screen'... open image editor... paste from clipboard... crop... export. Just double-click the form or press enter, and whatever is visible below the form is captured.The source code is freely available with shared source licensing. The license information is available in each class file.";
fDesc[11] = "PDF creator. The program refuses to open the protected document if the viewer didn't install the required license on his computer.";
fDesc[12] = "screen. This program lets you capture sequences from games, DirectX presentations, CAD programs and more. It has a fully Customizable user Interface that allows to rearrange menus and toolbars any way, assign any keyboard shortcuts, create instant toolbars and more options.";
fDesc[13] = "scrolling Internet pages. Not just a capture utility, CaptureEze Pro is also a powerful image acquisition tool with support for high-resolution digital cameras and scanners. Loaded with automatic options for versatile automation of the print process. Automatic start options allow predefined settings, screen to printer color reassignment, time-stamps, user defined text, delayed captures, and programmable 1 key operation. And, CaptureEze Pro even allows automatic incrementing of filename saves, overwrite filename, or direct copy to the clipboard. Includes superior image editing and enhancement tools only otherwise available in high priced, professional software. With two view modes you can create and preview effects from 6.25% to 1600%, and CaptureEze Pro's WYSIWYG print editor lets you see exactly how the final print will look. Included are image masks and cool edge effects, as well as...";
fDesc[14] = "screenshots with a high quality level. This program will save you a lot of time, and it is pretty much precise and easy to use.";
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 = '...';
}
}