var fDesc=new Array(); fDesc[0] = "Affordable, entry level vehicle swept path analysis using the powerful and trusted AutoTrack engine. Predict the paths of steered vehicles at loading bays, junctions, roundabouts, petrol forecourts, service areas and much more.
Features:
- Four drive modes including the interactive Manual Drive
- Includes worldwide national design vehicles
- Thousands of extra vehicles in the free online libraries
- Edit vehicles in seconds using the unique Vehicle Wizard
- Built-in 2D animation tool - free!"; 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 = ''; } }