// JavaScript / JScript function Bild_On(BildName,BildImgSrc) { if(document.images) { document.images[BildName].src=BildImgSrc; } } // -->