var fDesc=new Array(); fDesc[0] = "Verbix is designed for students of foreign languages who are tired of browsing grammar books, dictionaries, incomplete conjugation tables and other sources to find correct verb conjugations and spelling. Verbix shows verb inflections of verbs in 100+ languages. Unlike any other sources, Verbix for Windows also returns the glossary look-up form from any inflection; you no more need to know them by heart! Translations, synonyms and antonyms further helps in working with foreign languages. Maps and verbose explanations of the language give extra background information. Unique Verbix language extension plug-ins make it possible to download and install new languages automatically through the web."; 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 = ''; } }