<% Set adoRes = CreateObject("ADODB.Recordset") adoRes.CursorLocation = 3 ' adUseClient 'RESPONSE.WRITE NOW() if session("MakeID") <> "" then lngMakeID = session("MakeID") else lngMakeID = 0 end if if session("YearID") <> "" then lngYearID = session("YearID") else lngYearID = 0 end if if session("ModelID") <> "" then lngModelID = session("ModelID") else lngModelID = 0 end if %> StopTech : Balanced Brake Upgrades
 
 
Step 1:
Select Products of Interest

Step 2:
Choose from Product Options
 
   

NOTE: StopTech’s application-based product search function is still available, and work is underway to realize several enhancements. Special order options not reflected here, such as caliper colors, may also be available. However, online ordering is no longer available direct from StopTech. To place an order, please contact a StopTech Authorized Reseller, who can provide installation and direct after-sale product support, or contact StopTech sales at (310) 933-1100.

 
   
Search for Products:  
   
Vehicle Information
Make:
Year:
Model:
 
   
Select Product Categories
<% strSQL = "SELECT * FROM Categories WHERE Type = 1" adoRes.Open strSQL, objConn, adOpenStatic, adLockOptimistic if not adoRes.EOF then %> <% i = 1 do while not adoRes.EOF if (i mod 2 = 1) then strColor = "#FFFFFF" else strColor = "#F7F7F7" end if %> <% i = i + 1 adoRes.MoveNext Loop end if adoRes.Close strSQL = "SELECT * FROM Categories WHERE Type = 2" adoRes.Open strSQL, objConn, adOpenStatic, adLockOptimistic if not adoRes.EOF then %> <% i = 1 do while not adoRes.EOF if (i mod 2 = 1) then strColor = "#FFFFFF" else strColor = "#F7F7F7" end if %> <% i = i + 1 adoRes.MoveNext Loop end if adoRes.Close set adoRes = nothing %>
Categories that Require Vehicle Information
 <%=adoRes("Name")%>
" onClick="clickBox('chk', this.checked)">
Categories that Do NOT Require Vehicle Information
 <%=adoRes("Name")%>
" onClick="clickBox('chk1', this.checked)">