var fDesc=new Array();
fDesc[1] = "of related words, with one-click look up in almost any Windows program. The database has over 150 000 root words.";
fDesc[2] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[3] = "powerful application is a handy and very useful tool for professionals, students, English learners, etc., and includes more than 210.000 definitions, examples and pronunciations. This program will become an essential tool for those who need look up English words.";
fDesc[4] = "any program by right-clicking your mouse over it and holding down the CTRL key. You can evaluate WordWeb free of charges for 30 days. After that you may use it only if you flight less than three times a year. Otherwise, you must purchase WordWeb Pro to continue using it.";
fDesc[5] = "The dictionary contains over 250,000 words, including historical figures, slang and jargon. The program suits perfectly for visually impaired or blind computer users.";
fDesc[6] = "Thesaurus. The dictionary contains 240,000 words, phrases, and concise definitions, with over 1,800 brand new words from Oxford's new word research.";
fDesc[7] = "power of today's informational online resources, and it sits alongside a very comprehensive Indian language resource kit. This kit includes the Gujarati Dictionary, a Thesaurus, an Idioms section, and the options of Phrases and Proverbs.";
fDesc[8] = "take charge of your code. Fully extensible, with a powerful scripting language to meet the needs of the serious user.";
fDesc[9] = ", easy-to-use, off-line English thesaurus that helps you write and speak better by leading you to the right word for every purpose or occasion.";
fDesc[10] = ", this tool is just what you need! If you try to look it up on the WordBrowser995 the answer would be: “1. thesaurus, synonym finder -- (a book containing a classified list of synonyms)” Well, it seems it works just fine!";
fDesc[11] = ", enhanced, and resized to a smaller size. It can fully run under Windows Vista. New features include tabs, scratch pad, and the possibility to view proverbs, idioms, and phrases, when searching for a perfect/normative rhyme. We can evaluate this product free of charge for a whole month.";
fDesc[12] = "Format and Plain Text Format. It has a basic spell checker and thesaurus but to work you have to add a dictionary manually. Files can be saved in Win Word 6.0, RTF (Rich Text Format), txt document, and MS-DOS text format.";
fDesc[13] = "comprehensive toolbox suit which will facilitate the writing process by keeping all our project's bit and pieces handy and well organized. It gives us the opportunity to write not only books but essays, school and university projects, catalogs and many more.";
fDesc[14] = "specialized dictionary for thesaurus and computing terms.";
fDesc[15] = "Outlook Express. Checks spelling manually or automatically on \"Send\". Displays suggestions for 13+ languages.";
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 = '...';
}
}