var fDesc=new Array(); fDesc[0] = "Alpus is a dictionary viewer and it features: fast and fully offline operation, compatibility with StarDict, XDXF, DSL, DICTD, and TSV/Plain dictionaries, compatibility with ZIM files and MediaWiki database dumps, typing friendly search with the case, diacritics, and punctuation tolerance, fuzzy search, and full-text search. In-page popup translator, history and bookmarks"; 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 = ''; } }