var fDesc=new Array(); fDesc[0] = "An optional NAM component Network Widening Mod adds a series of variable width surface networks by extending the game's default Road and One-Way Road networks with special starter pieces. 44 puzzle pieces which include Wide-Radius Curves, transitions to Maxis networks and other NWM networks, and neighbor connectors for two-way dual-tile networks.
Among these networks are the long-awaited Turning Lane Avenues, Medianless Avenues and additional widths of the One-Way Road network. It also includes a series of Wide-Radius Curve pieces for three of the single-tile networks, transition pieces, and neighbor connectors for selected networks."; 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 = ''; } }