var fDesc=new Array(); fDesc[0] = "The BEIKS English Dictionary is a compact and handy helper to the hungry and always improving minds. While reading, writing or simply communicating, we come across new or forgotten words and expressions all the time. Detailed explanations to over 35,000 unique English words. Wide range of colloquial American English vocabulary. High dictionary compression ratio, allowing more than 5 MB of data to fit in under 2 MB device memory!"; 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 = ''; } }