function setBackgroundColor(what,color){
	//	$(what).setStyle({backgroundColor: color}); 
	$(what).css('background-color',color);
}
