function hilitebg(obj)
{
	obj.style.background='#7A0B0B';
}
function lolitebg(obj)
{
	obj.style.background='#C81B1B';
}
