<%@LANGUAGE="VBSCRIPT"%> <% Dim rsTop5__MMColParam rsTop5__MMColParam = "1" If (Request("MM_EmptyValue") <> "") Then rsTop5__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsTop5 Dim rsTop5_numRows Set rsTop5 = Server.CreateObject("ADODB.Recordset") rsTop5.ActiveConnection = MM_conn_tubesdirect_STRING rsTop5.Source = "SELECT top5_sort, top51, top5, ProductName, Brand, ProductID FROM Product WHERE top5_sort = " + Replace(rsTop5__MMColParam, "'", "''") + " ORDER BY top5 ASC" rsTop5.CursorType = 0 rsTop5.CursorLocation = 2 rsTop5.LockType = 1 rsTop5.Open() rsTop5_numRows = 0 %> Tubes Direct - The Tube Superstore - PM Guitar Tubes - Golden Dragon - Ei Elites
 
 
TubesDirect
Services
 
       

TubesDirect Support

Warranty & returns

Product Guarantee (Warranty). All products purchased from TubesDirect.com are promised to have been tested and found to be "free from fault" before despatch. Any product failing within 90 days of purchase will be replaced free of charge.

If you wish to return a product please email us for a RA returns number. Please state a reason for the return as well as your name and invoice number for the goods being returned.

Any goods returned without the necessary RA number will be refused.

Please e-mail your returns request to returns@tubesdirect.com

Please e-mail any technical enquiries to support@tubesdirect.com

 
 
 
 
 
 
<% rsTop5.Close() Set rsTop5 = Nothing %>