var fDesc=new Array();
fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[2] = "allow for more accurate translations. However, there is nothing like having your texts translated by a real person with real skills and education. But this application will get you out of trouble should you need to translate a few sentences or paragraphs with the basic need for communication.";
fDesc[3] = "English, Spanish, German and Russian. Unlike other applications, TranslateIt!'s goal is to allow you to translate text directly from its source.";
fDesc[4] = "notepad, MS Word, etc. ShaPlus Google translator uses Google Translation Services and supports around 41 different languages. It also allows you to integrate this utility into context menu of Internet Explorer.";
fDesc[5] = "between them. It also has a dictionary, verb conjugator, and specialties in order to have an accurate translation.";
fDesc[6] = "presents two panels. In the top panel you can choose the language in which you will enter a word to be translated, and in the lower panel you can choose the language in which it would be translated.";
fDesc[7] = "to translate a webpage from and to English, French, German, Spanish, Italian, Portuguese, Dutch, Russian, Chinese, Korean and Japanese by making use of up to seven free online translation servers such as Lycos, Google translator, Dictionary.com, Yahoo! Babel Fish, etc.";
fDesc[8] = "documents loading them in the upper panel of the interface, indicating the language in which is written using the drop-down menu on the right. Then, by pressing the \"Translate\" button you will have the translated text, in the language you indicated, in the lower panel.";
fDesc[9] = "application. You only need to copy the text to be translated into the clipboard and paste it into the program's window. You will obtain instantly a translation of the text.";
fDesc[10] = "enter a word in English or Hungarian in the input box, and translate it to the other language. In the window on the bottom of the screen the program will show you the word in the original language, its classification and the meaning in the target language.";
fDesc[11] = "Chinese, Dutch, English, French, German, Italian, Japanese, Korean, Portuguese, Russian and Spanish. The Magic Dictionary is an excellent feature that allows us to search for a word definition in different databases.";
fDesc[12] = "due to the fact that it allows the translator to do a lot with it. TRADOS assists the user in translating any text, but is more successful in texts that are similar to each other. For example, in translating a text with many similarities, TRADOS will constantly...";
fDesc[13] = "and a lot of other tools. It works with three files: one Destination file representing the target language that you work on, one Source file that is used to display the texts to be translated, and one Reference file that contains all possible fields, in case the Source file hasn't been translated completely yet (for Spybot-S&D and FileAlyzer, the English language is the Reference as that language is always complete).";
fDesc[14] = "do is to enter a word - and it will be translated. It will also show you the different meanings of any word you want to translate - i.e. the program will show some definitions that explain the word you want to translate further.";
fDesc[15] = "Old Testament. The BibleMax module of this translation makes good use of all the BibleMax features, like its direct links to commentaries and references, and a powerful Search feature.";
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 = '...';
}
}