var fDesc=new Array(); fDesc[0] = "Willy A. Kirkeby is Norway’s leading dictionary author. His works are published by several leading publishing houses and adapted to many different areas of application. This publication targets those who use English comprehensively, at work, in education, or at home."; 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 = ''; } }