function SetGreen(obj)
{
	obj.childNodes[0].style.color='#5f7e44';
}
function SetWhite(obj)
{
	obj.childNodes[0].style.color='#ffffff';
}
