var fDesc=new Array(); fDesc[0] = "Move On offers a direct approach to promotion, engagement and delivery that highlights opportunity for all rather than need for some. It describes the benefits that learning and qualifications can bring, and encourages people to believe that they can progress.

To maximise the support for your learners, download 'how to review your answers' from the following links to use the question feedback to inform the learner’s individual learning plan."; 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 = ''; } }