Можно вынести общую функцию
function SetAndAnime (Sel,color1,color2,color3,color4){
Sel.stop().animate({"background-color":color1}, 350),
discription.stop().animate({"color":color2, "background-color":color3}, 350),
header.stop().animate({"color":color4}, 350);
}