// Javascript functions for www.dias.uk.com

// Javascript to change the color of a table td.
function changeColor ( obj, color ) {
	obj.style.background = color;
}