var fDesc=new Array();
fDesc[1] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[2] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues.";
fDesc[3] = "e-mail, calendaring, group scheduling, to do list and more. Notes users can exchange messages via the Internet, work with any Web application, read and post topics to Internet newsgroups, search Web directories, and use X.509 certificates for security. Notes even lets you access your e-mail and other applications while you're off-line -- with full fidelity -- and gives you the option to synchronize your work later.";
fDesc[4] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files.";
fDesc[5] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts.";
fDesc[6] = "to English and vice versa, and also Spanish to/from Portuguese (Brazilian) directly, without changing it to English first, providing users with an accurate Portuguese machine translation for all their text requirements.";
fDesc[8] = "download the core software and add the language packs you need, choosing from an amazingly wide list. Both the core software and the language packs are absolutely free.";
fDesc[9] = "launched in North America. This fourth release of the popular racing game introduces various new classes of gameplay: High Stakes, Getaway and Career";
fDesc[11] = ", Frisian, Polish, 80-celluar, Sri Lankan. Strong AI, 5 difficulty levels. Skinning and network game are supported.";
fDesc[12] = "check; over 25 languages, medical, legal. Improved Compatibility Mode for MS Word, Internet Explorer, Outlook Express and more.";
fDesc[13] = "Definitions). Improved Compatibility Mode enhances spell checking Microsoft Word, Internet Explorer, Outlook Express and more.";
fDesc[14] = ", Thesaurus, Dictionary, Paragraph Options, Format Styles. Dictionary Update Wizard automates adding more spelling dictionaries.";
fDesc[15] = "versa, and also Spanish to/from Portuguese (Brazilian) directly, without changing it to English first, providing users with an accurate Portuguese machine translation for all their text requirements.";
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 = '...';
}
}