function ovrCat(src)
{ 
src.style.backgroundColor = '#4E8AC3';
src.style.color = '#FFFFFF';
	return true;
}


function outCat(src)
{ 
src.style.backgroundColor = '#EAEAEA';
src.style.color = '#000000';
	return true;
}


function ovrHe(src)
{ 
src.style.backgroundColor = '#305FAD';
	return true;
}


function outHe(src)
{ 
src.style.backgroundColor = '#4E8AC3';
	return true;
}


function ovrRoub(src)
{ 
src.style.backgroundColor = '#999999';
	return true;
}


function outRoub(src)
{ 
src.style.backgroundColor = '#CCCCCC';
	return true;
}