var fDesc=new Array(); fDesc[0] = "Ultralingua French-English is an exhaustive dictionary and verb data which comes with a lot of features and a reliable content, such as 85,000 entries with 270,000 translations, parts of speech, phrases, idioms, and expressions, geographic vocabulary and other proper nouns, IPA pronunciation for many words, French noun genders, hundreds of grammar and usage explanation notes.

Conjugations are available for thousands of regular and irregular French and English verbs."; 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 = ''; } }