function hilite(obj){
	obj.style.backgroundColor="#FFF";
}
function normal(obj){
	obj.style.backgroundColor="#F2F2F2";
}