function clrchange(div,clr) {
	document.getElementById(div).style.backgroundColor='#'+clr;
}