function setbg(id, color){
	eval("document.all."+id+".style.backgroundColor='"+color+"'")
}