var fDesc=new Array();
fDesc[4] = "(using an integrated or external fingerprint reader). The application is compatible with Windows XP and Windows Vista, supports domain security integration and have a friendly user interface.";
fDesc[6] = "for different areas such as: Networking, System Management and Security. Dell Controlpoint Security Manager provides access to the latest security, user identification, fingerprint readers, and smartcard security technology.";
fDesc[9] = "with more accurate tags and filenames. A great thing about this program is its ability to easily fingerprint and identify unmarked tracks. Now with this great program you will be be able to get the information you want and apply the corresponding tags to your files.";
fDesc[11] = "to others can be used as security system to identify peoples and to grant permissions. This awarded software allows developers to smoothly add fingerprint recognition to their software.";
fDesc[12] = "biometrics, USB tokens, barcodes, fingerprint and retinal scanning, remote internet passwords and many more. You can also install a different logon screen, with three different types of themes for the logon window (\"Global Warming\", \"AIDS\" and \"Save Wild Life\").";
fDesc[13] = "it sends to MusicBrainz, a database containing more than a million songs, to get accurate information about the song.";
fDesc[14] = "Crime Scene Investigation™ hit TV show with official characters, locations, voices and music. This great game is available to purchase right from the developer's Internet site.";
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 = '...';
}
}