function keisk(id){
	document.getElementById(id).style.backgroundColor='white';
}
function atkeisk(id){
	document.getElementById(id).style.backgroundColor='#ff9400';
}