function ChangeImage() { $("#Image1").fadeOut("slow", function () { $("#Image1").attr("src", "images/img2.png"); $("#Image1").fadeIn("slow"); }); }