function openPhoto(path, url_name, gallery) {

	var params = "path=" + chnEncode(path);
	//var result = parseResult(loadResultOnly("/" + PATH + "scm/photo_size", params));

	//alert(path);

	//window.open("http://hctemp.humlak.cz/" + PATH + "photo.php?path=" + path + "&url_name=" + url_name, "photo", "width=" + result[0] + "px, height=" + result[1] + "px, noresizable, left=100px, top=100px");
	window.open("http://www.dktrutnov.cz/" + PATH + "photo.php?path=" + path + "&url_name=" + url_name + "&gallery=" + gallery, "photo", "width=814px, height=704px, left=100px, top=100px");
}