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 reviews sheet at the end of the progress check to help you action on plan your learning.
Remember that the progress checks are not practice tests."; 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 = ''; } }