<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsSwiperSub Dim rsSwiperSub_numRows Set rsSwiperSub = Server.CreateObject("ADODB.Recordset") rsSwiperSub.ActiveConnection = MM_dbase1_STRING rsSwiperSub.Source = "SELECT * FROM QueryProductDetails" rsSwiperSub.CursorType = 0 rsSwiperSub.CursorLocation = 2 rsSwiperSub.LockType = 1 rsSwiperSub.Open() rsSwiperSub_numRows = 0 %> <% Dim rsSwiperMain Dim rsSwiperMain_numRows Set rsSwiperMain = Server.CreateObject("ADODB.Recordset") rsSwiperMain.ActiveConnection = MM_dbase1_STRING rsSwiperMain.Source = "SELECT * FROM QueryDistinctCategory" rsSwiperMain.CursorType = 0 rsSwiperMain.CursorLocation = 2 rsSwiperMain.LockType = 1 rsSwiperMain.Open() rsSwiperMain_numRows = 0 %> <% Dim localTime Dim localTime_numRows Set localTime = Server.CreateObject("ADODB.Recordset") localTime.ActiveConnection = MM_dbase1_STRING localTime.Source = "SELECT * FROM QueryTimeDate" localTime.CursorType = 0 localTime.CursorLocation = 2 localTime.LockType = 1 localTime.Open() localTime_numRows = 0 %> <% Dim productInfo__MMColParam productInfo__MMColParam = "1" If (Request.QueryString("productInfoID") <> "") Then productInfo__MMColParam = Request.QueryString("productInfoID") End If %> <% Dim productInfo Dim productInfo_numRows Set productInfo = Server.CreateObject("ADODB.Recordset") productInfo.ActiveConnection = MM_dbase1_STRING productInfo.Source = "SELECT * FROM QueryProductInfo WHERE productInfoID = " + Replace(productInfo__MMColParam, "'", "''") + "" productInfo.CursorType = 0 productInfo.CursorLocation = 2 productInfo.LockType = 1 productInfo.Open() productInfo_numRows = 0 %> Global Aviation
Global Aviation Support Pty. Ltd
Sunshine Coast Airport, Queensland, Australia
Tel: 07 5448 8877 Fax: 07 5448 8866
Email:
Local Time - <%= DoDateTime((localTime.Fields.Item("Time").Value), 4, 1033) %>, <%= DoDateTime((localTime.Fields.Item("Date").Value), 1, 1033) %>
 

Aerial Pursuits Helmets
Aerial Pursuits logo
Intercoms, Headsets and Helmets

Our range of Aerial Pursuits intercoms is designed specifically for the high-noise ultralight environment. Several models are available, with Voice Operated (VOX) options and the ability to connect to a large number of different radio systems.

The headsets provide a Noise reduction rating of 29db, with built-in volume control, noise cancelling dynamic mike, flexible stainless steel boom, and a curly cord.

The Aerial Pursuits Ultralight helmet is designed for the ultralight or trike pilot, specially to complement the headset series. It includes a panoramic visor as standard.

The intercoms come complete with a choice of radio patches for a range of popular radio systems.

These helmets are designed to be worn over the top of Aerial Pursuits headsets, which have a very slimline headband.

The helmet is cut away at the sides leaving room for the headset cups to seal snugly against the helmet.

The helmet clasp is a Fastex plastic clip, and the loose strap is provided with velcro tabs to secure it against flapping in your face in the airstream.

A panoramic clear visor is standard, though optional.

Model Price Description
HEL-02KV P.O.A. Lightweight Epoxy/Fibreglass/Kevlar helmet, with comfort liner and flip visor with visor lock. Visor is bolted to the helmet. Available in Red or White.
HEL-02CV P.O.A. Lightweight Epoxy/Carbon Fibre/Kevlar helmet with comfort liner and flip visor with visor lock. Visor is bolted to the helmet. Available in Clear Carbon Weave and custom finishes.
HEL-02nVI P.O.A. Integral headset option for HEL-02 units
Sizes. Measure the circumference of your head just above the eyebrows.
The following is a guide to the correct size to order:
SMALL - 55 cm MEDIUM - 57 cm LARGE - 59 cm EXTRA-LARGE - 61 cm
© 1999-2004, Global Aviation Support Pty Ltd
<% rsSwiperSub.Close() Set rsSwiperSub = Nothing %> <% rsSwiperMain.Close() Set rsSwiperMain = Nothing %> <% localTime.Close() Set localTime = Nothing %> <% productInfo.Close() Set productInfo = Nothing %>