function changeme(id,color){ 
elmnt=document.getElementById(id); 
elmnt.style.backgroundColor= color; 
} 