<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim menu_side__MMColParam menu_side__MMColParam = "iSWM" If (Request("MM_EmptyValue") <> "") Then menu_side__MMColParam = Request("MM_EmptyValue") End If %> <% Dim menu_side Dim menu_side_numRows Set menu_side = Server.CreateObject("ADODB.Recordset") menu_side.ActiveConnection = MM_Webdata_STRING menu_side.Source = "SELECT * FROM dbo.menu_mnu WHERE department_mnu = '" + Replace(menu_side__MMColParam, "'", "''") + "' AND visible_mnu > 0 ORDER BY order_mnu ASC" menu_side.CursorType = 0 menu_side.CursorLocation = 2 menu_side.LockType = 1 menu_side.Open() menu_side_numRows = 0 %> <% 'CSSMenu2 Start 'webdata dbo.menu_mnu None None Set CSSMenu2 = new MX_Menu CSSMenu2.Init "CSSMenu2" CSSMenu2.setQuery menu_side CSSMenu2.setPK "id_mnu" CSSMenu2.setFK "idmnu_mnu" CSSMenu2.setNameField "name_mnu" CSSMenu2.setTitleField "" 'URL Type: Dynamic CSSMenu2.setLinkField "url_mnu" CSSMenu2.setTargetField "target_mnu" 'CSSMenu2 Layout CSSMenu2.highlightCurrent true CSSMenu2.setLevel -1 CSSMenu2.setLayout "vertical" CSSMenu2.setSkin "iSWM" CSSMenu2.setShowTimeout 100 CSSMenu2.setHideTimeout 400 CSSMenu2.setImgReplace false 'CSSMenu2 End Dim Breadcrumbs Dim Breadcrumbs_numRows Set Breadcrumbs = BreadcrumbRecordset ("dbo.menu_mnu","id_mnu","idmnu_mnu","name_mnu","id",MM_webdata_STRING) Breadcrumbs_numRows = 0 %> <% Dim RepeatBreadcrumbs__numRows Dim RepeatBreadcrumbs__index RepeatBreadcrumbs__numRows = -1 RepeatBreadcrumbs__index = 0 Breadcrumbs_numRows = Breadcrumbs_numRows + RepeatBreadcrumbs__numRows %> integrated Stormwater Management (iSWM)
COG logoCOG Title bar
 
iSWM banner
 
     
 
     
<% 'Dynamic CSS menu, Layout: vertical, Skin: weather_aqua Response.write (CSSMenu2.render) %> navigation bar
 

iSWM Tools - Case Studies

 

 

Local Projects using iSWM Principles

Elm Fork Athletic Complex
Dallas, TX

Project Description

Elm Fork Athletic Complex is a 140 acre soccer complex located southwest of the intersection of Walnut Hill Drive and I-35E in Dallas.  Construction of the complex is underway with a projected opening in 2012.  The project master plan incorporates youth and adult soccer fields in a layout that provides; centralized parking that is convenient to all fields, restrooms, concessions, and storage facilities, a perimeter nature trail, and irrigation and lighting for all of the fields. The master plan places an emphasis on environmentally sensitive development of the athletic complex.  The project site is a former landfill which resulted in many challenges regarding design and stormwater quality.

Key iSWM Features

Elm Fork Athletic Complex incorporates sustainable design concepts, including stormwater quality, rainwater harvesting, wastewater recycling, and the use of recycled material for construction.  The project design includes seven bioretention cells used to treat runoff from the site.  Due to the previous use of the site as a landfill, stormwater is not allowed to infiltrate from the bioretention cells.  Liners are used under each bioretention cell to prohibit infiltration and to direct drainage to the underdrain systems that connects to the storm drainage conveyance system.

Drawings and Technical Information

The following drawings and technical information are available for this project (click on title for link):

Project Resources

Engineering & Design

Mike Wilkins, P.E., LEED AP
Freese and Nichols, Inc.
msw@freese.com
214-217-2263

Local Government

Thom Hubacek, RLA, ALSA
City of Dallas
thom.hubacek@dallascityhall.com
214-670-4995

 

 
 CONTACT US | SITE MAP | LEGAL | SYSTEM REQUIREMENTS
 North Central Texas Council of Governments | 616 Six Flags Drive P.O. Box 5888 Arlington, TX 76005-5888
 Main Operator: (817) 640-3300 | Fax: (817) 640-7806
<% menu_side.Close() Set menu_side = Nothing %>