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

Corgan Associates Headquarters
401 North Houston Street, Dallas, TX

Project Description

The Corgan Associates Building is a new building in Dallas’ Historic West End District and was completed in February of 2007. The building is Silver LEED Certified and one of the features that helped achieve that certification is a rain harvesting cistern. The cistern collects rainfall runoff from part of the roof and stores it for use in irrigating the landscaping on the property. The rain harvesting system reduces the stormwater runoff volume from the site and helps lower water costs for the owner.

Key iSWM Features

The rain harvesting cistern is 10 feet in diameter and 10 feet tall. It is made from concrete and includes a manhole on the top that is used for maintenance. Two 6-inch pipes direct the roof drainage into the top of the cistern. Pipes at the bottom of the cistern connect to the irrigation system for the site’s landscaping. A concrete flume at the bottom of the cistern directs any overflow from the cistern towards the west side of the property.

Drawings and Technical Information

The area of site is approximately 36,000 ft² with 22,000 ft² of roof area and 3,000 ft² of landscaping.  Of the 22,000 ft² of roof area, approximately 13,000 ft² is directed towards the rain harvesting cistern.  The cistern has approximately 5,800 gallons of storage, which would store a 0.72 inch rainfall event.  To store the 1.5 inch storm event would require an additional 6,355 gallons of storage.  Approximately 3,900 gallons of water for irrigation is required in an average month to maintain the landscaped area of 3,000 ft².

No drawings for the project are available.

Project Resources

Project Representatives

Brenda Patterson
Building Manager
Corgan Associates, Inc.
214-757-1690

Alan Richards
Associate
Corgan Associates, Inc.
214-757-1708

 

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