function openPhoto(path) {

	var params = "path=" + chnEncode(path);
	var result = parseResult(loadResultOnly("/" + PATH + "scm/photo_size", params));

	//alert(path);

	window.open("http://www.osklic.cz/" + PATH + "photo.php?path=" + path, "photo", "width=" + result[0] + "px, height=" + result[1] + "px, noresizable, left=100px, top=100px")
}
