document.addEventListener('DOMContentLoaded', function() { const tables = document.querySelectorAll('table'); tables.forEach(table => { const elements = table.querySelectorAll('*'); elements.forEach(element => { const bgcolor = element.getAttribute('bgcolor'); if (bgcolor) { // Convert bgcolor to RGB const r = parseInt(bgcolor.slice(1,3), 16); const g = parseInt(bgcolor.slice(3,5), 16); const b = parseInt(bgcolor.slice(5,7), 16); // Calculate luminance const luminance = (0.299 * r + 0.587 * g + 0.114 * b) / 255; // Find all spans within this element const spans = element.querySelectorAll('span'); spans.forEach(span => { // Set text color based on background luminance span.style.color = luminance > 0.5 ? '#000000' : '#FFFFFF'; }); } }); }); });

Say hello to our "beast"!

hydraulic-hose-fittings-test-bench Okay so it isn't exactly a beast BUT it is a huge bench that allows us to test every aspect of any hydraulic component. When you have us repair or rebuild any hydraulic component, it goes through rigorous testing on our hydraulic test stand. We use the test stand for:
  • Pumps
  • Cylinders
  • Valves
  • Motors (spin test)
Every repair goes through testing on this bench to make sure it meets and exceeds the needs your requirements. If you need anything repaired feel free to give us a call at (260) 426-4673. Till next time, Craig Cook

Copyright © 2024. All Rights Reserved.