var fDesc=new Array(); fDesc[0] = "The Official DVSA Theory Test Kit is a software kit that will help you prepare for the multiple choice and hazard perception test. It includes new learning material in clear, bite-sized chunks to help you learn and really understand the theory, whatever your learning style is. Also, it includes loads of interactive exercises to help you learn: sign matcher, multiple choice clips, multiple choice questions, and commentary clips."; 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 = ''; } }