var fDesc=new Array(); fDesc[0] = "T-Store Standard is the easy and economical solution for legal archiving.
- Stores data from digital tachographs and
driver cards in the required file format .
- Schedules the download tasks by setting
the time period between two downloads.
- With different colors the software shows if a download is necessary to do of a driver card or a
vehicle file.
- Two independent databases for drivers and vehicle for fast control of upcoming downloads."; 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 = ''; } }