// JavaScript Document
//ർ˵
function o(object,f){
	object.style.backgroundColor="#0070B2";
	document.getElementById(f).style.color="#FFFFFF";
}
function c(object,f){
	object.style.backgroundColor="";
	document.getElementById(f).style.color="#333333";
}