var fDesc=new Array(); fDesc[0] = "This second edition updates a course which has proven to be a perfect fit for classes the world over. Engaging content and a strong focus on grammar and vocabulary combine to make this course a hit with both teachers and students. Popular course features have been refreshed with new content, including the imaginative reading and listening topics, 'Culture in Mind', and 'Everyday English' sections."; 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 = ''; } }