function init() {
	alert('Hallo World!')
}

function changeIMG(pos, bild) {
	window.document.images[pos].src="../images/" + bild;
}