function changeBgColour()
{
	this.style.backgroundColor = "#CCCCCC";
}

function changeBgColourBack()
{
	this.style.backgroundColor = "white";
}
