function Swap(Target, NewPic) {
	document.images[Target].src= NewPic; 
}
