var fDesc=new Array();
fDesc[1] = "documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting.";
fDesc[2] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images.";
fDesc[3] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning.";
fDesc[4] = "Dragon NaturallySpeaking is the promising software which assures continuous recognition of natural speech that is converted to text.";
fDesc[5] = "convert paper documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting.";
fDesc[6] = "Includes Softwriting handprint recognition demo. SimpleOCR is also a royalty-free developer toolkit (aka SDK or API).";
fDesc[7] = "assist you in the transcription of audio recordings. The program is installed on the typist's computer and can be controlled using a transcription foot pedal or a keyboard .";
fDesc[8] = "and format retention with robust networking capabilities. It includes all the features of the Professional edition plus networking features such as automated network installation, support for networked multi-function peripherals, among others.";
fDesc[9] = "formats anymore. Your own ringtones, the opportunity to edit your audio files, the transferring of your music to the instrumental form and many other useful and important things – all that you can carry out by means of WIDI Recognition System!";
fDesc[10] = "the spoken commands to run programs, interact with Windows and dictate words into word processing programs, such as WordPad, or to fill out on-line forms. Voice and Speech Recognition can also be used to edit text on the computer. It comes with a speech training tutorial.";
fDesc[11] = "document. Without the need of having any Acrobat program, pictures or images can be scanned to PDF documents, with the options of Optical Character Recognition (OCR), Barcode Recognition and creating searchable documents.";
fDesc[12] = "scanner or open an already existing image file (TIFF, BMP, PDF, and others), and the program will accurately recognize all the elements that conform the score, including multiple voices, accidentals, cue notes, grace notes, ties, slurs, and many more.";
fDesc[13] = "This tool could be used for vectorizing of charts, drawings, maps and schemes for input to CAD or GIS systems. Also you can vectorize logotypes and other similar line art images for using in Vector Graphic Design software. An application has an option to setup a reference for images, in other words to assign a real coordinates to certain raster points. Thus, you can get vector data not only in the raster coordinates, but real geographical coordinates or in the chart coordinates. Main Features: Create centerlines and outlines Arcs and circles recognition Orthogonal lines recognition Polylines smoothing Vector editor Smart trace method for passing polylines crossings Input raster formats: BMP, GIF, TIFF, JPEG, PCX, TGA, PNG, WBMP, ICO Raster image noise filtration TWAIN32-compatible scanners support";
fDesc[14] = "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[15] = "automatically logs you into the right Windows account. Stop wasting time choosing your Windows account and typing your password. Just your smile is all you need to login!";
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 = '...';
}
}