var fDesc=new Array(); fDesc[0] = "Prophesy Mileage and Routing is a comprehensive truck driving directions system that can calculate miles and create Class 8 routes to over 1,000,000 points throughout North America and can calculate both industry standard rating and practical miles. This truck routing software solution considers commercial vehicle restrictions including height restrictions, low weight bridges, low underpasses, seasonal road closures, and avoids toll roads to create safe truck routes for commercial vehicles"; 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 = ''; } }