var fDesc=new Array(); fDesc[0] = "As a serious German or English language learner you expect more than simple translations from your dictionary, so we created Windows software that conjugates, translates numbers, and includes built-in study tools like a flashcard builder and a bilingual grammar guide.

Main Features:
- Click on any word in a translation to look it up, conjugate it, add it to your flashcards, or search for usage examples online.
- Conjugate thousands of German and English verbs.
- Customize flashcards for memorizing vocabulary lists, verb forms, and more.
- Translate numbers into German and English text.
- Define German and English words in email, web browsers, PDF files, documents, and more with a hotkey."; 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 = ''; } }