// JavaScript Document
function closeZoom() {
	document.getElementById('large_frame').style.visibility="hidden";
}