Description
Product Description:
TEN Factory is the brand you can trust for High Quality, properly engineered drivetrain solutions. While some abrandsa are just repackaged parts imported in bulk, TEN Factory is engineering driven, with specific drawings for each part and a complete in-house Quality Assurance Lab – the only one in the industry!All TEN Factory Axles feature a Real 10-Year Replacement Warranty! Buy with confidence knowing the latest technologies in metallurgy, heat treating and CNCmachining have produced an axle you can count on in the most difficult of conditions. We feature TEN Factory Axles, TEN Factory GMA Rear Axle Kits, TEN Factory GMA Replacement Axles and more at low everyday prices.
const myParagraph = document.getElementById(“myParagraph”);const toggleButton = document.getElementById(“toggleButton”);const fullText = myParagraph.innerHTML;const truncatedText = fullText.slice(0, 750); // show first 750 characters// set initial textmyParagraph.innerHTML = truncatedText + ‘ …’ + fullText.slice(750) + ”;// add event listener to toggle buttontoggleButton.addEventListener(“click”, function() { const dots = document.getElementById(“dots”); const moreText = document.getElementById(“more”); if (dots.style.display === “none”) { dots.style.display = “inline”; moreText.style.display = “none”; toggleButton.textContent = “Show more”; } else { dots.style.display = “none”; moreText.style.display = “inline”; toggleButton.textContent = “Show less”; }});
Explore more from our collection.




Reviews
There are no reviews yet.