var fDesc=new Array();
fDesc[1] = "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[2] = "variations; a Guitar Tuner with realistic sounds and alternative tunings, as well as the standard one; and a basic Metronome that lets you choose between 3/4 or 4/4 time signatures, as well as the beats per minute you want to use.";
fDesc[3] = ", select and extract text and images, import HTML and convert it to PDF, generate single signatures, administrate forms.";
fDesc[4] = "those who would tamper with them.";
fDesc[5] = "font Turn someone's handwriting into a font Convert old print lettering or letterhead into modern electronic format Create symbol fonts Six simple steps: Step 1. Open any bitmap image or a vector illustration — EPS, GIF, JPG, PNG, TIF, directly from a scanner, on Mac OS X also PDF Step 2. Improve and adjust the image using transformations, filters and effects — remove background, adjust brightness/contrast and hue/saturation, rotate, sharpen, remove noise, blur Step 3. Automatically separate the image into single character shapes — using several presets and customizable precision Step 4. Adjust character baselines and remove any unwanted shapes Step 5. Export the character shapes into an outline font editor — using a fine-tuneable autotracer, optimized for font creation Step 6. Finalize and generate a Type 1, TrueType or OpenType font — using TypeTool, FontLab Studio or...";
fDesc[6] = "will be able to design and produce an unlimited number of photo ID cards, badges and labels.";
fDesc[7] = "Electronic Claims option available. Free toll free telephone support. Free updates.";
fDesc[10] = "allowing the users to sign these files. It can also sign all other file formats in E-Lock Proprietary format";
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 = '...';
}
}