
////Otvaranje fotografija

function otvoriFoto(adresa,ime,mere) {
  window.open(adresa,ime,mere);
  }
  //kraj
