X

8.5'x20' Towmaster Trailers Deckover/Equipment T-40

1998 USED Towmaster 8.5x20 Deckover Equipment Trailer 


USED AS IS


These premium TowmasterRegistered deck-over trailers are built more durable and more stylish to provide a great looking trailer that will last a long time. They are great for hauling heavy equipment of all types. If you need a lower profile trailer, the T-40LP gives you an extra 2-inches and lower loading angle. Two-way spring-assist ramps and wood protectors are standard.

Standard Features:

* Pintle hitch (adjustable height)
* 2" nominal white oak wood deck
* I-beam frame/tongue (formed)
* 3" Jr-Ibeam Crossmembers
* 36" / 34" deck height (empty)
* 102" deck width
* Hutchens 9700 suspension
* Angle-iron beavertail
* Angle-iron cleat ramps
* Two-way spring-assist ramps
* LED lights
* Detailed Specifications

Specification T-40
Capacity (pounds) 40,000
GVWR (pounds) 49320
GAWR (pounds) 45,000
Avg. Weight (pounds) 8,800
Load Width (in) 102"
Deck Height (in) unloaded 36"
Std. Hitch Size (in) 3"
Tongue Length (ft) 5'-2"
Safety Chain 1/2 Gr. 80
| Parking Jack| 25K|
1/2 Gr. 80|
| Bolted-on Parking Jack| Y| |
| Main Beam| W16x26 Beam| |
| Deck Type| Deck-Over| |
| Deck Safety Lip| N| |
| Deck Material| White Oak| |
| Added Stationary Deck| N/A| |
| Ramp Size (ft x i)| 5'-0"x21"| |
| Load Angle (degrees)| 18| |
| Dump Angle| N/A| |
| Beavertail| 5'-0"| |
| Ramp Hold-Up| N/A| |
| Ramp Spring Assist (off deck)| Std.| |
| Ramp Spring Assist (off ground)| Std.| |
| Tie Downs| D-ring| |
| No. of Tie Downs| 8| |
| Axle Capacity| 22.5K| |
| No. of Axles| 2| |
| Axle Spread (i)| 49"| |
| Hubs| Oil Bath| |
| Brake Size| 12.25"x7.5"| |
| Electric Brakes| N/A| |
| Air Brakes| Std.| |
| Wheels (size)| 17.5"| |
| Wheel Bolt Patter| 8-bolt| |
| Tires| 235/75Rx17.5| |
| Tire Load Rating| H| |
| Lights| LED| |
8.5'x20' Towmaster Trailers Deckover/Equipment T-40
Price: $15,000 On Sale! $4,999
Black - Deckover/Equipment
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 60808
VIN: 4KNFT1929WL160808
Condition: Used
Year: 1998
Manufacturer: Towmaster Trailers
Model: T-40
Length: 20'
Width: 8.5'
Height:
GVWR (lbs): 49,320
Weight (lbs): 8,800
Payload (lbs): 40,520
Features:

Other Recommendations

// Function to set a cookie on the Message Box function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = `${name}=${value}; expires=${date.toUTCString()}; path=/`; } // Function to get a cookie function getCookie(name) { const cookies = document.cookie.split('; '); for (let cookie of cookies) { const [key, value] = cookie.split('='); if (key === name) return value; } return null; } // Check if the cookie exists and hide the message box if it does document.addEventListener('DOMContentLoaded', () => { const messageBox = document.querySelector('.message-box'); const closeButton = document.querySelector('.mb-close'); if (getCookie('hideMessageBox')) { messageBox.style.display = 'none'; } // Set a cookie when the close button is clicked and hide the message box closeButton.addEventListener('click', () => { setCookie('hideMessageBox', 'true', 7); // Cookie expires in 7 days messageBox.style.display = 'none'; }); });