function Out(o)
{
	o.style.backgroundColor = "#ffffff";
}

function Over(o)
{
	o.style.backgroundColor = "#f5f5f5";
}
