var fDesc=new Array(); fDesc[0] = "Synchro adds an impressive list of new features without making you sacrifice the familiar. For example, now you can visualize full geometric layouts within Synchro, edit all data directly on a map sidebar and use multiple bitmaps to create background scenes.

Main features:

- Visualize full geometric layout within Synchro
- Edit all data directly on map sidebar
- Multiple bitmaps for background
- Integrate GIS MrSID and SHP files (aerial bitmap and centerline shape files)
- Set median, crosswalk width, tapers, TWLTL, lane alignment and more for simulation
- Control lane alignment thru intersections
- Detailed detector settings."; 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 = ''; } }