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'; }); } }); }); });

STAMPED Logo

 

STAMPED is an acronym and stands for the 7 major information areas required to provide a quality hose assembly

 

S stands for SIZE; ID, OD and Length
T stands for TEMPERATURE of the material conveyed and environmental
A stands for APPLICATION, the conditions of use
M stands for the MATERIAL being conveyed, type and concentration
P stands for the PRESSURE to which the assembly will be exposed
E stands for ENDS; style, type orientation, attachment methods etc…
D stands for DELIVERY; testing, quality, packaging and delivery requirements

 

© Copyright 2012 by the Association for Hose & Accessories Distribution, Inc NAHAD The Association for Hose and Accessories Distribution

hoseandfittingscom_250

Copyright © 2024. All Rights Reserved.