var fDesc=new Array(); fDesc[0] = "Developed in consultation with teachers and professional organisations, GCE English specifications support teachers in new approaches to the teaching and study of English, while valuing best practice.

English Language specification builds on the skills, knowledge and understanding established at GCSE and allows teachers the flexibility to meet differing student interests and needs. The themes are presented as questions and issues to explore."; 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 = ''; } }