function switchScreen(imageName) {	if (document.images) {		document['screen'].src = eval("screen_"+imageName+".src")		document['swatch'].src = eval("swatch_"+imageName+".src")		}	}