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

PRECISE FLIGHT, INC. Standby Vacuum System
PRODUCT INTRODUCTION
IT HAPPENS EVERYDAY. An aircraft's vacuum system fails without warning. Suddenly, the gyro instruments critical for IFR stop working. Unless atmospheric conditions are crystal clear, the pilot is flying blind.

That's why Precise Flight Inc. designed the SVS V Standby Vacuum System. It operates on the differential between manifold pressure and ambient pressure. When activated, the SVS V restores flight instruments to their full capability. The SVS III Instrument Pump Warning Indicator (IPWI) alerts the pilot to vacuum failure before gyro instruments are affected. That leaves plenty of time to take corrective action.

The pilot activates the SVS V cable control, then adjusts the power setting by watching the instrument suction gauge and maintaining level flight.

Example: If you are cruising at full throttle at 8,000 ft., MSL, you will have a manifold pressure of approximately 22 inches Hg. It will be necessary to reduce power to approximately 18 inches Hg to have a 4 inch differential available to operate the aircraft instruments after a vacuum pump failure.

In aircraft with a fixed pitch propeller, simply observe the suction gauge while reducing power to a setting that will give a 4 inch Hg reading. If you are in cruise at 21 inches manifold pressure at 4,000 feet, you already have a differential of nearly 5 inches Hg. If the vacuum pump fails in this condition, simply turn the SVS V on and you would continue to VFR conditions or to land the aircraft. Inflight vacuum pump failure becomes only a minor inconvenience - not a potential disaster.

The SVS V is virtually maintenance free. It weighs only 24 ounces and can be operated even if the aircraft's electrical system fails. Nothing Simpler, Nothing Safer.

The SVS V is FAA approved. It is STC'd for virtually all single-engine aircraft. Don't wait until a vacuum pump failure occurs, email us today for the latest price quote on your SVS V Standby Vacuum System.

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