NormalFacebook = new Image();
NormalFacebook.src = "Images/FB_Button.png";
HighlightFacebook = new Image();
HighlightFacebook.src = "Images/FB_Button2.png";

NormalMyspace = new Image();
NormalMyspace.src = "Images/MSP_Button.png";
HighlightMyspace = new Image();
HighlightMyspace.src = "Images/MSP_Button2.png";

NormalYoutube = new Image();
NormalYoutube.src = "Images/YT_Button.png";
HighlightYoutube = new Image();
HighlightYoutube.src = "Images/YT_Button2.png";

NormalLastFM = new Image();
NormalLastFM.src = "Images/LFM_Button.png";
HighlightLastFM = new Image();
HighlightLastFM.src = "Images/LFM_Button2.png";

NormalBandzone = new Image();
NormalBandzone.src = "Images/BZ_Button.png";
HighlightBandzone = new Image();
HighlightBandzone.src = "Images/BZ_Button2.png";

NormalBlogger = new Image();
NormalBlogger.src = "Images/BLO_Button.png";
HighlightBlogger = new Image();
HighlightBlogger.src = "Images/BLO_Button2.png";




function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}

