function g(a)
{
	a.style.background = "#F6F6F6";
}

function f(a)
{
	a.style.background = "#FFFFFF";
}
