<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Dim rs_article__MMColParam rs_article__MMColParam = "1" If (Request.QueryString("articleID") <> "") Then rs_article__MMColParam = Request.QueryString("articleID") End If %> <% Dim rs_article Dim rs_article_numRows Set rs_article = Server.CreateObject("ADODB.Recordset") rs_article.ActiveConnection = MM_ghawgood_STRING rs_article.Source = "SELECT * FROM tbl_article WHERE articleID = " + Replace(rs_article__MMColParam, "'", "''") + "" rs_article.CursorType = 0 rs_article.CursorLocation = 2 rs_article.LockType = 1 rs_article.Open() rs_article_numRows = 0 %> G HAWGOOD and Associates trading as Decatur Electronics Australia and Video Witness
menu frame
HomeRadar ProductsLight bars and Lighting ProductsVideo ProductsServicesContact
menu frame

News

<%=(rs_article.Fields.Item("article_title").Value)%>     <%=(rs_article.Fields.Item("the_date").Value)%>

" alt="<%=(rs_article.Fields.Item("image_alt").Value)%>" />

<%=(rs_article.Fields.Item("article_content").Value)%>

 

 

Back to the news index page

 

 

Quick Link

 

- What's New?

- Genesis II Select™
- Genesis II Directional™
- Genesis Handheld Directional™
- Genesis VersaPak™ Directional
- Vehicle Interface Portal (VIP)

- System Interface™, SI-2
- System Interface™, SI-3   Coming Soon
- Railmaster-VP™
- SVR™ (Surface Velocity Radar)

- Prospeed Pro-VP
- Prospeed™ CR-1K
- Speed Tracker™

SI-Arcade: A baseball variant of the SI-2 & SI-3.

- OnSite™ 200 Radar Speed Dolly
- Portable LED Sign
- EZ Start™

- Galaxy™ & Galaxy Elite™
- Digital In-Car Video System (DVM)
- Digital Video Flashlight (DVF)

New variants are to be released later during 2006.

divider
<% rs_article.Close() Set rs_article = Nothing %>