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] = "PrimoPDF is easy to install and use, it does need .net 2 framework to be installed on the machine prior to using this tool. PrimoPDF is compatible with most of the windows operating systems.";
fDesc[3] = "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[4] = "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[5] = "you can draw using the tools on your left. When you choose a tool, the different types of this tool that are available will appear on your right. You can pick the color that the chosen tool will use at the bottom of the screen.";
fDesc[6] = "for an immersive viewing experience. COOL 360's intuitive interface and easy-to-use wizard deliver great-looking panoramas fast while advanced warping, blending and alignment tools ensure excellent results.";
fDesc[7] = "you can take a screen shot of the total screen or only of selected areas. Besides, the resulting images can be easily edited on the main window program.";
fDesc[8] = "tiny yellow window that contains all the information required to get the most out of its features. The Capture item allows you to chose between different capture modes.";
fDesc[9] = "including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc.";
fDesc[10] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program.";
fDesc[11] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found.";
fDesc[12] = "windows, programs, websites and regions of your computer screen. This is a professional application that comes with a lot of features but it is not difficult to use because of its friendly interface.";
fDesc[13] = "can play crosswords in the computer just like if you were playing on the paper. Same rules, same aspect, same all. You can access almost unlimited version of crosswords in one single place, the computer game.";
fDesc[14] = "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[15] = "download and install Screen Shot Maker. It is a very easy and useful tool that everyone must have. This is not just a screen shot grabber, you will be able to edit your screen shots so they will take professional appearance.";
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 = '...';
}
}