function LiteOnBG(obj)
{
	obj.style.backgroundColor="#f5fafe";
}
function LiteOffBG(obj)
{
	obj.style.backgroundColor="#dfeffc";
}