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] = "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[3] = "enables you to take lots of screenshots with minimal intervention, thus saving you valuable time. It also features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze.";
fDesc[4] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found.";
fDesc[5] = "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[6] = "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[7] = "of the Print Scrn key or any other key you configure. Free full feature 30 day trial. Buy $19.95";
fDesc[8] = "capturing needs, King Kong delivers powerful features for your satisfaction and still remain easy to use.";
fDesc[9] = "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.";
fDesc[11] = "printscreen also included.";
fDesc[12] = "innovative features that make of it a great desktop utility. CapSnapper can create screenshots of the desktop, any window or application you are running, has good editing potential, and most important of all, it’s easy to use.";
fDesc[13] = "ways of taking your screenshots. Still, it is far from the best one among the programs of this kind: it doesn't come with hotkeys and is not too precise.";
fDesc[15] = "for future review, just push the PrintScreen button and the Quick Screen Note (QSN) program will make a screenshot and will save it into an archive as a JPEG file. The QSN Viewer program allows you see all screenshots anytime you wish and also you can print out any screenshots.";
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 = '...';
}
}