var colour
function changeSwatchColour(colour) {
	document.getElementById('colour').value = colour;
}