var fDesc=new Array(); fDesc[0] = "Homeschool Academy provides guided learning and educational support for a variety of subjects using proven teaching methods to help students learn, study and revise while having fun! Multiple choice questions are presented as fun and entertaining mini-games with engaging graphics and sound effects, while revision notes and grading help improve the child's understanding of the topics.
Key Stage 1 Shape & Colour provides a child with an understanding of shapes, colours and materials in the world around us, teaching cognitive skills, the properties of various shapes and colour-mixing. The child will develop knowledge and problem-solving skills while they play mini-games and answer questions."; 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 = ''; } }