function show_big(THIS) {
	var big_img = document.getElementById("big_img");
	big_img.src = THIS.src;
	big_img.style.display = "block";
}
