var fDesc=new Array();
fDesc[1] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective.";
fDesc[2] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards";
fDesc[3] = "as well as from portable mass memory units such as Flashcard, Memory Sicks, Camera cards, etc. The application offers selection of drive, type/format of media files to recover (audio, pictures, photographies, movies, video) and the target folder for the recovered files.";
fDesc[4] = "and workstation models and operating systems. HP Credential Manager 2.1 provides an interface to manage identity, credential, and multi-factor authentication through the HP ProtectTools Security Manager.";
fDesc[5] = "cards in English or pan-European language. Presto BizCard can be easily used to search and manage contacts. The RecoreR OCR engine helps in recognizing the card data with ease.";
fDesc[6] = "software you can create your own style of cards in literally minutes. It's really easy to use! Advanced ID Creator helps you to: Create a great looking id card - Use the wide variety of tools to add text, graphics, shapes, barcodes, shadows and other effects to your design. Vary the color and style of any object for an endless array of possibilities. Supports all card sizes - Select an existing layout or add your own for any ID card paper you want to print. Use standard stock or define your own. Get it done fast! - Use the previously saved template to get started in a matter of seconds. Once your basic design is created tweak it as needed or print it just the way it is. Create id cards for your entire organization - Use the built-in Personal Databases to store information for each person in your organization for fast card creation on the Template Design step. Store each person's...";
fDesc[7] = "and Plug-Ins interfaces and any of your own applications can work with a smart cards via Smart Card ToolSet PRO.";
fDesc[8] = "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[9] = "deleted digital photos, video and audio files of various formats, documents, messages and other types of data.";
fDesc[10] = "your PC while the files are automatically renamed and organized in folders by subject and by date. Smart Import loads very quickly and doesn't make your computer look like a dinosaur.";
fDesc[11] = "smart card, a USB stick or a CD with your login data. In future you need only this token as key for the logon authentication.";
fDesc[13] = "disks and other endpoint devices. It combines the industry standard NIST-certified AES 256-bit encryption, an innovative Disk Firewall mechanism, 64-bit platform compatibility, USB disk portability and smart card authentication into a low-cost and easy-to-deploy solution. It provides proactive protection against viruses, Trojans, adware, spyware and unauthorized network access. Sensitive data are not only encrypted, but are protected with Dekart's innovative Disk Firewall mechanism: a unique technology that creates a white-list of 'trusted' applications allowed to access the encrypted disk. If a specific application is not found in the white-list of programs, it will be unable to read or alter the confidential information stored on the virtual encrypted disk. Support for smart cards and biometric devices provides an added layer of data protection by storing the user's private...";
fDesc[14] = "USB flash drive, smart card, or token; enjoy automated access - simply insert the USB drive and pass convenient identification.";
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 = '...';
}
}