<%@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

Merritt Road
Rowlett, TX

Project Description

The City of Rowlett is expanding Merritt Road to improve mobility and increase capacity on Merritt Road since there will be no service roads along the President George Bush Turnpike from Merritt Road to Rowlett City limits. The innovative design for Merritt Road is intended to support this area as a new technology corridor and to attract related business. Construction is scheduled to be completed in 2013.

Key iSWM Features

The design for Merritt Road integrates sustainable features, including medians that contain native plantings, vegetated swales, and four bioretention systems. These features combine to form a “treatment train” drainage method: open vegetated swale, forebay sediment filtering, biological uptake of pollutants with native plantings, and filtration of water before discharge. The treatment train system focuses on the application of low maintenance and cost-effective stormwater control design solutions aimed to improve water quality, reduce landscaping maintenance and irrigation demands, and provide cost savings.

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

Dennis Abraham, P.E., CFM
City of Rowlett
dabraham@rowlett.com
972-412-6287

 

 
 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 %>