function select(caller)
{
	caller.style.background = "#8891A9";
}

function deselect(caller)
{
	caller.style.background = "#8891D9";
}
