function imageRollover(imagePath,imageFile,imageName) {
	document[imageName].src = imagePath + imageFile; }


