function stil_in(element)
{
	element.style.backgroundColor= "#e9e9e9";
}

function stil_out(element)
{
	element.style.backgroundColor= "#d1d1d1";
}