/* Dummies vorher laden, damit sie sofort angezeigt werden können */
dummy1 = new Image(); 
dummy1.src = "http://www.huettn.net/streifen.gif"; 
dummy2 = new Image(); 
dummy2.src = "http://www.huettn.net/pixel.gif"; 
dummy3 = new Image(); 
dummy3.src = "http://www.huettn.net/logo.gif"; 

BtMain = new Image(); 
BtMain.src = "http://www.huettn.net/main.gif";
BtMainHi = new Image(); 
BtMainHi.src = "http://www.huettn.net/mainhi.gif";

BtNews = new Image(); 
BtNews.src = "http://www.huettn.net/news.gif";
BtNewsHi = new Image(); 
BtNewsHi.src = "http://www.huettn.net/newshi.gif"; 

BtGallery = new Image(); 
BtGallery.src = "http://www.huettn.net/gallery.gif";
BtGalleryHi = new Image(); 
BtGalleryHi.src = "http://www.huettn.net/galleryhi.gif";

BtFun = new Image(); 
BtFun.src = "http://www.huettn.net/fun.gif"; 
BtFunHi = new Image(); 
BtFunHi.src = "http://www.huettn.net/funhi.gif";

BtGbook = new Image(); 
BtGbook.src = "http://www.huettn.net/gbook.gif";
BtGbookHi = new Image(); 
BtGbookHi.src = "http://www.huettn.net/gbookhi.gif";

/* Sonstige Dummies */
dummy4 = new Image(); 
dummy4.src = "http://www.huettn.net/rline.gif"; 
dummy5 = new Image(); 
dummy5.src = "http://www.huettn.net/lline.gif"; 


function Bildwechsel(Bildnr,Bildobjekt)
{
	window.document.images[Bildnr].src = Bildobjekt.src;
}
