var fDesc=new Array(); fDesc[0] = "The Pocket Oxford English Dictionary is the world's longest-established and best-selling pocket English dictionary. It is one of the new generation Oxford dictionaries derived from the database of the highly-acclaimed New Oxford Dictionary of English. With over 140,000 words, including phrases, derivatives and idioms in more than 30,000 definitions, it provides a comprehensive coverage of everyday English."; 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 = ''; } }