var fDesc=new Array();
fDesc[1] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen.";
fDesc[2] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one.";
fDesc[3] = "is very intuitive with excellent search functions. With the search criteria you can search multiple folder structures at once and specify all the functions for identifying the duplicates.";
fDesc[4] = "digitally enhance your pictures, negatives and prints? If so, than we invite you to step out of image editing darkness and enter into the LightZone. Written by photographers for photographers, LightZone is an image editing software package that's simple to use, with powerful controls that won't force you to be an expert to tease out the true beauty in your images. LightZone includes many easy to use tools that emulate traditional darkroom procedures for enhancing exposure, color and contrast. LightZone also includes functions for sharpening, blur, noise reduction, and color control, plus LightZone supports reading RAW images from Canon, Nikon and other popular cameras. Whether you are a professional photographer, or a gifted amateur, LightZone is perfect for getting the most out of your film or digital pictures.";
fDesc[6] = "maximize the profits of the store, and later, stores you have on your control. The game has good ideas but there are many issues that do not make the game enjoyable.";
fDesc[7] = "mystery and action which takes place in a U.S. High School. Leafmore High School was the typical American High school, with its troubled adolescents, the metal lockers, football team and cheerleaders. But for a while, things have changed.";
fDesc[8] = "tougher and obscure portions of the ldap protocol. The developers claim the software is tested and run on a variety of operating systems, such as Windows, Linux, Solaris and OS390, and is supposed to have the capability to operate on any Java supporting operating system.";
fDesc[9] = "window on your desktop. Like new Windows Vista Aero Glass.";
fDesc[10] = "The return to school this time it will be very different. Plot: The game continues the original story, the same characters in the first part just that now are in college.";
fDesc[13] = "Generating strong, difficult-to-crack random numbers or passwords has never been easier! Create one or many millions of passwords using simple wizards or a complex and very flexible masking syntax. Generate extremely obscure passwords, pronounceable passwords, or even passwords derived from words of the included dictionary. Have the generator obscure them as much or little as you like so they are very secure but still easy to memorize. Define a mask that incorporates your company security policy and generate passwords as often as you need without any more worry about password policy compliance. The program can reside in the Windows system tray, with a hot-key and default mask defined so that passwords can be generated and copied to the clipboard from within any application. Never before has a password generator included so many sophisticated and useful tools to make your job easier. It...";
fDesc[14] = "combat hacker fingerprinting. Anti-reconnaissance confuses hackers enhances compliance with PCI DSS standards.";
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 = '...';
}
}