function swapImage(image, imagePath){
	if(document.images){ 
		document[image.id].src = imagePath;
	}
}