function colourDiv(theElement)
{
	theElement.style.backgroundColor = "#880033";
}

function returnColourDiv(theElement)
{
	theElement.style.backgroundColor = "#336699";
}

