function changeImage(element)
{
	document.getElementById("gallery_Big_image").src = element.src
}