var fDesc=new Array(); fDesc[0] = "English Unlimited is a six-level (A1 to C1) goals-based course for adults. Centred on purposeful, real-life objectives, it prepares learners to use English independently for global communication. Through universal topics and activities, and a focus on intercultural competence as a 'fifth skill', this international coursebook helps learners become more sensitive, more effective communicators. The e-Portfolio DVD-ROM enables learners to create a 'can-do' record of their work and progress. It also provides reference tools and a vocabulary trainer."; 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 = ''; } }