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

IC-A22E - Super compact NAV and COM portable
This extra compact aviation transceiver features excellent audio quality on the COM side and a VOR receiver with CDI function on the NAV side. Check and compare the dimensions of the IC-A22/E with other so-called "portable" transceivers.
a22e.jpg
Navigation features
  • Displays the radial heading TO or FROM the VOR station
  • CDI (Course Deviation Indicator) shows deviation from original set course at a glance
  • All 200 navigation channels
  • ABSS (Automatic Bearing Set System) identifies the direct radial to the VOR
And more...
  • 50 memories with alphanumeric message capabilities
  • One-touch selection of the 121.5 MHz emergency frequency
  • Versatile scanning capabilities including a lockout function
  • DC connector allows operation with 12 to 15 V DC power source
  • Powerful 5 W of output power (5 W P.E.P. typ., 15 W carrier typ.)
  • FET power module provides stable operation at high-duty cycles
  • Rugged die-cast aluminium chassis and polycarbonate casing for extraordinarily rugged use
  • ANL (automatic noise limiter) function to reduce pulse-type noise
  • Low battery indicator and over voltage caution indicator
  • Accessories packed with the transceiver: Ni-Cd battery, wall charger, headset adapter, belt clip and flexible antenna.
© 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 %>