function surligner(obj){
	obj.style.backgroundColor= "yellow";
}
function desurligner(obj){
	obj.style.backgroundColor= "";

}