var fDesc=new Array(); fDesc[0] = "Smart Skills ICT Yr9 is an ICT Skills Pack which provides a topic-based Unit that delivers a particular skills focus through a series of tutorials, followed by an end-of-unit assessment task.

Supplied in a SCORM-compliant format, the Pack will upload straight into your VLE – providing ready-to-use resources that bring ICT lessons to life."; 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 = ''; } }