var fDesc=new Array(); fDesc[0] = "Learn the knowledge and test your understanding using either the car or bike Official DSA Theory Test revision questions, step by step, as you study LDCs Highway Code Plus ebook, undertake your first 12 driving lessons or as you practice the questions in each of the 14 DSA categories. The choice is yours. Simply memorising the answers to the Official DSA questions will no longer be sufficient to ensure you pass the test. See the "New Theory Test from 23rd January 2012" above for more details"; 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 = ''; } }