// JavaScript Document
function swap (name,img) {
	document.images[name].src=img
	}

