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

David Clark Headsets
[David Clark electronic noise cancelling headsets, helmets & accessories]

David Clark logo

Model H10-13.4
  • Extremely lightweight - only 13.4 oz.
  • Certified Noise Reduction Rating - 23 dB
  • Reduced headband force
  • New Soft Air-Flow Pillow Headpad
  • Flo-Fit Gel Ear Seals
  • Universal Flex Boom for perfect microphone placement
  • Exclusive M-7A, the most advanced noise-canceling microphone available
  • Low-profile volume control knobs with detent settings
  • Molded cord assembly made to exceptional pull and flex standards.
The H10-13 series is available in four configurations:
The H10-13.4 standard mono model with a five foot straight cord and dual plugs for fixed wing aircraft.
The H10-13 S - a stereo version of the H10-13.4, also with a straight cord and dual plugs.
The H10-13 H - the H10-13.4 for helicopter pilots. This model has a coiled cord and a single plug.
The H10-13 Y - a model for younger pilots. This small version of the H10-13.4 is upgradeable to the full sized version when needed.

Model H10-20
Extensively engineered, superbly crafted performer with all the features you've asked for:
  • Flex boom assembly can be adjusted for perfect microphone placement
  • M-7A, the most advanced noise-canceling microphone available.
  • Foam/air-flow pillow headpad automatically adjust to individual head contour
  • Flo-Fit Gel ear seals provide the most comfortable fit
  • Superior noise attenuation (NRR 24dB)
  • Low-profile volume control knob with detent settings
The H10-20 is available in three different configurations:
The H10-20 is the standard fixed wing model with a straight cord and dual plugs.
The H10-21 comes with a coil cord and dual plugs for fixed wing use.
The H10-26 is the Helicopter version, with a coil cord and a single plug for helicopter radios.

Model H10-30

David Clarks "Best Value" Headset More H10-30s are in use than any other noise attenuating headset

  • M-1/DC microphone, the best Amplified Dynamic microphone on the market
  • Flo-Fit Gel Ear Seals
  • Molded cord assembly made to exceptional pull and flex standards
The Model H10-30 is available in two configurations:
The H10-30 The standard model with a straight cord and dual plugs for fixed-wing use.
The H10-36 The helicopter version of the H10-30. Comes equiped with a 6 foot coil cord and a single plug.

Model H10-60
David Clarks "Top-Of-The-Line" standard headset. No other headset has all these exclusive features:
  • Headset Pressure Adjustment
  • Noise Reduction Rating 23 dB
  • Headband Size Adjustment
  • M-7A Microphone
  • Super-Soft, Foam-Filled Pillow Headpad
  • Dual volume control lets you adjust the level for each ear
  • Boom Guide Lock
  • Flo-Fit Gel Ear Seals
  • Exclusive, patented flex/wire boom for easy, precise microphone placement
  • Dome jack lets you select from three different cord assemblies
The Model H10-60 is available in three configurations:
H10-60 The standard model with a straight cord (5') and dual plugs for fixed-wing use.
H10-60 C Comes with a coil cord (5') and dual plugs.
H10-60 H The helicopter version. Comes equipped with a 6-foot coil cord and a single U-174/U plug

Passive Noise Reduction Headset Noise Attenuation
NRR 21 dB - NOISE ATTENUATION DATA - MODELS H10-13 series w/ Foam Ear Seals
Frequency (Hz) 125 250 500 1000 2000 3000 4000 6000 8000
Attenuation (dB) 17.0 22.0 24.6 31.9 25.6 34.5 39.6 38.7 37.0
Standard Deviation 2.6 2.7 2.3 2.6 2.9 2.5 3.1 3.0 3.6

NRR 23 dB - NOISE ATTENUATION DATA - MODELS H10-13 series w/ Flo-Fit Gel Ear Seals
Frequency (Hz) 125 250 500 1000 2000 3000 4000 6000 8000
Attenuation (dB) 16.6 20.7 27.4 33.0 30.5 36.2 38.1 36.6 36.6
Standard Deviation 2.6 2.5 2.5 2.6 3.1 3.5 3.7 3.7 3.6

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