function colourRGB(RGBHex) { document.bgColor=RGBHex; }

