%@LANGUAGE="VBSCRIPT"%> <% set rsState = Server.CreateObject("ADODB.Recordset") rsState.ActiveConnection = MM_BinderyEquipmentConnection_STRING rsState.Source = "SELECT Abreviation FROM state ORDER BY Abreviation" rsState.CursorType = 0 rsState.CursorLocation = 2 rsState.LockType = 3 rsState.Open() rsState_numRows = 0 %>
Equipment Leasing and Loans
(Complete Form Below.)
You will be contacted by a representative from each company selected to review rates, procedures for credit approval and equipment acquisition.
<% rsState.Close() %>