var fDesc=new Array(); fDesc[0] = "MiX Telematics has taken all necessary SARS requirements into consideration to make use of our Logbook easy and effective. Your are required to enter the local user name, which can be your name or anything, the password of your choice, the password hint and the Matrix Web account 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 = ''; } }