var fDesc=new Array(); fDesc[0] = "Homeschool Academy provides guided learning and educational support for a variety of subjects. Key Stage 2 Science Skills introduces the fundamentals of natural sciences, including Nature & Biology, Chemistry, Energy and Materials. Students will develop an understanding of each topic and learn about the natural and chemical processes in a fun and engaging way."; 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 = ''; } }