var fDesc=new Array(); fDesc[0] = "AutoTURN is a vehicle swept path analysis program designed for transportation engineers, architects and planners worldwide. You can see how a vehicle traverses a path in live-animated simulations, vehicle paths can be changed quickly, and the program incorporates guidelines for minimum turn radii, transition curves, superelevation, and lateral friction from accepted standards."; 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 = ''; } }