var fDesc=new Array(); fDesc[0] = "This program is a 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 the recap with each "clicked" graph entry or correction. It collects remarks as needed, monitors your current hours of service using the 11/14 rule and at the end of the shift prints a signature ready drivers daily log and inspection form with a couple of clicks."; 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 = ''; } }