function imgRestore() {
	image = window.location.hash.substring(1)
	imgid = imglookup[image]
	return imgid
}

