function zmien(id){ 

    $("#"+id).css("background-color","#b4f19f");
}
function usun(id){ 

    $("#"+id).css("background-color","white");
}

