﻿function mouseIn(obj,color)
{
	obj.style.backgroundColor = color;
}
function mouseOut(obj,color)
{
	obj.style.backgroundColor = color;
}