-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuelinj.html
More file actions
82 lines (57 loc) · 3.31 KB
/
fuelinj.html
File metadata and controls
82 lines (57 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html>
<head>
<title>Fuel Injector Cleaning and Testing</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111338826-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111338826-1');
</script>
</head>
<body alink='blue' vlink='blue'>
<h2 ALIGN="CENTER">Fuel Injector Cleaning and Testing</h2>
<p align="center"><img src="images/injectors.jpg" width="320" height="240"></p>
Over time, fuel injectors develop a build-up of varnish and carbon. Periodic
professional cleaning of the injectors will help to maintain engine performance and maximize fuel mileage.
<h3>Turnaround Time</h3>
<p>After over 30 years of servicing injectors as a full time job, I've decided it's time to take a step back and relax a little bit. Have no fear, I'm not closing up shop completely. I'll still be working part time; however, now it will be on a much more relaxed schedule.</p>
<p>If you are looking for parts for your injectors, I have a large inventory of replacement parts and have assembled parts kits for various injectors. These kits are available for purchase. <a href="mailto:rich@cruzinperformance.com">Email me</a> for more info.</p>
<p>If you have injectors in need of service, please contact me by phone or email and I'll let you know my current availability.
<p>
Phone: (231) 796-5705
<br/>Email: <a href="mailto:rich@cruzinperformance.com">rich@cruzinperformance.com</a>
</p>
<h3>Charges</h3>
<ul>
<li>Flow Test Only, no parts replaced or cleaning............$7.50 per injector + actual return shipping.
<li>Complete Flow Test and Cleaning..............................$20.00 per injector + actual return shipping.
<li>Replacement hoses for hose end injectors..................$4 per injector.
</ul>
All prices are for <b>top-feed</b> electronic style injectors only (as pictured above).
<h3>Ready to ship your injectors for servicing?</h3>
<ol>
<li>Please <a href="mailto:rich@cruzinperformance.com">e-mail me</a> to schedule an appointment and include the word "injectors" in the subject line.
<li>Please <a href="https://injectors.cruzinperformance.com/registration">click here</a> to complete the injector information form. My mailing address will appear at the top of the completed form.
<li>Please visit my <a href="learnmore.html">Frequently Asked Questions</a> section for answers to common questions.
</ol>
<p>NOTE: Injectors are delicate pieces of equipment. They can be damaged by improper removal and/or installation techniques. Be sure to follow your particular manufacturer's installation guidelines when removing or installing your injectors.</p>
<h3>Ready to view your results?</h3>
To view your test results after I've serviced your injectors, please <a href="https://injectors.cruzinperformance.com/results">click here</a>.
<p align="center">
<table width="100%">
<tr>
<td>Ultra-sonic cleaning of injectors.</td>
<td>Flow testing of injectors on the New Age machine.</td>
</tr>
<tr>
<td><img SRC="images/injclean.gif"></td>
<td><img SRC="images/injtester.jpg"></td>
</tr>
</table>
</p>
<br><br>
<center><p><a HREF="http://www.cruzinperformance.com/">Click here</a> to return to the Cruzin Performance homepage.</p></center>
</body>
</html>