var fDesc=new Array(); fDesc[0] = "Spanish English dictionary
Old Mr. Webster never imagined a dictionary like this! More than just word look-up, this dictionary software provides on-screen translation that tells you the type of word, gender (male or female in Spanish, for example), verb conjugation, and some common usages of the word. The program also defines phrases and expressions that often can't be translated word by word but need an understanding of the language's idomatic quirks. Dictionary 5.0 is the software that can actually help you learn, not just translate, a language.
How It Works
Once you've downloaded the software (Windows compatible) you'll have a new translation bar on your screen. Whenever you encounter a word or phrase you want to translate, simply drag and drop it into the translation bar. The dictionary can be used with whatever application you have open. This product functions as an English to Spanish dictionary and Spanish to English dictionary. Another module is available to conjugate verbs in English, Spanish, Italian and French.
Languages Included:

*
English to Spanish Dictionary
*
Spanish to English Dictionary

System Requirements

*
Microsoft Windows NT, 2000, Me, XP and Vista.
*
Pentium PC 1 Ghz processor or higher.
*
128 MB of RAM (256 MB recommended).
*
200 MB free hard disk space.
*
Mouse."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }