function GoToGallery(Id)
{
	document.gallerysubmit.id.value = Id;
	document.gallerysubmit.submit();
}

function ChangePicture(Id, Image)
{
	document.gallerysubmit.id.value = Id;
	document.gallerysubmit.image.value = Image;
	document.gallerysubmit.submit();
}