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

Kennon high wing canopy covers
img40.gif "Given its excellent fit, we would pick the Kennon as the best of high-wing models and we suspect it will last for years." Aviation Consumer, January 1995
The Top Of The Line
img43.gif
Never has there been a high wing wrap-around cover that fit so well and looked so good.

Choose from or combine any of over 40 colors.

Kennon build a doorway opening into every cover.

Snug Over the Top
img35.gif
At the top of the windshield portion of the cover we sew in a pocket. In the pocket we insert a fiberglass stiffening rod. From that pocket two elastic straps stretch and attach to the trailing edge of the wing with soft nylon hooks.

It is the snuggest fit!

Stops Leaks
img29.gif
If you have a cabin leak, you won't have one any longer once you start using a Kennon Cover.

At Kennon we don't mass produce our covers. Every cover is custom sewn and signed by one of Kennon's expert seamstresses. Before you buy a canopy cover, talk to someone who owns one of ours. The quality of workmanship is apparent and we guarantee that there is no finer cover.

Optional Satin Lining Glides Over the Windows
Satin is so slippery that nothing sticks to it. Sand and dirt rolls off the satin and your cover just glides over your window area. Kennon's luxurious satin lining covers the entire window area and is a fine detail that is worth the extra expense.
© 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 %>