

function outRow(obj)
{
	obj.style.backgroundColor = '';
}


function overRow(obj)
{
	obj.style.backgroundColor = '#205809';
}

