function vorladen (b) { if (document.images) { i = new Image (); i.src = b; } } function austauschen (s, b) { if (document.images) { s.src = b; } }