// JavaScript Document
 
 
	
function	cc(i){
	for(j=1;j<=6;j++)
	{document.getElementById("nali"+j).style.background=""}
	document.getElementById("nali"+i).style.background="#2BE80F"
	
	
	}