function show_big_image(image)
{
	window.open('http://www.planstudio.cz/show_big_image.php?image=' + image, "Fullscreen", "resizable=yes,scrollbars=yes,status=yes");
}
