function show_lg_image(image) {
	target = "detail.php?image=" + image;
	imgWindow = window.open(target, "Ljubljana", "toolbar=no,scrollbars=yes,width=620,height=530")
}
