// JavaScript Document

function modcolore(ref,cor) {
	
  ref.style.backgroundColor=cor;

}