var fDesc=new Array(); fDesc[0] = "Learn2Drive3D contains all the theory you need to know to pass your South African K53 Learner's or Driver's licences. The material is based on the latest SA National Road Traffic Act and K53 manuals used by the Department of Transport examiners. When you install Learn2Drive3D, all sections are always included. You then choose to activate either the Learner's section, or the Driver's section, or both."; 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 = ''; } }