function on( obj ){
	obj.style.backgroundColor = "#ffffcc";
}

function out( obj ){
	obj.style.backgroundColor = "";
}

