var fDesc=new Array(); fDesc[0] = "This progress check can help you see which skills you need to brush up on. It can build your confidence in tackling test type questions. Print out your review sheet at the end of the progress check to help you action plan your learning. Remember that progress checks are not practice tests. To prepare for the National Test you need to have completed Practice Tests L, M and/or N successfully. Use L,M and N for your final Move On test practice."; 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 = ''; } }