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

Eagle Fuel Drain Valves
NEW Beechcraft fuel cell drain valves - more efficient and easier to maintain.
First a little background for those not so familiar with the situation. On most models of Beech aircraft the quickdrain is not anchored to the bottom of the wing. This causes two problems. First, the fuel cell and especially the rubber outlet, called the nipple, is flexed and stressed every time it is sumped. Over time this results in leaks or worse, a cracked or broken nipple. Many have worried about cleaning or removing the quickdrain because they didn't want an overstressed nipple breaking off in their hand. Secondly, and most importantly, when the tank is less than full, the inboard aft corner of the cell raises up when it is sumped. This causes any water in the sump area to be displaced away from the quickdrain. Thus the need for something better.

Quickdrain
Eagle Technologies Company, a division of Eagle Fuel Cells-ETC, Inc., has developed 3 different valves to solve these problems. Two are bottom cleaning allowing you to clean the valve or change an o-ring without disturbing the cell. Two are stainless steel for durability. All the valves are anchored to the wing for better sumping, less stress and a longer life for the fuel cell.

People from the FAA, Raytheon, the ABS, mechanics and owners have all given two thumbs up to the Eagle Drain Valves. The drain valves are now FAA, TSO & STC approved for all Beechcraft Models 33 through 350.

The drain valves are available as a complete installation package consisting of two new fuel drain valves, attaching hardware, installation instructions and a copy of the FAA STC.

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