normal1 = new Image();
normal1.src = "http://www.caribbeancoffeeshop.de/img/buttons_6.gif";
over1 = new Image();
over1.src = "http://www.caribbeancoffeeshop.de/img/buttons_6over.gif";

normal2 = new Image();
normal2.src = "http://www.caribbeancoffeeshop.de/img/buttons_7.gif";
over2 = new Image();
over2.src = "http://www.caribbeancoffeeshop.de/img/buttons_7over.gif";

normal3 = new Image();
normal3.src = "http://www.caribbeancoffeeshop.de/img/buttons_8.gif";
over3 = new Image();
over3.src = "http://www.caribbeancoffeeshop.de/img/buttons_8over.gif";

normal4 = new Image();
normal4.src = "http://www.caribbeancoffeeshop.de/img/buttons_9.gif";
over4 = new Image();
over4.src = "http://www.caribbeancoffeeshop.de/img/buttons_9over.gif";


normal5 = new Image();
normal5.src = "http://www.caribbeancoffeeshop.de/img/buttons_11.gif";
over5 = new Image();
over5.src = "http://www.caribbeancoffeeshop.de/img/buttons_11over.gif";

normal6 = new Image();
normal6.src = "http://www.caribbeancoffeeshop.de/img/buttons_12.gif";
over6 = new Image();
over6.src = "http://www.caribbeancoffeeshop.de/img/buttons_12over.gif";


function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}