<%@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 Electronic Noise Cancelling Headsets
[David Clark headsets, helmets & accessories]

David Clark logo

ENC Headset (Hardwired)

You'll hear and feel the difference immediately. When the ENC is turned ON, low frequency noise cancellation improves by an additional 12-17 dB.

  • Lightweight at just 17 oz.
  • Super soft gel ear seals with NEW exclusive Velvet Fleece surface Exclusive, patented flex/wire boom for easy, precise microphone placement
  • Reduced headband pressure.
  • Accepts six AA batteries.
  • Soft foam-filled pillow headpad
  • M-7A noise canceling electret microphone provides clear, crisp transmission
  • Stereo compatible for use with stereo intercom and cabin entertainment systems

Model H10-13XL Electronic Noise Canceling (ENC)

With portable battery module
You'll hear and feel the difference immediately. When the ENC is turned ON, low frequency noise cancellation improves by an additional 12-17 dB.
Modular Design:

  • Battery Power Module - Six AA batteries for up to 60 hours of operation
  • Five foot (extended) coil cord terminating with a 10 pin quick release connector
  • Coiled cord assembly connects Battery Power Module to panel intercom/radio
  • Headset can be used with optional panel mount.

H10-13XP With permanent panel mount module
  • Lightweight at just 17 oz.
  • Exclusive, patented flex/wire boom for easy, precise microphone placement
  • Super soft gel ear seals with NEW exclusive Velvet Fleece surface
  • Reduced headband pressure.
  • Soft foam-filled pillow headpad
  • M-7A noise canceling electret microphone provides clear, crisp transmission.
  • Stereo compatible for use with stereo intercom and cabin entertainment systems.
  • Panel Mount Model H10-13XP
  • Helicopter Models: H10-13HXL, H10-13HXP

Electronic Noise Reduction Headsets Noise Attenuation (Data for Passive Attenuation only)
NRR 23 dB - NOISE ATTENUATION DATA - MODELS H10-13X and H10-13HX
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 %>