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] = "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[8] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found.";
fDesc[9] = "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[10] = "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[11] = "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[12] = "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[13] = "of the Print Scrn key or any other key you configure. Free full feature 30 day trial. Buy $19.95";
fDesc[14] = "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[15] = "Windows Security Accounts Manager (SAM), even if you have lost your password and cannot logon to your Windows account. This incredible application creates a bootable disk and enables you to remove a password for the specific user or to recover password hashes.";
fDesc[16] = "them out. Apart from that, the program can recognize text in the graphics and save text files for each page in the document. Or save an independent image file for every page. MDI View can also save the document in .BMP format, in order to get them ready to use with other programs.";
fDesc[17] = "click.";
fDesc[18] = ", 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[19] = "PDF creator. The program refuses to open the protected document if the viewer didn't install the required license on his computer.";
fDesc[20] = "i-Fun Viewer is an image viewer which supports images with the following image formats extensions: JPEG/BMP/GIF/WMF/EMF/P NG/TIF/TIFF/PCX/TGA/DI B/RLE/PBM/PGM/PPM/JIF. When opening the program, we can see our entire directory; select any folder or file and all the images found in them will be automatically displayed as thumbnails, small thumbs, or filename.";
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 = '...';
}
}