var fDesc=new Array(); fDesc[0] = "TachoPlus Free Driver lets you control your tachograph data directly from the driver card. It can read the driver card through the card reader; it can also read the driver card data from the hard disk or from downloadkey. You can the view the data as graphics in a timeline form."; 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 = ''; } }