var fDesc=new Array(); fDesc[0] = "TripPak IN-CAB™ is the next generation in mobile scanning solutions for the transportation industry. This in-cab solution includes state-of-the art image capture software and a light-weight, cost-effective scanner for drivers to use in the cab of the truck. With this technology, drivers easily install the TripPak SCANNING™ software on their laptop or netbook computer, and using the SCAC code from their carrier scan their documents with the TripPak SCANNING™ Model 467 scanner."; 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 = ''; } }