function setColor(obj,bgcolor,fontcolor)
{
	obj.style.backgroundColor=bgcolor;
	obj.style.color=fontcolor;
	obj.style.cursor="hand";
}
