// Erstellt von post@marion-schoelzel.de

function bw(bildname,imgname)
{
   Bild = new Image();
   Bild.src = bildname;
   window.document.images[imgname].src = Bild.src;
}
