function overGlobal(obj)
{
	obj.bgColor = "#33ccff";
	obj.style.color="black";
	//obj.style.fontWeight="800";
	return true;
}
function outGlobal(obj)
{
	obj.bgColor = "#336699";
	obj.style.color="white";
	return true;
}
