function show_big_image(image)
{
	window.open('show_big_image.php?image=' + image, "Fullscreen", "resizable=yes,scrollbars=yes,status=yes,width=800,height=640");
}
