var fDesc=new Array(); fDesc[0] = "Dynamic Learning is the ultimate online teaching and learning resource. Combining award-winning quality content with easy-to-use tools, it supports teachers and encourages students to develop, progress and achieve. Dynamic Learning enables schools and colleges to streamline resources, gathering everything together in the one place. Lesson starters, plenaries, videos and activities, plus assessment and reporting, can be combined with a department's trusted worksheets and lesson plans creating a bespoke educational service."; 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 = ''; } }