var fDesc=new Array();
fDesc[1] = "Microsoft Word, Excel, PowerPoint, Outlook, Internet Explorer, Project, Visio, Access, and Publisher, as well as Autodesk® AutoCAD® and Lotus Notes.Scan paper documents to PDF and automatically recognize text with optical character recognition (OCR) technology to create compact, searchable PDF documents.Archive e-mail or e-mail folders from Microsoft Outlook or Lotus Notes in PDF to facilitate search and retrieval. Convert complete web pages, or just the portions you want, including or excluding rich and interactive media. PDF versions of web pages are easy to print, archive, mark up, and share.Convert virtually any 2D and 3D designs — including layers, dimensions, and metadata — to a single PDF file to share product data more easily and securely.";
fDesc[2] = "its own priority settings: high or low priority, planned work, approved work, etc. Well, this is useful if you have a lot of folders and you need to easily recognize the folder that you are working on.";
fDesc[3] = "and device recognize it awesome, providing all the information without mistakes, complete analyzes and information in one moment, multiple options to save the information and more.";
fDesc[4] = "desktop look better and improve the usability, making easier to recognize items. You can share your icons with others, and use other people´s creations. It has many themes included.";
fDesc[5] = "and enables you to share your collection with other users. With DVD Profiler you can categorize your collection and can also perform powerful search for finding DVDs of your choice.";
fDesc[6] = "Pro. Both of them search the system and then show an initial window with all the installed programs with their corresponding icons so the user can recognize which program has to be uninstalled. It also can export this list for printing purposes.";
fDesc[7] = "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[8] = "single-instrument polyphonic music. It's a powerful tool to help you to transcribe music, to practice musical instruments and to make MIDI files.";
fDesc[9] = "programs by \"drawing\" in the screen with the mouse. These draws are called \"gestures\" StrokeIt is pretrained to recognize more than 80 mouse gestures and can be further trained to recognize more through plugin libraries";
fDesc[10] = "scanners, digital cameras, images files and PDF. It can convert it to almost any kind of file. Conversion is fast and accurate. It is easy to use.";
fDesc[11] = "mechanism called Backpropagation. Improve your IQ test score, memory and attention";
fDesc[12] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools.";
fDesc[13] = "immediately when a new call arrives. Supports talking Caller ID, Call Block, and Windows XP style tooltips.";
fDesc[14] = "click on the audio file or drag and drop it into an appropriate folder. It is very easy to use and you can convert any of the supported audio formats into another one or even all of them.";
fDesc[15] = ", you will be able to practice: Reading notes, Train your ear, and learn to play a score with different instruments. This is a 3 in 1 musical software that will definitely improve your musical skills.";
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 = '...';
}
}