function hilite(obj){
	obj.style.backgroundColor='lightyellow';	
}
function unhilite(obj){
	obj.style.backgroundColor='#ffffff';		
}
