var fDesc=new Array(); fDesc[0] = "AutoTURN InSite is a program that provides cost conscious urban engineers and architects a simple and reliable option for performing vehicle simulations in the design of roadways, loading zones, parking lots and driveways. The program comes preloaded with four design vehicles for simple projects and you can add on national standards and AutoTURN extended vehicle libraries of your choice."; 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 = ''; } }