
//absolutni cesta pro potreby obrazku
var host = (document.location.hostname == "localhost")?"http://localhost/uraka.cz/amfory":"http://www.romantikhotel-uraka.cz/amfory";

function obrazek_big(url) {
  nPopUp = window.self.open(host+"/fotka.php?url="+url,"okno","width=10,height=10,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no");

}

function obrazek_big_id(id) {
  var adr = host+"/fotka.php?id="+id;
  nPopUp = window.self.open(adr,"okno2","width=10,height=10,toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=no,copyhistory=no");

}

