function colourDiv(theElement)
{
	theElement.style.backgroundColor = "#f72";
}

function returnColourDiv(theElement)
{
	theElement.style.backgroundColor = "#fc3";
}

