function imageSwap(img,url){
	document.images[img].src=url;
}