$().ready(function() {

	$("#photo-url").click(function() {
		window.open(this.href, 'Galeria', 'resizable,height=720,width=950,menubar=0, status=0');

		return (false);

	});
	
	$("div#image_middle a").click(function() {

		window.open(this.href, 'Galeria', 'resizable,height=720,width=950,menubar=0, status=0');

		return (false);

	});

});

function podmien(co, coo) {
	$().ready(function() {
	$("#photo-url").attr('href', coo);
	$("#photo-img").attr('src', co);
	});
}
