function ShowImage(container, path) {
	document[container].src = path;
}