// JavaScript Document
<!--
function byt(bildnamn,nybild) {
	document.images[bildnamn].src=nybild;
	}
//-->
