var fDesc=new Array(); fDesc[0] = "Do your pupils need help with spelling? Are you looking for proven Phonic Spelling Resources? LCP's Phonics to Spelling is a simple and fun interactive resource for teachers.
Designed for children who perhaps didn’t ‘get’ phonics in KS1 and are now struggling with spelling, this teaching resource contains refreshing, fun strategies, such as games like Wacky Races, Lunar Mission, Chuck It Out, snap and dominoes, plus other interactive phonic activities and fun animations to help reinforce key spelling points."; 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 = ''; } }