function swapimg( name, newimg ){
	document.images[name].src=newimg
}
