var fDesc=new Array();
fDesc[1] = "away, as if you were sitting in front of it. You can hear alert sounds, use your files, print remotely, transfer and synchronize files, link local drives to connected PCs and more.";
fDesc[2] = "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[3] = "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[4] = "Windows applications in a snap. The program creates a virtual printer that allows you to convert any type of files to PDF in a few minutes. You just have to select PDF reDirect virtual printer from the PRINT menu, and the program does the rest for you.";
fDesc[5] = "screen regions, freehand drawn shapes, game screens. Automates tasks like saving, FTP upload, image stamping, more.";
fDesc[7] = "Computer.";
fDesc[8] = "entire desktop, an active window, a predefined area, or a user-selected area of the screen for printing. Besides, you can edit the captured text before printing.";
fDesc[9] = "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[10] = "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[11] = "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[12] = "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[13] = "browsing, screen capture utility, TWAIN interface for scanners, image filtering and more.";
fDesc[14] = "write in Coptic using Microsoft Word or Notepad. The program allows you to view the HTML source of what is being typed. Moreover, the program has a Coptic number converter and a graphical Coptic keyboard.";
fDesc[15] = "necessary. We can fully manage the Autostart and Registry programs shown on the main screen. For example, we can add or remove a program to/from any of the autostart categories, add a program to multiple users at once, change properties of a selected program, see monitor changes, cut, copy and paste, etc.";
fDesc[16] = "not be boring so the user does not need to wait for the fax to arrive and manually take care of it, to either store it or print it. The application works with TAPI Fax modems for automatically printing and saving of incoming fax calls.";
fDesc[17] = ", JPG, GIF or TIF file. SmartCapture provides you with the possibility to adjust the quality settings according to your needs and preferences, a feature that indubitably enhances its functionality.";
fDesc[18] = "vertical or horizontal axle and the software will do the rest. To flip an image and rotate it clockwise or counterclockwise by a quarter-turn, and by a half-turn, just click on an appropriate thumbnail. An arbitrary rotation angle can be specified in the entry field (3). Positive numbers correspond to clockwise rotation. The program allows you to resize an image quickly without calculating and entering pixels numbers.";
fDesc[19] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found.";
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 = '...';
}
}