var fDesc=new Array(); fDesc[0] = "Dr. DISPATCH Transportation Software offers the most affordable and easy to use Trucking and Brokerage Dispatch software available today. DrDISPATCH is loaded with features that help you compete in today's logistics world by offering a higher level of service than your competitors. Created by people from the trucking industry and backed by 15 years of proven reliability, DrDISPATCH software is continually improving to meet the needs of today's high demand Trucking and Brokerage professionals."; 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 = ''; } }