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

B & C Specialty Products Inc.
Lightweight aircraft electrical systems

B&C BC320-1 Lightweight Starter for Continental C75, C85, C90, C145, O-200 and O-300 series engines

BC320-1 Lightweight Starter for Continental engines Solve starter clutch problems forever
The B&C BC320-1 Lightweight Starter has been designed to replace the old, heavy and troublesome Delco Remy starters fitted as original equipment to most small Continental engines. The unit replaces 1920's technology with modern high precision engineering and instantly solves all the problems of worn out clutches and cracked gear pinions.

The B&C Lightweight Starter is an exceptional lightweight starter, saving approximately 4.3lb when replacing a key starter or 5.2lb if you are replacing a pull cable starter.

The B&C 320-1 is available with two optional installation kits, one for replacing the key type starter and the other for replacing a pull type starter:
Replacing the Key Type Starter
If you have a key type starter you will require installation Kit 501-1. Before installing the unit it is necessary to remove a needle bearing from the engine. To do this Bearing Removal Kit 501-1 is available for purchase or hire.
Replacing the Pull Cable Starter
If you have a Pull Cable starter you will require installation Kit 501-3. Before installing the unit it is necessary to cut off a 9/16" steel shaft that is installed inside the engine case. This is easily done with a hacksaw. Complete instructions are provided with each starter.
The BC320-1 is STC approved for the following engine models:

C75-12, -12F, 12FH, 12FHJ, 12BFH, 15 & 15F
C85-12, -12F, 12FH, 12FHJ, 12FJ, 12J, 14F, 15 & 15F
C90-12F, 12FH, 12FJ, 12FP, 14F, 14FH, 14FJ & 16F
C145-2, 2H & 2HP
O-200A, B & C
O-300A, B & C

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