var fDesc=new Array(); fDesc[0] = "Each information is displayed using different colours so that you can easily focus on what you are seeking for.
This unique product is the pinnacle of the rich lexicographic career of the illustrious lexicographer Panagiotis Tsampounaras. It contains many innovations and it follows an original lexicographical approach: Although it is extremely useful to Greek speakers, it has been designed with the English speakers in mind, and the definitions are constructed in a way which makes them easily comprehensible to English speakers."; 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 = ''; } }