<%@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 Headsets and Intercoms
Aerial Pursuits Helmets

Aerial Pursuits logo

Headset Aerial Pursuits manufactures a range of headsets suitable for ultralight aircraft. Features include:
  • High quality, noise excluding muffs (29db NRR)
  • High Quality Electret noise canceling microphones, or
  • MIL SPEC dynamic noise canceling microphones
  • Individual volume controls
  • Curly or straight cord
  • General Aviation compatibility as standard (others offer proprietary interfaces)
  • Choice of plug terminations - RJE (suit Communica), 6.5mm stereo (suit UltraCom) or GA 6.5/5.5mm plugs.
The heart of the Aerial Pursuit Communications System is the intercom box
Panels The intercoms feature:
  • Speech band filtering. High and low frequency filters limit sounds transmitted by the intercom to those most relevant for clear speech.
  • Dual Audio amplifiers. Separate preamplifier and power audio amplifier paths for each user assures independence of volume between headsets regardless of the setting of individual volume controls.
  • Adjustable side tone. An internal adjustment allows tailoring of the volume of your own voice returned to you relative to the other person in the plane.
  • Integrated radio interface. Radio and PTT cables are included.
  • VOX option. Most ultralight intercoms operate with "hot mikes", mainly because the range of noise levels in an average ultralight on climb versus cruise or descent means that a VOX is of limited use, (particularly doing circuits!). However, if you do lots of cross-country flying, a VOX is very handy on cruise. We provide a VOX option that you can disable with a switch for normal operation as required.
Item product no. Price Description
Prices do not include Australian GST of 10% which is payable for goods sold in Australia.
HSEQ-1000 2002 $195.00 Headset, standard
with noise canceling mike, RJE plug, low profile volume control, 2.5m curly cord. (Please specify whether pusher or tractor application.) Colour - black only!
ICEQ/-nn 6010 $220.00 Intercom, standard
includes radio patch lead and PTT switch. (nn=radio type supported). Requires external 12V supply. Internally regulated to 9V.
HEL-02KV 3020 $270.00 Lightweight Kevlar helmet with visor - fits over headset (S-XL) White standard. Other colours available with notice.
HEL-02KCV 3030 $340.00 Lightweight Kevlar/Carbon Fibre helmet (clear finish with carbon weave showing) - fits over helmet (S-XL). Black weave standard. Yellow/Red thread weave and patterns available by arrangement.
HELHSEQ 3040 $465.00 Lightweight Kevlar helmet with integrated headset with noise canceling mike, RJE plug, low profile volume control, 2.5m curly cord. (S-XL).
ICEQ/E-nn/nn 6020 $245.00 Dual Radio Intercom. As per ICEQ/E, except this unit allows two radios to be simultaneously connected to the intercom. A toggle switch determines which unit will be allowed to transmit when the PTT button is pressed.
Includes PTT switch and both radio leads. (nn/nn = radio types supported).
PTT-SSnn 7010 $65.00 PTT, single seat, includes radio lead and PTT switch.
VIS-01 9010 $33.00 Spare visor, suit HEL01, uses studs.
VIS-02 9015 $40.00 Spare visor, suit HEL-02, bolted to helmet, with visor lock.
WS-340 9020 $4.00 Microphone wind muff, flattened one side.
PTT-01 9030 $30.00 PTT switch, spare, suit trike (velcro on to bar, with 2.5m curly cord).
NOTES: Radio Types: (nn)
20=ICOM A20/Delcom 960, 40=ICOM IC40 (including GX),
22=ICOM A22, A3, A4*
6000=GME TX6000, 475=GME TX475S
We also support GME TX3000/4200. Other models by arrangement.
*Special note: ICOM A4 does not support remote power connection.
© 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 %>