<!--
function winOpen(obr, alt, href, lng) {
  newWindow=window.open("/galeria.php?obr="+obr+"&alt="+alt+"&href="+href+"&lng="+lng,"subWin","scrollbars=yes,resizable=yes,width=1,height=1");
  newWindow.focus();
}

function mapOpen(obr, alt, href, lng) {
  newWindow=window.open("/mapa.php?obr="+obr+"&alt="+alt+"&href="+href+"&lng="+lng,"subWin","toolbar=yes,location=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=1,height=1");
  newWindow.focus();
}

function openFlash(href, lng) {
  newWindow=window.open("/flash.php?href="+href+"&lng="+lng,"subWin","width=1,height=1");
}

$(function() {
  $('.fancybox-img').fancybox();
});
//-->

