function class_change(e, c){
	el = document.getElementById(e.id);
	el.style.className = c;
}