var fDesc=new Array(); fDesc[0] = "The professional navigation tailored to the needs of trucks and HGVs includes truck attributes such as thoroughfare height or truck blocks. The truck-specific routing saves detours, time and money. Truck attributes: Automatically include all restrictions for your vehicle type (Vehicle dimensions, axle load, closed roads etc.)
Hazardous goods restrictions: Avoid unsuitable road sections, for example for water-polluting and explosive goods, trailers and inclusion of hazardous goods tunnel codes."; 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 = ''; } }