function croll(src,color)
{
	src.style.backgroundColor = color;
}
