var fDesc=new Array(); fDesc[0] = "TachoScan is a program designed to download, archive and process record sheet data, driver card data and tachnograph data. The program enables you to compare data from driver cards and tachographs, generate clear reports, thus enabling a transport company to avoid the consequences of penalties for complete data missing. You will have to download and install the demo version of the program and then you can make the update to the last version."; 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 = ''; } }