function oznaci(polje) {
	polje.focus();
  polje.select();
	Kopiraj = polje.createTextRange();
	Kopiraj.execCommand("Copy");
}