function fotogalerie() {
	window.open("http://picasaweb.google.com/klaster.portacoeli/","fotogalerie");
	return false;
}

// load uryvky to extras div
Event.observe(window, "load", function() {
  new Ajax.Updater('extras', 'index.php?page=uryvky', { insertion: Insertion.Bottom });
});
