var fDesc=new Array(); fDesc[0] = "Ultralingua Portuguese-English Dictionary facilitates your access to an exhaustive dictionary and verb data. This Portuguese-English translation dictionary includes reliable features and content, such as 60,000 entries with 165,000 translations, IPA pronunciation for many English words, parts of speech, Portuguese noun genders, geographic vocabulary and other proper nouns, example phrases, idioms, and expressions, hundreds of grammar and usage explanation notes."; 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 = ''; } }