var fDesc=new Array(); fDesc[0] = "MobiLena is a program for reading driver cards and vehicle units.
MobiLena has the same basic functionality found in Lena(An easy to use application to upload tachograph files to idha-Online) but with the added feature to directly download data from the digital tachograph. MobiLena is aimed to be installed on a laptop and used to upload tachograph files directly from inside a vehicle."; 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 = ''; } }