function change_color(trigger,new_color,ind)
{
	id='h_id_'+ind;
	if(trigger==0)
	document.getElementById(id).style.backgroundColor=new_color;
	if(trigger==1)
	document.getElementById(id).style.backgroundColor=new_color;	
}