top of page

ONLINE SHOP

CHEMICAL CLEANING

Range of cleaning chemicals for medium an heavy duty cleaning chemicals

SC 100 AND BT 200.png
bottom of page
function startup() { colorWell = document.querySelector("#colorWell"); colorWell.value = defaultColor; colorWell.addEventListener("input", updateFirst, false); colorWell.addEventListener("change", updateAll, false); colorWell.select();