function light(id)
{
	id.style.borderColor = "#00a2b0";
}

function dim(id)
{
	id.style.borderColor = "#CCCCCC";
}