var fDesc=new Array(); fDesc[0] = "LLB Drivers Daily Log is easy to use. Driver's log book software that is fast, easy, and error free. Laptop Logbook imports information from the previous daily log, instantly does the math & updates your recap with each "clicked" graph entry or correction. It collects remarks as needed, monitors your current hours of service and at the end of your shift prints a signature ready drivers daily log and inspection form with a couple of clicks. LLB is drivers daily log software with familiar daily log pages in a paper log book format that is easy to navigate."; 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 = ''; } }