function OvrServButt(src)
{ 
src.style.backgroundColor = '#0099FF';
	return true;
}


function OutServButt(src)
{ 
src.style.backgroundColor = '#FFFFFF';
	return true;
}


function OvrLchButt(src)
{ 
src.style.backgroundColor = '#CCCCCC';
	return true;
}


function OutLchButt(src)
{ 
src.style.backgroundColor = '#FFFFFF';
	return true;
}


function OvrToupButt(src)
{ 
src.style.backgroundColor = '#0099FF';
	return true;
}


function OutToupButt(src)
{ 
src.style.backgroundColor = '#000000';
	return true;
}