Normal1 = new Image();
Normal1.src = "thumb/kollektion.gif";     
Highlight1 = new Image();
Highlight1.src = "thumb/kollektion.gif"; 

Normal2 = new Image();
Normal2.src = "thumb/ringe.gif";    
Highlight2 = new Image();
Highlight2.src = "thumb/ringe_.gif"; 

Normal3 = new Image();
Normal3.src = "thumb/halsschmuck.gif";     
Highlight3 = new Image();
Highlight3.src = "thumb/halsschmuck_.gif"; 

Normal4 = new Image();
Normal4.src = "thumb/ohrringe.gif";     
Highlight4 = new Image();
Highlight4.src = "thumb/ohrringe_.gif"; 

Normal5 = new Image();
Normal5.src = "thumb/5elemente.gif";    
Highlight5 = new Image();
Highlight5.src = "thumb/5elemente_.gif"; 

Normal6 = new Image();
Normal6.src = "thumb/telefon.jpg";    
Highlight6 = new Image();
Highlight6.src = "thumb/telefon.jpg"; 
 
function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}

if(top==self) { 
self.location.href='heckel.htm'; 
} 

