﻿function ShowImage(name) {
	document.getElementById('bigimage').src = name;
}